Skip to content

Commit

Permalink
update uglifier to 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Mar 13, 2017
1 parent 209271e commit d271200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PATH
rails (~> 5.0.2)
sass-rails (~> 5.0.6)
simple_form (~> 3.4.0)
uglifier (>= 3.1.6)
uglifier (>= 3.1.7)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -71,7 +71,7 @@ GEM
public_suffix (~> 2.0, >= 2.0.2)
arel (7.1.4)
ast (2.3.0)
autoprefixer-rails (6.7.6)
autoprefixer-rails (6.7.7)
execjs
bcrypt (3.1.11)
bcrypt-ruby (3.1.5)
Expand Down Expand Up @@ -369,7 +369,7 @@ GEM
tins (1.13.2)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (3.1.6)
uglifier (3.1.7)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.1.3)
unicode_utils (1.4.0)
Expand Down
2 changes: 1 addition & 1 deletion socializer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("jquery-ui-rails", "~> 6.0.1")
spec.add_dependency("sass-rails", "~> 5.0.6")
spec.add_dependency("coffee-rails", "~> 4.2.1")
spec.add_dependency("uglifier", ">= 3.1.6")
spec.add_dependency("uglifier", ">= 3.1.7")
spec.add_dependency("bcrypt", "~> 3.1.11")
spec.add_dependency("bootstrap-sass", "~> 3.3.7")
spec.add_dependency("draper", "~> 3.0.0.pre1")
Expand Down

0 comments on commit d271200

Please sign in to comment.