From b9c873827ecb9183e4c456407151e0dc2d623a5b Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Thu, 27 Apr 2017 14:58:24 -0700 Subject: [PATCH] Support Rails 5.1 --- dotenv-rails.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotenv-rails.gemspec b/dotenv-rails.gemspec index 6468fccc..e2b11540 100644 --- a/dotenv-rails.gemspec +++ b/dotenv-rails.gemspec @@ -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