Skip to content

Commit

Permalink
force at least rails 4.1 and fix #15
Browse files Browse the repository at this point in the history
  • Loading branch information
lwe committed Apr 10, 2015
1 parent 8cedc2b commit 686a320
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion entypo-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |gem|
gem.version = Entypo::VERSION

gem.required_ruby_version = '>= 1.9'
gem.add_dependency "railties", ">= 3.1", "<= 5"
gem.add_dependency "railties", ">= 4.1", "<= 5"
end

0 comments on commit 686a320

Please sign in to comment.