Skip to content

Commit

Permalink
Merge pull request #1546 from alphagov/upgrade-to-frontend-5-cleanup
Browse files Browse the repository at this point in the history
Finish upgrade to frontend 5
  • Loading branch information
GDSNewt authored Sep 23, 2024
2 parents a109a8b + 1715ab4 commit 17bb657
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem "redcarpet"
gem "rinku", require: "rails_rinku"
gem "select2-rails"
gem "sprockets-rails"
gem "uglifier"
gem "terser"

group :development do
gem "better_errors"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -713,12 +713,12 @@ GEM
sprockets (>= 3.0.0)
statsd-ruby (1.5.0)
stringio (3.1.1)
terser (1.2.3)
execjs (>= 0.3.0, < 3)
thor (1.3.2)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.5.0)
uri (0.13.0)
useragent (0.16.10)
Expand Down Expand Up @@ -783,7 +783,7 @@ DEPENDENCIES
select2-rails
simplecov
sprockets-rails
uglifier
terser
webmock

BUNDLED WITH
Expand Down

0 comments on commit 17bb657

Please sign in to comment.