Skip to content

Commit

Permalink
Update uglifier gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Levia committed Jan 13, 2020
1 parent f8e9fc9 commit 5004e6c
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 @@ -12,7 +12,7 @@ gem 'elasticsearch', '~> 7.2.0'
gem 'sass-rails', '~> 5.0.7'
gem 'sprockets-rails', '~> 3.2.1'

gem 'uglifier', '~> 2.7.2'
gem 'uglifier', '~> 4.1.17'
gem 'coffee-rails', '~> 4.2.2'
gem "autoprefixer-rails"
gem "exception_notification", '~> 4.3.0'
Expand Down
9 changes: 4 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.2.0)
json (2.3.0)
kramdown (2.1.0)
levenshtein (0.2.2)
loofah (2.4.0)
Expand Down Expand Up @@ -1079,9 +1079,8 @@ GEM
tilt (>= 1.4, < 3)
tzinfo (1.2.6)
thread_safe (~> 0.1)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
version (1.0.0)
vuejs-rails (2.3.2)
warden (1.2.8)
Expand Down Expand Up @@ -1163,7 +1162,7 @@ DEPENDENCIES
timecop (~> 0.7.1)
tinymce-rails (~> 4.3.2)
turnout (~> 2.5.0)
uglifier (~> 2.7.2)
uglifier (~> 4.1.17)
vuejs-rails (~> 2.3.2)
webmock (~> 1.22.0)
webpacker (~> 4.0.2)
Expand Down

0 comments on commit 5004e6c

Please sign in to comment.