Skip to content

Commit

Permalink
Update rubocop-govuk, json-schema, sidekiq (#2417)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyprivett authored Nov 22, 2024
1 parent e328107 commit 547df82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ end
group :development do
gem 'listen'
gem 'rails-erd'
gem 'rubocop-govuk', github: 'alphagov/rubocop-govuk', ref: 'a822e10cb691810446aa416223236ac54ad31e63'
gem 'rubocop-govuk'
gem 'spring', '>= 3'
gem 'spring-watcher-listen'
end
Expand Down
22 changes: 8 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
GIT
remote: https://github.com/alphagov/rubocop-govuk.git
revision: a822e10cb691810446aa416223236ac54ad31e63
ref: a822e10cb691810446aa416223236ac54ad31e63
specs:
rubocop-govuk (5.0.2)
rubocop (= 1.68.0)
rubocop-ast (= 1.36.1)
rubocop-capybara (= 2.21.0)
rubocop-rails (= 2.27.0)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 3.2.0)

GIT
remote: https://github.com/nduitz/routing-filter.git
revision: 7ada2f1854563852c615eec681c67f80f135ade5
Expand Down Expand Up @@ -458,6 +445,13 @@ GEM
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-govuk (5.0.3)
rubocop (= 1.68.0)
rubocop-ast (= 1.36.1)
rubocop-capybara (= 2.21.0)
rubocop-rails (= 2.27.0)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 3.2.0)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
Expand Down Expand Up @@ -587,7 +581,7 @@ DEPENDENCIES
rswag-api
rswag-specs
rswag-ui
rubocop-govuk!
rubocop-govuk
sentry-rails
sentry-ruby
sentry-sidekiq
Expand Down

0 comments on commit 547df82

Please sign in to comment.