Skip to content

Commit

Permalink
Merge pull request #42 from RadiusNetworks/relaxes-gemspec-rails
Browse files Browse the repository at this point in the history
Relaxes gemspec version for rails
  • Loading branch information
armahillo authored Jul 24, 2024
2 parents 56ba435 + bd0028b commit ceadfec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
*.o
*.a
mkmf.log
.sass-cache/
2 changes: 1 addition & 1 deletion lib/radius/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Radius
module Rails
VERSION = "3.1.2"
VERSION = "3.1.3"
end
end
3 changes: 1 addition & 2 deletions radius-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "railties", ">= 3.2", "~> 7.0"

spec.add_dependency "railties", ">= 3.2", "< 8.0"
spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "rake", "~> 12.3.3"
spec.add_development_dependency "activesupport"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ceadfec

Please sign in to comment.