Skip to content

Commit

Permalink
Support Rails 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh-sonpatki committed Apr 27, 2017
1 parent c1e2980 commit b9c8738
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

3 comments on commit b9c8738

@parndt
Copy link

@parndt parndt commented on b9c8738 May 12, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for doing this!

@bkeepers thanks for all of your time maintaining this library, is there a chance of this commit making it into a gem release soon, pretty please? ❤️💙💚

@bkeepers
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@parndt
Copy link

@parndt parndt commented on b9c8738 May 12, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bkeepers you're so right!! I clicked on the link for 2.1.1 accidentally. Thanks a lot!

Please sign in to comment.