diff --git a/Gemfile b/Gemfile index 0e0b5278b..81790e293 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 9e7258ca0..3ad597fc6 100644 --- a/Gemfile.lock +++ b/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)