Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish upgrade to frontend 5 #2774

Merged
merged 2 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem "pundit"
gem "select2-rails", "< 4" # v4 changes the generated HTML and breaks the e2e tests
gem "sentry-sidekiq"
gem "stringex"
gem "uglifier"
gem "terser"

group :development do
gem "listen"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -757,13 +757,13 @@ GEM
statsd-ruby (1.5.0)
stringex (2.8.6)
stringio (3.1.1)
terser (1.2.3)
execjs (>= 0.3.0, < 3)
thor (1.3.2)
timecop (0.9.10)
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)
version_gem (1.1.4)
Expand Down Expand Up @@ -831,8 +831,8 @@ DEPENDENCIES
sentry-sidekiq
simplecov
stringex
terser
timecop
uglifier
webmock

BUNDLED WITH
Expand Down
Loading