Skip to content

Commit

Permalink
update uglifier to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Feb 28, 2017
1 parent bf12523 commit bdc997d
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 @@ -71,7 +71,7 @@ GEM
public_suffix (~> 2.0, >= 2.0.2)
arel (7.1.4)
ast (2.3.0)
autoprefixer-rails (6.7.5)
autoprefixer-rails (6.7.6)
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.0)
uglifier (3.1.1)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.1.3)
unicode_utils (1.4.0)
Expand Down Expand Up @@ -411,4 +411,4 @@ DEPENDENCIES
sqlite3 (~> 1.3.13)

BUNDLED WITH
1.14.4
1.14.5
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.0")
spec.add_dependency("uglifier", ">= 3.1.1")
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 bdc997d

Please sign in to comment.