Skip to content

Commit

Permalink
Stop requiring uglifier
Browse files Browse the repository at this point in the history
It is no longer used in Rails 7
  • Loading branch information
jcoyne committed Jan 24, 2023
1 parent c71ae08 commit 6bce9af
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ gem 'sprockets-rails'
gem 'sassc-rails'
# Use Puma as the app server
gem 'puma', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 2.7.2'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

# Use jquery as the JavaScript library
gem 'jquery-rails'
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -746,8 +746,6 @@ GEM
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
uber (0.1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
underscore-rails (1.8.3)
unf (0.1.4)
unf_ext
Expand Down Expand Up @@ -867,7 +865,6 @@ DEPENDENCIES
turnout
twitter-typeahead-rails (= 0.11.1.pre.corejavascript)
tzinfo-data
uglifier (>= 2.7.2)
web-console (>= 4.1.0)
webdrivers
webmock
Expand Down

0 comments on commit 6bce9af

Please sign in to comment.