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

Update dependency terser to v1.2.3 #1025

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ gem 'rails-html-sanitizer'
gem 'rack-cors', '~> 2.0'
gem 'rapidjson'
gem 'redis'
gem 'responders'
gem 'rubyzip', '~> 2.3.0' # 3.0 will be breaking
gem 'sassc-rails', '~> 2.1'
gem 'sidekiq'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ GEM
sprockets (>= 3.0.0)
stringio (3.1.0)
strscan (3.1.0)
terser (1.1.20)
terser (1.2.3)
execjs (>= 0.3.0, < 3)
thor (1.3.1)
tilt (2.3.0)
Expand Down Expand Up @@ -550,6 +550,7 @@ DEPENDENCIES
rails-html-sanitizer
rapidjson
redis
responders
rubocop
rubocop-capybara
rubocop-rails
Expand Down