Skip to content

Commit

Permalink
Install rubocop-govuk 4.0.0.pre.1
Browse files Browse the repository at this point in the history
This is to test the pre-release out of 4.0.0. Further details are in:
alphagov/rubocop-govuk#129
  • Loading branch information
kevindew committed Apr 26, 2021
1 parent f48e5c0 commit 4486e80
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ group :development, :test do
gem "jasmine_selenium_runner"
gem "json_matchers"
gem "rspec-rails"
gem "rubocop-govuk"
gem "rubocop-govuk", "4.0.0.pre.1", require: false
gem "webmock"
end
43 changes: 22 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
afm (0.2.2)
ast (2.4.1)
ast (2.4.2)
aws-eventstream (1.1.0)
aws-partitions (1.344.0)
aws-sdk-core (3.104.2)
Expand Down Expand Up @@ -284,8 +284,8 @@ GEM
omniauth-oauth2 (1.3.1)
oauth2 (~> 1.0)
omniauth (~> 1.2)
parallel (1.19.2)
parser (2.7.2.0)
parallel (1.20.1)
parser (3.0.1.0)
ast (~> 2.4.1)
pdf-reader (2.4.0)
Ascii85 (~> 1.0.0)
Expand Down Expand Up @@ -369,32 +369,33 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.2)
rubocop (0.87.1)
rubocop (1.10.0)
parallel (~> 1.10)
parser (>= 2.7.1.1)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 0.1.0, < 1.0)
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.8.0)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
rubocop-govuk (3.17.2)
rubocop (= 0.87.1)
rubocop-ast (= 0.8.0)
rubocop-rails (= 2.8.1)
rubocop-govuk (4.0.0.pre.1)
rubocop (~> 1.10.0)
rubocop-ast (~> 1.4.0)
rubocop-rails (~> 2.9.1)
rubocop-rake (= 0.5.1)
rubocop-rspec (= 1.42.0)
rubocop-rails (2.8.1)
rubocop-rspec (~> 2.2.0)
rubocop-rails (2.9.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 0.87.0)
rubocop (>= 0.90.0, < 2.0)
rubocop-rake (0.5.1)
rubocop
rubocop-rspec (1.42.0)
rubocop (>= 0.87.0)
ruby-progressbar (1.10.1)
rubocop-rspec (2.2.0)
rubocop (~> 1.0)
rubocop-ast (>= 1.1.0)
ruby-progressbar (1.11.0)
ruby-rc4 (0.1.5)
ruby-vips (2.0.17)
ffi (~> 1.9)
Expand Down Expand Up @@ -461,7 +462,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
unicode-display_width (2.0.0)
unicorn (5.8.0)
kgio (~> 2.6)
raindrops (~> 0.7)
Expand Down Expand Up @@ -521,7 +522,7 @@ DEPENDENCIES
rails (= 6.1.3.1)
rinku
rspec-rails
rubocop-govuk
rubocop-govuk (= 4.0.0.pre.1)
rubyzip
sanitize
sassc-rails
Expand Down

0 comments on commit 4486e80

Please sign in to comment.