Skip to content

Commit

Permalink
Merge pull request #212 from uyuni-project/dependabot/bundler/rubocop…
Browse files Browse the repository at this point in the history
…-1.70.0
  • Loading branch information
nodeg authored Jan 10, 2025
2 parents bcd9dc3 + 8c69ad5 commit 9cb02b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ GEM
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
rexml (3.4.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -93,7 +93,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -120,7 +120,7 @@ GEM
sys-uname (1.3.1)
ffi (~> 1.1)
text (1.3.1)
unicode-display_width (3.1.2)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)

Expand All @@ -141,7 +141,7 @@ DEPENDENCIES
aruba (~> 0.6.2)
rake (~> 13.2.0)
rspec (~> 3.13.0)
rubocop (~> 1.69.1)
rubocop (~> 1.70.0)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.3.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.69.1"
s.add_development_dependency "rubocop", "~> 1.70.0"
s.add_development_dependency "rubocop-rake", "~> 0.6.0"
s.add_development_dependency "rubocop-rspec", "~> 3.3.0"

Expand Down

0 comments on commit 9cb02b7

Please sign in to comment.