Skip to content

Commit

Permalink
Further relax railtie version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
benreyn committed Sep 22, 2021
1 parent 437af29 commit 66182d4
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 66182d4

Please sign in to comment.