Skip to content

Commit

Permalink
Update uglifier gem to version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmb committed Jun 14, 2017
1 parent 39fd5a0 commit f369a19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -43,7 +43,7 @@ gem 'twitter_cldr', '~> 4.4'
group :assets do
gem 'coffee-rails', '~> 4.2', '>= 4.2.1'
gem 'sass-rails', '~> 5.0', '>= 5.0.6'
gem 'uglifier', '~> 3.1', '>= 3.1.7'
gem 'uglifier', '~> 3.2'
end

group :production do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -348,7 +348,7 @@ GEM
ethon (>= 0.8.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (3.1.7)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
unf (0.1.4)
unf_ext
Expand Down Expand Up @@ -419,7 +419,7 @@ DEPENDENCIES
travis (~> 1.8, >= 1.8.8)
ttfunk (~> 1.5, >= 1.5.1)
twitter_cldr (~> 4.4)
uglifier (~> 3.1, >= 3.1.7)
uglifier (~> 3.2)
webmock (~> 3.0, >= 3.0.1)

BUNDLED WITH
Expand Down

0 comments on commit f369a19

Please sign in to comment.