mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
Merge pull request #109 from projekteuler/dependabot/bundler/uglifier-4.2.0
Bump uglifier from 4.1.20 to 4.2.0
This commit is contained in:
commit
d23d8bc068
2
Gemfile
2
Gemfile
@ -13,7 +13,7 @@ gem 'bootsnap', require: false
|
||||
# Use SCSS for stylesheets
|
||||
gem 'sassc-rails', '~> 2.1.2'
|
||||
# Use Uglifier as compressor for JavaScript assets
|
||||
gem 'uglifier', '~> 4.1.20'
|
||||
gem 'uglifier', '~> 4.2.0'
|
||||
# Use CoffeeScript for .js.coffee assets and views
|
||||
gem 'coffee-rails', '~> 5.0.0'
|
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||
|
||||
@ -219,7 +219,7 @@ GEM
|
||||
turbolinks-source (5.2.0)
|
||||
tzinfo (1.2.5)
|
||||
thread_safe (~> 0.1)
|
||||
uglifier (4.1.20)
|
||||
uglifier (4.2.0)
|
||||
execjs (>= 0.3.0, < 3)
|
||||
warden (1.2.8)
|
||||
rack (>= 2.0.6)
|
||||
@ -262,7 +262,7 @@ DEPENDENCIES
|
||||
sqlite3 (~> 1.4.1)
|
||||
turbolinks (~> 5.2.1)
|
||||
tzinfo-data
|
||||
uglifier (~> 4.1.20)
|
||||
uglifier (~> 4.2.0)
|
||||
web-console (~> 4.0.1)
|
||||
will_paginate (~> 3.1.8)
|
||||
will_paginate-bootstrap4 (~> 0.2.2)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user