Skip to content

Commit

Permalink
Merge pull request #29 from RadiusNetworks/br-rails-6-contraint-type
Browse files Browse the repository at this point in the history
Use <= contraint on railties instead of pessimistic version lock
  • Loading branch information
benreyn authored Aug 3, 2021
2 parents cfeb219 + bcf5210 commit 437af29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radius-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

#spec.add_dependency "font-awesome-rails"
spec.add_dependency "railties", ">= 3.2", "~> 6.0"
spec.add_dependency "railties", ">= 3.2", "<= 6.0"

spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "rake", "~> 12.3.3"
Expand Down

0 comments on commit 437af29

Please sign in to comment.