Skip to content

Commit

Permalink
update uglifier to 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Mar 10, 2017
1 parent db7be0a commit 209271e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.5)
uglifier (>= 3.1.6)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -166,7 +166,7 @@ GEM
activesupport (>= 4.1.0)
hashie (3.5.5)
highline (1.7.8)
i18n (0.7.0)
i18n (0.8.1)
i18n-tasks (0.9.12)
activesupport (>= 4.0.2)
ast (>= 2.1.0)
Expand Down Expand Up @@ -201,8 +201,8 @@ GEM
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.10.1)
money (6.8.1)
i18n (>= 0.6.4, <= 0.7.0)
money (6.8.2)
i18n (>= 0.6.4, < 0.9)
sixarm_ruby_unaccent (>= 1.1.1, < 2)
multi_json (1.12.1)
multi_test (0.1.2)
Expand Down Expand Up @@ -369,7 +369,7 @@ GEM
tins (1.13.2)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (3.1.5)
uglifier (3.1.6)
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.5")
spec.add_dependency("uglifier", ">= 3.1.6")
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 209271e

Please sign in to comment.