Skip to content

Commit

Permalink
Merge pull request #44 from RadiusNetworks/updates-bundler-version
Browse files Browse the repository at this point in the history
Updates bundler version to 2.5.*
  • Loading branch information
armahillo authored Jul 24, 2024
2 parents ceadfec + 8cf52dd commit 6749854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3"
VERSION = "3.1.4"
end
end
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 "railties", ">= 3.2", "< 8.0"
spec.add_development_dependency "bundler", "~> 1.6"
spec.add_development_dependency "bundler", "~> 2.5"
spec.add_development_dependency "rake", "~> 12.3.3"
spec.add_development_dependency "activesupport"
spec.add_development_dependency "sass-rails"
Expand Down

0 comments on commit 6749854

Please sign in to comment.