Upgrade draper to 3.1.0 (#2572) [ci skip]

This commit is contained in:
rhymes 2019-04-26 18:39:35 +02:00 committed by Mac Siri
parent 74d676c4c3
commit 2be61f826f
2 changed files with 9 additions and 9 deletions

View file

@ -37,7 +37,7 @@ gem "dalli", "~> 2.7" # High performance memcached client for Ruby
gem "delayed_job_active_record", "~> 4.1" # ActiveRecord backend for Delayed::Job
gem "delayed_job_web", "~> 1.4" # Web interface for delayed_job
gem "devise", "~> 4.6" # Flexible authentication solution for Rails
gem "draper", "~> 3.0" # Draper adds an object-oriented layer of presentation logic to your Rails apps
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 "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

View file

@ -251,12 +251,12 @@ GEM
docile (1.3.1)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
draper (3.0.1)
actionpack (~> 5.0)
activemodel (~> 5.0)
activemodel-serializers-xml (~> 1.0)
activesupport (~> 5.0)
request_store (~> 1.0)
draper (3.1.0)
actionpack (>= 5.0)
activemodel (>= 5.0)
activemodel-serializers-xml (>= 1.0)
activesupport (>= 5.0)
request_store (>= 1.0)
dry-configurable (0.8.2)
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.7)
@ -741,7 +741,7 @@ GEM
declarative (< 0.1.0)
declarative-option (< 0.2.0)
uber (< 0.2.0)
request_store (1.4.0)
request_store (1.4.1)
rack (>= 1.4)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
@ -991,7 +991,7 @@ DEPENDENCIES
delayed_job_web (~> 1.4)
derailed_benchmarks (~> 1.3)
devise (~> 4.6)
draper (~> 3.0)
draper (~> 3.1)
dry-struct (~> 1.0)
email_validator (~> 2.0)
emoji_regex (~> 2.0)