Skip to content

Commit

Permalink
Merge pull request #220 from uyuni-project/dependabot/bundler/rubocop…
Browse files Browse the repository at this point in the history
…-rspec-3.5.0
  • Loading branch information
nodeg authored Feb 26, 2025
2 parents bc7f218 + cce69cd commit 0d79bb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
inherit_from: .rubocop_todo.yml

require:
plugins:
- rubocop-rake
- rubocop-rspec

Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ GEM
rubocop-rake (0.7.1)
lint_roller (~> 1.1)
rubocop (>= 1.72.1)
rubocop-rspec (3.4.0)
rubocop (~> 1.61)
rubocop-rspec (3.5.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
ruby-progressbar (1.13.0)
rubyzip (2.4.1)
simplecov (0.22.0)
Expand Down Expand Up @@ -146,7 +147,7 @@ DEPENDENCIES
rspec (~> 3.13.0)
rubocop (~> 1.73.0)
rubocop-rake (~> 0.7.1)
rubocop-rspec (~> 3.4.0)
rubocop-rspec (~> 3.5.0)
simplecov (~> 0.22.0)
tetra!

Expand Down
2 changes: 1 addition & 1 deletion tetra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec", "~> 3.13.0"
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"
s.add_development_dependency "rubocop-rspec", "~> 3.5.0"

s.add_runtime_dependency "clamp", "~> 1.3.2"
s.add_runtime_dependency "erb", "~> 4.0.3"
Expand Down

0 comments on commit 0d79bb4

Please sign in to comment.