Skip to content

Commit

Permalink
Merge pull request #1920 from alphagov/dependabot/bundler/govuk-lint-…
Browse files Browse the repository at this point in the history
…4.1.0
  • Loading branch information
thomasleese authored Oct 30, 2019
2 parents 237ef24 + 5928ae7 commit 7749670
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 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.15.0'
gem 'govuk-lint', '~> 4.0'
gem 'govuk-lint', '~> 4.1'
gem 'pry'
end

Expand Down
15 changes: 7 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ GEM
activesupport (>= 4.2.0)
govuk-content-schema-test-helpers (1.6.1)
json-schema (~> 2.8.0)
govuk-lint (4.0.1)
rubocop (~> 0.72)
govuk-lint (4.1.0)
rubocop (~> 0.76)
rubocop-rails (~> 2)
rubocop-rspec (~> 1.28)
scss_lint
Expand Down Expand Up @@ -184,7 +184,7 @@ GEM
nokogiri (1.10.4)
mini_portile2 (~> 2.4.0)
null_logger (0.0.1)
parallel (1.17.0)
parallel (1.18.0)
parser (2.6.5.0)
ast (~> 2.4.0)
phantomjs (2.1.1.0)
Expand Down Expand Up @@ -229,7 +229,7 @@ GEM
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
raindrops (0.19.0)
rake (12.3.3)
rake (13.0.0)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
Expand All @@ -243,7 +243,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rouge (3.12.0)
rubocop (0.75.0)
rubocop (0.76.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
Expand Down Expand Up @@ -277,8 +277,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
scss_lint (0.58.0)
rake (>= 0.9, < 13)
scss_lint (0.59.0)
sass (~> 3.5, >= 3.5.5)
selenium-webdriver (3.142.6)
childprocess (>= 0.5, < 4.0)
Expand Down Expand Up @@ -339,7 +338,7 @@ DEPENDENCIES
binding_of_caller
gds-api-adapters (~> 60.1)
govuk-content-schema-test-helpers (~> 1.6)
govuk-lint (~> 4.0)
govuk-lint (~> 4.1)
govuk_app_config (~> 2.0.1)
govuk_frontend_toolkit (~> 9.0.0)
govuk_publishing_components (~> 21.7.0)
Expand Down

0 comments on commit 7749670

Please sign in to comment.