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

Bump uglifier from 4.1.18 to 4.2.0 #2680

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gem "paranoia"
## views
gem "sass-rails"
gem "coffee-rails"
gem "uglifier", "= 4.1.18" # 4.1.19 has an issue https://github.com/mishoo/UglifyJS2/issues/3245
gem "uglifier", "4.2.0" # 4.1.19 has an issue https://github.com/mishoo/UglifyJS2/issues/3245
# TO DO: consider using nodejs instead of mini_racer
# libv8 8+ does not like to compile on our boxes. It's easier to lock down
# libv8 and mini_racer for now than to try to get them upgraded on the server.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ GEM
ttfunk (1.7.0)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.1.18)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.0.0)
unicorn (6.0.0)
Expand Down Expand Up @@ -670,7 +670,7 @@ DEPENDENCIES
synaccess_connect
teaspoon-jasmine
text_helpers
uglifier (= 4.1.18)
uglifier (= 4.2.0)
unicorn
vuejs-rails (~> 1.0.26)
web-console
Expand Down