Skip to content

Commit

Permalink
Update dependency uglifier to v4 (#3402)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent 62cc663 commit cdf3989
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ gem 'spectrum-rails'
gem 'sprockets'
gem 'terser'
gem 'typhoeus', '~> 1.4.1'
gem 'uglifier', '~> 2.7.2'
gem 'uglifier', '~> 4.2.0'

group :development do
gem 'better_errors'
Expand Down
9 changes: 4 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ GEM
evernote_oauth (0.2.3)
evernote-thrift
oauth (>= 0.4.1)
execjs (2.8.1)
execjs (2.9.1)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand Down Expand Up @@ -810,9 +810,8 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
Expand Down Expand Up @@ -959,7 +958,7 @@ DEPENDENCIES
typhoeus (~> 1.4.1)
tzinfo (>= 2.0.6)
tzinfo-data
uglifier (~> 2.7.2)
uglifier (~> 4.2.0)
unicorn
unicorn-rails
vcr
Expand Down

0 comments on commit cdf3989

Please sign in to comment.