Skip to content

Commit

Permalink
Merge pull request #1507 from alphagov/dependabot/bundler/govuk-lint-…
Browse files Browse the repository at this point in the history
…3.9.0

Bump govuk-lint from 3.8.0 to 3.9.0
  • Loading branch information
thomasleese authored Sep 5, 2018
2 parents 3268a89 + 66f55a9 commit a244982
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ end

group :development, :test do
gem 'jasmine-rails', '~> 0.14.8'
gem 'govuk-lint', '~> 3.8.0'
gem 'govuk-lint', '~> 3.9.0'
gem 'pry'
end

Expand Down
26 changes: 14 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ GEM
sanitize (~> 4.6)
govuk-content-schema-test-helpers (1.6.1)
json-schema (~> 2.8.0)
govuk-lint (3.8.0)
rubocop (~> 0.52.0)
rubocop-rspec (~> 1.19.0)
govuk-lint (3.9.0)
rubocop (~> 0.58)
rubocop-rspec (~> 1.28)
scss_lint
govuk_app_config (1.8.0)
logstasher (~> 1.2.2)
Expand Down Expand Up @@ -154,6 +154,7 @@ GEM
image_size (2.0.0)
in_threads (1.5.0)
io-like (0.3.0)
jaro_winkler (1.5.1)
jasmine-core (2.99.2)
jasmine-rails (0.14.8)
jasmine-core (>= 1.3, < 3.0)
Expand Down Expand Up @@ -204,12 +205,12 @@ GEM
nokogiri
null_logger (0.0.1)
parallel (1.12.1)
parser (2.5.0.5)
parser (2.5.1.2)
ast (~> 2.4.0)
phantomjs (2.1.1.0)
plek (2.1.1)
power_assert (1.1.1)
powerpack (0.1.1)
powerpack (0.1.2)
progress (3.4.0)
pry (0.11.3)
coderay (~> 1.1.0)
Expand Down Expand Up @@ -260,16 +261,17 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rouge (3.2.1)
rubocop (0.52.1)
rubocop (0.58.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.4.0.2, < 3.0)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
rubocop-rspec (1.19.0)
rubocop (>= 0.51.0)
ruby-progressbar (1.9.0)
rubocop-rspec (1.29.1)
rubocop (>= 0.58.0)
ruby-progressbar (1.10.0)
rubyzip (1.2.2)
safe_yaml (1.0.4)
sanitize (4.6.6)
Expand Down Expand Up @@ -329,7 +331,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.5)
unicode-display_width (1.3.0)
unicode-display_width (1.4.0)
unicorn (5.4.1)
kgio (~> 2.6)
raindrops (~> 0.7)
Expand All @@ -354,7 +356,7 @@ DEPENDENCIES
capybara (~> 2.18.0)
gds-api-adapters (~> 53.0)
govuk-content-schema-test-helpers (~> 1.6)
govuk-lint (~> 3.8.0)
govuk-lint (~> 3.9.0)
govuk_app_config (~> 1.8.0)
govuk_frontend_toolkit (~> 7.6.0)
govuk_publishing_components (~> 9.16.1)
Expand Down

0 comments on commit a244982

Please sign in to comment.