Skip to content

Commit

Permalink
Fixes activesupport version.
Browse files Browse the repository at this point in the history
activesupport 5 requires Ruby version >= 2.2.2.
  • Loading branch information
gottfrois committed Aug 1, 2016
1 parent 5d79347 commit 7c62d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hutch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
end
gem.add_runtime_dependency 'carrot-top', '~> 0.0.7'
gem.add_runtime_dependency 'multi_json', '~> 1.11.2'
gem.add_runtime_dependency 'activesupport', '>= 3.0'
gem.add_runtime_dependency 'activesupport', '~> 4.0'
gem.add_development_dependency 'rspec', '~> 3.0'
gem.add_development_dependency 'simplecov', '~> 0.7.1'
gem.add_development_dependency 'yard', '~> 0.8'
Expand Down

0 comments on commit 7c62d22

Please sign in to comment.