Skip to content

Commit

Permalink
Merge pull request #248 from Crown-Commercial-Service/dependabot/bund…
Browse files Browse the repository at this point in the history
…ler/rubocop-rspec-3.3.0
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
2 parents 6f0341d + a8f6088 commit 6c3bd16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'byebug', '~> 11.1'
# For linting
gem 'rubocop', '~> 1.69'
gem 'rubocop-capybara', '~> 2.20'
gem 'rubocop-rspec', '~> 3.2'
gem 'rubocop-rspec', '~> 3.3'

# For running tests in parallel
gem 'parallel_tests', '~> 4.8.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-rspec (3.2.0)
rubocop-rspec (3.3.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
Expand Down Expand Up @@ -192,7 +192,7 @@ DEPENDENCIES
rspec (~> 3.13.0)
rubocop (~> 1.69)
rubocop-capybara (~> 2.20)
rubocop-rspec (~> 3.2)
rubocop-rspec (~> 3.3)
selenium-webdriver (~> 4.27.0)
site_prism (~> 5.0)

Expand Down

0 comments on commit 6c3bd16

Please sign in to comment.