Skip to content

Commit

Permalink
Make dotenv-rails depend on rails 4 in production
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Jun 3, 2015
1 parent 0f838e5 commit bbfe181
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 @@ -11,7 +11,7 @@ Gem::Specification.new "dotenv-rails", Dotenv::VERSION do |gem|
.split($OUTPUT_RECORD_SEPARATOR) + ["README.md", "LICENSE"]

gem.add_dependency "dotenv", Dotenv::VERSION
gem.add_dependency "railties", "~>4.0"

gem.add_development_dependency "spring"
gem.add_development_dependency "railties", "~>4.0"
end

0 comments on commit bbfe181

Please sign in to comment.