Skip to content

Commit

Permalink
Bundle new slimmer to fix test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-kirwan committed Mar 21, 2024
1 parent 0fee9cc commit 6c11816
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -20,7 +20,7 @@ gem "parser"
gem "plek"
gem "rails-i18n"
gem "railties"
gem "slimmer"
gem "slimmer", git: "https://github.com/alphagov/slimmer.git", branch: "update-body-classes-for-govuk-frontend-v5"
gem "sprockets-rails"
gem "terser"
gem "tilt"
Expand Down
22 changes: 14 additions & 8 deletions Gemfile.lock
Expand Up @@ -14,6 +14,19 @@ GIT
sprockets-rails
terser

GIT
remote: https://github.com/alphagov/slimmer.git
revision: 93b3bdd0ab07c54c6f95dfedb0e466d1e7328b47
branch: update-body-classes-for-govuk-frontend-v5
specs:
slimmer (18.4.0)
json
nokogiri (~> 1.7)
null_logger
plek (>= 1.1.0)
rack (>= 3.0)
rest-client

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -630,13 +643,6 @@ GEM
simplecov-rcov (0.3.7)
simplecov (>= 0.4.1)
simplecov_json_formatter (0.1.4)
slimmer (18.4.0)
json
nokogiri (~> 1.7)
null_logger
plek (>= 1.1.0)
rack (>= 3.0)
rest-client
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand Down Expand Up @@ -717,7 +723,7 @@ DEPENDENCIES
shoulda
simplecov
simplecov-rcov
slimmer
slimmer!
sprockets-rails
terser
tilt
Expand Down

0 comments on commit 6c11816

Please sign in to comment.