Skip to content

Commit

Permalink
update gem dependencies to allow Rails 4 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
beanieboi committed May 6, 2013
1 parent 57e74a5 commit 3931bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morrisjs-rails.gemspec
Expand Up @@ -16,5 +16,5 @@ Gem::Specification.new do |gem|
gem.version = Morrisjs::Rails::VERSION

gem.files = Dir["{lib,vendor}/**/*"] + ["README.md"]
gem.add_dependency "railties", "~> 3.1"
gem.add_dependency "railties", "> 3.1", "< 5"
end

0 comments on commit 3931bc8

Please sign in to comment.