Skip to content

Commit

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

Bump rubocop-rspec from 2.27.1 to 2.28.0
  • Loading branch information
tagliala authored Apr 1, 2024
2 parents 06c8b6b + 0efc540 commit e9e7f97
Show file tree
Hide file tree
Showing 2 changed files with 6 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.62', require: false
gem 'rubocop-packaging', '~> 0.5.2', require: false
gem 'rubocop-performance', '~> 1.21', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
gem 'rubocop-rspec', '~> 2.27', require: false
gem 'rubocop-rspec', '~> 2.28', require: false
gem 'simplecov', '~> 0.22.0', require: false
gem 'yard', '~> 0.9.36', require: false
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,13 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.27.1)
rubocop-rspec (2.28.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.2)
rubocop (~> 1.40)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
docile (~> 1.1)
Expand All @@ -82,7 +85,7 @@ DEPENDENCIES
rubocop-packaging (~> 0.5.2)
rubocop-performance (~> 1.21)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.27)
rubocop-rspec (~> 2.28)
simplecov (~> 0.22.0)
yard (~> 0.9.36)

Expand Down

0 comments on commit e9e7f97

Please sign in to comment.