Skip to content

Commit

Permalink
Merge pull request #194 from pundit-community/dependabot/bundler/rubo…
Browse files Browse the repository at this point in the history
…cop-rspec-3.3.0

Bump rubocop-rspec from 3.2.0 to 3.3.0
  • Loading branch information
chrisalley authored Dec 17, 2024
2 parents d378a7f + d783bbd commit 7be4480
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ gem 'rubocop', '~> 1.69', require: false
gem 'rubocop-packaging', '~> 0.5.2', require: false
gem 'rubocop-performance', '~> 1.23', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
gem 'rubocop-rspec', '~> 3.2', require: false
gem 'rubocop-rspec', '~> 3.3', require: false
gem 'simplecov', '~> 0.22.0', require: false
gem 'yard', '~> 0.9.37', require: false
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.2.0)
rubocop-rspec (3.3.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
Expand All @@ -76,7 +76,7 @@ DEPENDENCIES
rubocop-packaging (~> 0.5.2)
rubocop-performance (~> 1.23)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 3.2)
rubocop-rspec (~> 3.3)
simplecov (~> 0.22.0)
yard (~> 0.9.37)

Expand Down

0 comments on commit 7be4480

Please sign in to comment.