Skip to content

Commit

Permalink
Merge pull request #74 from RadiusNetworks/dependabot/bundler/rubocop…
Browse files Browse the repository at this point in the history
…-gte-1.25-and-lt-1.61
  • Loading branch information
dependabot[bot] authored Jan 25, 2024
2 parents 38d0eb5 + 763a6ca commit a9b2e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radius-spec.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.5" # rubocop:disable Gemspec/RequiredRubyVersion

spec.add_runtime_dependency "rspec", "~> 3.7"
spec.add_runtime_dependency "rubocop", ">= 1.25", "< 1.60"
spec.add_runtime_dependency "rubocop", ">= 1.25", "< 1.61"
spec.add_runtime_dependency "rubocop-rails", ">= 2.13", "< 2.22"

spec.add_development_dependency "bundler", ">= 2.2.10"
Expand Down

0 comments on commit a9b2e81

Please sign in to comment.