Bump draper
This commit is contained in:
parent
4c87b62565
commit
571612f922
2 changed files with 4 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -38,7 +38,7 @@ gem 'bootstrap-sass', '~> 3.3.5'
|
||||||
gem 'kaminari'
|
gem 'kaminari'
|
||||||
|
|
||||||
# Decorators
|
# Decorators
|
||||||
gem 'draper', '~> 3.0.0.pre1'
|
gem 'draper'
|
||||||
|
|
||||||
gem 'unicode_utils'
|
gem 'unicode_utils'
|
||||||
|
|
||||||
|
|
|
@ -51,9 +51,8 @@ GEM
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (5.0.0.1)
|
activemodel (5.0.0.1)
|
||||||
activesupport (= 5.0.0.1)
|
activesupport (= 5.0.0.1)
|
||||||
activemodel-serializers-xml (1.0.1)
|
activemodel-serializers-xml (1.0.2)
|
||||||
activemodel (> 5.x)
|
activemodel (> 5.x)
|
||||||
activerecord (> 5.x)
|
|
||||||
activesupport (> 5.x)
|
activesupport (> 5.x)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
activerecord (5.0.0.1)
|
activerecord (5.0.0.1)
|
||||||
|
@ -176,7 +175,7 @@ GEM
|
||||||
dotenv-rails (2.2.1)
|
dotenv-rails (2.2.1)
|
||||||
dotenv (= 2.2.1)
|
dotenv (= 2.2.1)
|
||||||
railties (>= 3.2, < 5.2)
|
railties (>= 3.2, < 5.2)
|
||||||
draper (3.0.0.pre1)
|
draper (3.0.1)
|
||||||
actionpack (~> 5.0)
|
actionpack (~> 5.0)
|
||||||
activemodel (~> 5.0)
|
activemodel (~> 5.0)
|
||||||
activemodel-serializers-xml (~> 1.0)
|
activemodel-serializers-xml (~> 1.0)
|
||||||
|
@ -778,7 +777,7 @@ DEPENDENCIES
|
||||||
delayed_job_web
|
delayed_job_web
|
||||||
devise
|
devise
|
||||||
dotenv-rails
|
dotenv-rails
|
||||||
draper (~> 3.0.0.pre1)
|
draper
|
||||||
factory_girl
|
factory_girl
|
||||||
fog
|
fog
|
||||||
fog-openstack
|
fog-openstack
|
||||||
|
|
Loading…
Add table
Reference in a new issue