Skip to content

Commit

Permalink
Revert "Bundle new slimmer to fix test issue"
Browse files Browse the repository at this point in the history
This reverts commit 6c11816.
  • Loading branch information
MartinJJones committed Apr 18, 2024
1 parent 6c11816 commit af3b77c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 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", git: "https://github.com/alphagov/slimmer.git", branch: "update-body-classes-for-govuk-frontend-v5"
gem "slimmer"
gem "sprockets-rails"
gem "terser"
gem "tilt"
Expand Down
22 changes: 8 additions & 14 deletions Gemfile.lock
Expand Up @@ -14,19 +14,6 @@ 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 @@ -643,6 +630,13 @@ 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 @@ -723,7 +717,7 @@ DEPENDENCIES
shoulda
simplecov
simplecov-rcov
slimmer!
slimmer
sprockets-rails
terser
tilt
Expand Down

0 comments on commit af3b77c

Please sign in to comment.