Skip to content

Commit

Permalink
Merge pull request #31 from RadiusNetworks/br-more-rails-6-stuff
Browse files Browse the repository at this point in the history
Further relax railtie version constraint
  • Loading branch information
benreyn authored Sep 22, 2021
2 parents 437af29 + 66182d4 commit cd1db56
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", "<= 7.0"

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

0 comments on commit cd1db56

Please sign in to comment.