Skip to content

Commit

Permalink
Merge pull request #1631 from alphagov/dependabot/bundler/rubocop-gov…
Browse files Browse the repository at this point in the history
…uk-3.15.0
  • Loading branch information
benthorner committed Jun 5, 2020
2 parents e970d35 + b2e8a0f commit 02ecf6f
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions Gemfile.lock
Expand Up @@ -75,7 +75,7 @@ GEM
bson (4.3.0)
builder (3.2.4)
byebug (11.1.1)
capybara (3.29.0)
capybara (3.32.2)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
Expand All @@ -86,7 +86,7 @@ GEM
childprocess (3.0.0)
coderay (1.1.2)
concurrent-ruby (1.1.6)
connection_pool (2.2.2)
connection_pool (2.2.3)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.6)
Expand Down Expand Up @@ -284,10 +284,10 @@ GEM
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (4.0.4)
public_suffix (4.0.5)
puma (4.3.5)
nio4r (~> 2.0)
rack (2.2.2)
rack (2.0.9)
rack-cache (1.11.1)
rack (>= 0.4)
rack-protection (2.0.8.1)
Expand Down Expand Up @@ -328,10 +328,10 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
redis (4.1.3)
redis (4.1.4)
redis-namespace (1.7.0)
redis (>= 3.0.4)
regexp_parser (1.6.0)
regexp_parser (1.7.0)
request_store (1.5.0)
rack (>= 1.4)
rest-client (2.1.0)
Expand Down Expand Up @@ -363,15 +363,19 @@ GEM
rspec-mocks (~> 3.9)
rspec-support (~> 3.9)
rspec-support (3.9.3)
rubocop (0.83.0)
rubocop (0.85.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.0.3)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-govuk (3.14.0)
rubocop (= 0.83.0)
rubocop-ast (0.0.3)
parser (>= 2.7.0.1)
rubocop-govuk (3.15.0)
rubocop (= 0.85.0)
rubocop-rails (~> 2)
rubocop-rake (~> 0.5.1)
rubocop-rspec (~> 1.28)
Expand Down Expand Up @@ -414,9 +418,9 @@ GEM
rubyzip (>= 1.2.2)
sentry-raven (3.0.0)
faraday (>= 1.0)
sidekiq (5.2.7)
sidekiq (5.2.8)
connection_pool (~> 2.2, >= 2.2.2)
rack (>= 1.5.0)
rack (< 2.1.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
sidekiq-logging-json (0.0.19)
Expand Down

0 comments on commit 02ecf6f

Please sign in to comment.