Skip to content

Commit

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

Bump rubocop-rspec from 2.25.0 to 2.26.1
  • Loading branch information
chrisalley authored Jan 8, 2024
2 parents df7dac3 + 24e45b9 commit a758b77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.59', require: false
gem 'rubocop-packaging', '~> 0.5.2', require: false
gem 'rubocop-performance', '~> 1.20', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
gem 'rubocop-rspec', '~> 2.25', require: false
gem 'rubocop-rspec', '~> 2.26', require: false
gem 'simplecov', '~> 0.22.0', require: false
gem 'yard', '~> 0.9.34', require: false
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ GEM
json (2.7.1)
language_server-protocol (3.17.0.3)
parallel (1.24.0)
parser (3.2.2.4)
parser (3.3.0.2)
ast (~> 2.4.1)
racc
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
regexp_parser (2.8.3)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
Expand All @@ -46,18 +46,18 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-packaging (0.5.2)
rubocop (>= 1.33, < 2.0)
rubocop-performance (1.20.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.25.0)
rubocop-rspec (2.26.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand All @@ -82,7 +82,7 @@ DEPENDENCIES
rubocop-packaging (~> 0.5.2)
rubocop-performance (~> 1.20)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.25)
rubocop-rspec (~> 2.26)
simplecov (~> 0.22.0)
yard (~> 0.9.34)

Expand Down

0 comments on commit a758b77

Please sign in to comment.