Skip to content

Commit

Permalink
Merge pull request #299 from prathamesh-sonpatki/support-rails-51
Browse files Browse the repository at this point in the history
Support Rails 5.1
  • Loading branch information
bkeepers committed Apr 28, 2017
2 parents c1e2980 + b9c8738 commit c22dac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotenv-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new "dotenv-rails", Dotenv::VERSION do |gem|
) + ["README.md", "LICENSE"]

gem.add_dependency "dotenv", Dotenv::VERSION
gem.add_dependency "railties", ">= 3.2", "< 5.1"
gem.add_dependency "railties", ">= 3.2", "< 5.2"

gem.add_development_dependency "spring"
end

0 comments on commit c22dac6

Please sign in to comment.