Bump draper from 3.0.1 to 3.1.0 (#235)

Bumps [draper](https://github.com/drapergem/draper) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/drapergem/draper/releases)
- [Changelog](https://github.com/drapergem/draper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/drapergem/draper/compare/v3.0.1...v3.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-03-16 21:12:04 -05:00 committed by Andrew Fomera
parent edab619e32
commit 4f464ee43f
2 changed files with 10 additions and 9 deletions

@ -16,7 +16,7 @@ gem 'daredevil', '~> 0.0.2'
gem 'delayed_job_active_record', '~> 4.1.3'
gem 'devise', '~> 4.6.1'
gem 'devise_invitable', '~> 1.7'
gem 'draper', '~> 3.0'
gem 'draper', '~> 3.1'
gem 'foreman'
gem 'hootstrap', '~> 0.11.0'
gem 'kaminari', '~> 1.1'

@ -120,12 +120,12 @@ GEM
devise_invitable (1.7.5)
actionmailer (>= 4.1.0)
devise (>= 4.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)
encryptor (3.0.0)
erubi (1.8.0)
execjs (2.7.0)
@ -242,7 +242,8 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
request_store (1.3.2)
request_store (1.4.1)
rack (>= 1.4)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
@ -326,7 +327,7 @@ DEPENDENCIES
delayed_job_active_record (~> 4.1.3)
devise (~> 4.6.1)
devise_invitable (~> 1.7)
draper (~> 3.0)
draper (~> 3.1)
factory_bot_rails (~> 5.0.1)
faker (~> 1.9)
foreman