Skip to content
Snippets Groups Projects
Commit 012dbf8d authored by Daan Davidsz's avatar Daan Davidsz
Browse files

Add support for Rails 5.0 to gemspec

parent a7c07f0d
Branches dd-rails-5
No related tags found
No related merge requests found
module Roqua
module Support
VERSION = '0.1.21'
VERSION = '0.1.22'
end
end
......@@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.add_dependency 'activesupport', '>= 3.2', '< 5.0'
gem.add_dependency 'activesupport', '>= 3.2', '< 5.1'
gem.add_dependency 'naught', '~> 1.0'
gem.add_development_dependency 'bundler', '~> 1.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment