Bump dry-struct from 1.0.0 to 1.1.1 (#4630)
Bumps [dry-struct](https://github.com/dry-rb/dry-struct) from 1.0.0 to 1.1.1. - [Release notes](https://github.com/dry-rb/dry-struct/releases) - [Changelog](https://github.com/dry-rb/dry-struct/blob/master/CHANGELOG.md) - [Commits](https://github.com/dry-rb/dry-struct/compare/v1.0.0...v1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
8ec55e4f73
commit
f327d95dcd
2 changed files with 10 additions and 10 deletions
2
Gemfile
2
Gemfile
|
|
@ -34,7 +34,7 @@ gem "delayed_job_web", "~> 1.4" # Web interface for delayed_job
|
|||
gem "devise", "~> 4.7" # Flexible authentication solution for Rails
|
||||
gem "doorkeeper", "~> 5.1" # Oauth 2 provider
|
||||
gem "draper", "~> 3.1" # Draper adds an object-oriented layer of presentation logic to your Rails apps
|
||||
gem "dry-struct", "~> 1.0" # Typed structs and value objects
|
||||
gem "dry-struct", "~> 1.1" # Typed structs and value objects
|
||||
gem "email_validator", "~> 2.0" # Email validator for Rails and ActiveModel
|
||||
gem "emoji_regex", "~> 2.0" # A pair of Ruby regular expressions for matching Unicode Emoji symbols
|
||||
gem "envied", "~> 0.9" # Ensure presence and type of your app's ENV-variables
|
||||
|
|
|
|||
18
Gemfile.lock
18
Gemfile.lock
|
|
@ -263,32 +263,32 @@ GEM
|
|||
activemodel-serializers-xml (>= 1.0)
|
||||
activesupport (>= 5.0)
|
||||
request_store (>= 1.0)
|
||||
dry-configurable (0.8.2)
|
||||
dry-configurable (0.8.3)
|
||||
concurrent-ruby (~> 1.0)
|
||||
dry-core (~> 0.4, >= 0.4.7)
|
||||
dry-container (0.7.0)
|
||||
dry-container (0.7.2)
|
||||
concurrent-ruby (~> 1.0)
|
||||
dry-configurable (~> 0.1, >= 0.1.3)
|
||||
dry-core (0.4.7)
|
||||
dry-core (0.4.9)
|
||||
concurrent-ruby (~> 1.0)
|
||||
dry-equalizer (0.2.2)
|
||||
dry-inflector (0.1.2)
|
||||
dry-logic (1.0.0)
|
||||
dry-inflector (0.2.0)
|
||||
dry-logic (1.0.3)
|
||||
concurrent-ruby (~> 1.0)
|
||||
dry-core (~> 0.2)
|
||||
dry-equalizer (~> 0.2)
|
||||
dry-struct (1.0.0)
|
||||
dry-struct (1.1.1)
|
||||
dry-core (~> 0.4, >= 0.4.3)
|
||||
dry-equalizer (~> 0.2)
|
||||
dry-types (~> 1.0)
|
||||
ice_nine (~> 0.11)
|
||||
dry-types (1.0.0)
|
||||
dry-types (1.2.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
dry-container (~> 0.3)
|
||||
dry-core (~> 0.4, >= 0.4.4)
|
||||
dry-equalizer (~> 0.2, >= 0.2.2)
|
||||
dry-inflector (~> 0.1, >= 0.1.2)
|
||||
dry-logic (~> 1.0)
|
||||
dry-logic (~> 1.0, >= 1.0.2)
|
||||
em-websocket (0.5.1)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
|
|
@ -892,7 +892,7 @@ DEPENDENCIES
|
|||
devise (~> 4.7)
|
||||
doorkeeper (~> 5.1)
|
||||
draper (~> 3.1)
|
||||
dry-struct (~> 1.0)
|
||||
dry-struct (~> 1.1)
|
||||
email_validator (~> 2.0)
|
||||
emoji_regex (~> 2.0)
|
||||
envied (~> 0.9)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue