Skip to content

Commit

Permalink
Update Uglifier gem to >=4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Janell-Huyck committed Dec 2, 2024
1 parent 518e913 commit 5cb2a29
Show file tree
Hide file tree
Showing 3 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 @@ -22,7 +22,7 @@ gem 'sass-rails', '~> 5.0'
# Use Devise for authentication
gem 'devise'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '~> 2.7', '>= 2.7.2'
gem 'uglifier', '~> 4.2', '>= 4.2.1'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'mini_racer', platforms: :ruby
# Use CoffeeScript for .coffee assets and views
Expand Down
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,8 @@ GEM
turbolinks-source (5.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
uglifier (4.2.1)
execjs (>= 0.3.0, < 3)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
Expand Down Expand Up @@ -472,7 +471,7 @@ DEPENDENCIES
sqlite3 (~> 1.4)
turbolinks (~> 5)
tzinfo-data
uglifier (~> 2.7, >= 2.7.2)
uglifier (~> 4.2, >= 4.2.1)
web-console (>= 3.3.0)

RUBY VERSION
Expand Down
2 changes: 1 addition & 1 deletion config/deploy/qa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set :rails_env, :production
set :bundle_without, %w[development test].join(' ')
set :branch, 'qa'
set :branch, 'fix_qa_deploy_via_capistrano'
set :default_env, path: '$PATH:/usr/local/bin'
set :bundle_path, -> { shared_path.join('vendor/bundle') }
append :linked_dirs, 'tmp', 'log'
Expand Down

0 comments on commit 5cb2a29

Please sign in to comment.