Skip to content

Commit

Permalink
Restrict dependencies by Rails 4 (not 5 yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Jul 17, 2016
1 parent a9932af commit 2c267a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dry-initializer-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 2.2"

gem.add_runtime_dependency "rails", "> 3.0"
gem.add_runtime_dependency "rails", "> 3.0", "< 5.0"
gem.add_runtime_dependency "dry-initializer", ">= 0.3.0"

gem.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit 2c267a2

Please sign in to comment.