Update draper to 2.1

TODO: Update to 3.x with Rails 5

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-04-18 10:27:48 +09:00
parent f1e0f8e6d3
commit 28e8fdcf2c
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ PATH
addressable addressable
bundler bundler
diff-lcs diff-lcs
draper (~> 1.3) draper (~> 2.1)
fluentd (>= 0.10.56, < 0.14) fluentd (>= 0.10.56, < 0.14)
font-awesome-rails font-awesome-rails
haml-rails (~> 1.0) haml-rails (~> 1.0)
@ -107,7 +107,7 @@ GEM
docile (1.3.0) docile (1.3.0)
domain_name (0.5.20170404) domain_name (0.5.20170404)
unf (>= 0.0.5, < 1.0.0) unf (>= 0.0.5, < 1.0.0)
draper (1.4.0) draper (2.1.0)
actionpack (>= 3.0) actionpack (>= 3.0)
activemodel (>= 3.0) activemodel (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)

View File

@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "haml-rails", "~> 1.0" spec.add_dependency "haml-rails", "~> 1.0"
spec.add_dependency 'jquery-rails', "~> 4.3.1" spec.add_dependency 'jquery-rails', "~> 4.3.1"
spec.add_dependency 'jbuilder', '~> 2.0' spec.add_dependency 'jbuilder', '~> 2.0'
spec.add_dependency "draper", '~> 1.3' spec.add_dependency "draper", '~> 2.1'
spec.add_dependency "bundler" spec.add_dependency "bundler"
spec.add_dependency "httpclient", "~> 2.5" # same as td-agent spec.add_dependency "httpclient", "~> 2.5" # same as td-agent
spec.add_dependency "settingslogic" spec.add_dependency "settingslogic"