Skip to content

Commit

Permalink
Update dotenv-rails requirement from ~> 2.2.1 to >= 2.2.1, < 2.6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [dotenv-rails](https://github.com/bkeepers/dotenv) to permit the latest version.
- [Release notes](https://github.com/bkeepers/dotenv/releases)
- [Changelog](https://github.com/bkeepers/dotenv/blob/master/Changelog.md)
- [Commits](https://github.com/bkeepers/dotenv/commits/v2.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Aug 8, 2018
1 parent 8073a04 commit 2803c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotenv-rails-safe.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "dotenv-rails", '~> 2.2.1'
spec.add_dependency "dotenv-rails", '>= 2.2.1', '< 2.6.0'

spec.add_development_dependency "bundler", "~> 1.13"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit 2803c88

Please sign in to comment.