Skip to content

Commit

Permalink
Merge pull request #222 from uyuni-project/dependabot/bundler/rubocop…
Browse files Browse the repository at this point in the history
…-1.73.0
  • Loading branch information
nodeg authored Feb 26, 2025
2 parents 0397b08 + 3458fd3 commit bc7f218
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.72.2)
rubocop (1.73.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand All @@ -105,7 +105,7 @@ GEM
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.38.0)
rubocop-ast (1.38.1)
parser (>= 3.3.1.0)
rubocop-rake (0.7.1)
lint_roller (~> 1.1)
Expand Down Expand Up @@ -144,7 +144,7 @@ DEPENDENCIES
aruba (~> 0.6.2)
rake (~> 13.2.0)
rspec (~> 3.13.0)
rubocop (~> 1.72.1)
rubocop (~> 1.73.0)
rubocop-rake (~> 0.7.1)
rubocop-rspec (~> 3.4.0)
simplecov (~> 0.22.0)
Expand Down
2 changes: 1 addition & 1 deletion tetra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "simplecov", "~> 0.22.0"
s.add_development_dependency "rake", "~> 13.2.0"
s.add_development_dependency "rspec", "~> 3.13.0"
s.add_development_dependency "rubocop", "~> 1.72.1"
s.add_development_dependency "rubocop", "~> 1.73.0"
s.add_development_dependency "rubocop-rake", "~> 0.7.1"
s.add_development_dependency "rubocop-rspec", "~> 3.4.0"

Expand Down

0 comments on commit bc7f218

Please sign in to comment.