Update Gemfile versions where it doesn't break things
This commit is contained in:
parent
c2dc1d8697
commit
9e53b01ca3
2 changed files with 6 additions and 6 deletions
4
Gemfile
4
Gemfile
|
@ -40,9 +40,9 @@ gem 'whenever', require: false # For defining cronjobs, see config/schedule.rb
|
||||||
gem 'protected_attributes', '= 1.1.0' # 1.1.0 until tests work work with higher versions
|
gem 'protected_attributes', '= 1.1.0' # 1.1.0 until tests work work with higher versions
|
||||||
gem 'ruby-units'
|
gem 'ruby-units'
|
||||||
gem 'attribute_normalizer'
|
gem 'attribute_normalizer'
|
||||||
gem 'ice_cube', '~> 0.13.0'
|
gem 'ice_cube'
|
||||||
gem 'recurring_select'
|
gem 'recurring_select'
|
||||||
gem 'roo', '~> 2.0.0'
|
gem 'roo'
|
||||||
gem 'roo-xls'
|
gem 'roo-xls'
|
||||||
gem 'spreadsheet'
|
gem 'spreadsheet'
|
||||||
gem 'gaffe'
|
gem 'gaffe'
|
||||||
|
|
|
@ -184,7 +184,7 @@ GEM
|
||||||
i18n (~> 0.6, >= 0.6.6)
|
i18n (~> 0.6, >= 0.6.6)
|
||||||
i18n-spec (0.6.0)
|
i18n-spec (0.6.0)
|
||||||
iso
|
iso
|
||||||
ice_cube (0.13.3)
|
ice_cube (0.14.0)
|
||||||
inherited_resources (1.6.0)
|
inherited_resources (1.6.0)
|
||||||
actionpack (>= 3.2, < 5)
|
actionpack (>= 3.2, < 5)
|
||||||
has_scope (~> 0.6.0.rc)
|
has_scope (~> 0.6.0.rc)
|
||||||
|
@ -331,7 +331,7 @@ GEM
|
||||||
redis-namespace (~> 1.3)
|
redis-namespace (~> 1.3)
|
||||||
sinatra (>= 0.9.2)
|
sinatra (>= 0.9.2)
|
||||||
vegas (~> 0.1.2)
|
vegas (~> 0.1.2)
|
||||||
roo (2.0.1)
|
roo (2.4.0)
|
||||||
nokogiri (~> 1)
|
nokogiri (~> 1)
|
||||||
rubyzip (~> 1.1, < 2.0.0)
|
rubyzip (~> 1.1, < 2.0.0)
|
||||||
roo-xls (1.0.0)
|
roo-xls (1.0.0)
|
||||||
|
@ -494,7 +494,7 @@ DEPENDENCIES
|
||||||
haml-rails
|
haml-rails
|
||||||
i18n-js (~> 3.0.0.rc8)
|
i18n-js (~> 3.0.0.rc8)
|
||||||
i18n-spec
|
i18n-spec
|
||||||
ice_cube (~> 0.13.0)
|
ice_cube
|
||||||
inherited_resources
|
inherited_resources
|
||||||
jquery-rails
|
jquery-rails
|
||||||
kaminari
|
kaminari
|
||||||
|
@ -517,7 +517,7 @@ DEPENDENCIES
|
||||||
ransack
|
ransack
|
||||||
recurring_select
|
recurring_select
|
||||||
resque
|
resque
|
||||||
roo (~> 2.0.0)
|
roo
|
||||||
roo-xls
|
roo-xls
|
||||||
rspec-core (~> 3.2)
|
rspec-core (~> 3.2)
|
||||||
rspec-rails
|
rspec-rails
|
||||||
|
|
Loading…
Reference in a new issue