Skip to content

Commit

Permalink
Merge pull request #1240 from ministryofjustice/dependabot/bundler/ru…
Browse files Browse the repository at this point in the history
…bocop-govuk-and-rubocop-4.12.0

Bump rubocop-govuk and rubocop
  • Loading branch information
njseeto authored Jul 31, 2023
2 parents d52958d + 86bb8ca commit bfb9617
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ end
group :development do
gem 'dotenv-rails'
gem 'listen', '~> 3.8'
gem 'rubocop', '~> 1.35.0'
gem 'rubocop', '~> 1.55.0'
gem 'rubocop-govuk'
gem 'spring', '~> 4.1.1'
gem 'spring-watcher-listen', '~> 2.1.0'
Expand Down
42 changes: 25 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ GEM
jwt (2.7.1)
kramdown (2.4.0)
rexml
language_server-protocol (3.17.0.3)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -445,7 +446,7 @@ GEM
puma (6.3.0)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
rack (2.2.8)
rack-proxy (0.7.6)
rack
rack-test (2.1.0)
Expand Down Expand Up @@ -510,32 +511,39 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.35.0)
rubocop (1.55.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.20.1, < 2.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
rubocop-govuk (4.7.0)
rubocop (= 1.35.0)
rubocop-ast (= 1.21.0)
rubocop-rails (= 2.15.2)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.18.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop (~> 1.33)
rubocop-govuk (4.12.0)
rubocop (= 1.55.0)
rubocop-ast (= 1.29.0)
rubocop-rails (= 2.20.2)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.12.1)
rubocop-rails (2.15.2)
rubocop-rspec (= 2.22.0)
rubocop-rails (2.20.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
rubocop (>= 1.33.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.12.1)
rubocop (~> 1.31)
rubocop-rspec (2.22.0)
rubocop (~> 1.33)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
sanitize (6.0.2)
Expand Down Expand Up @@ -636,7 +644,7 @@ DEPENDENCIES
rails (= 7.0.5)
rails-controller-testing
rspec-rails
rubocop (~> 1.35.0)
rubocop (~> 1.55.0)
rubocop-govuk
sass-rails (>= 6)
sentry-rails (~> 5.8.0)
Expand Down

0 comments on commit bfb9617

Please sign in to comment.