# HG changeset patch # User Waitaya Krongapiradee # Date 2014-12-31 12:09:30 # Node ID 5681db09efa8aa645c6e8d00fd70a030f7ddf759 # Parent 396d14f9000f2d2c7c8b203e07c5e446fe596417 Updated Gemfile diff --git a/Gemfile b/Gemfile --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ # See https://github.com/sstephenson/execjs#readme for more supported runtimes # gem 'therubyracer', :platforms => :ruby - gem 'uglifier', '~> 2.6.0' + gem 'uglifier' end gem 'prototype-rails' diff --git a/Gemfile.lock b/Gemfile.lock --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,7 +117,7 @@ multi_json (~> 1.0) rack (~> 1.0) tilt (~> 1.1, != 1.3.0) - test-unit (3.0.8) + test-unit (3.0.9) power_assert thor (0.19.1) tilt (1.4.1) @@ -146,6 +146,6 @@ rspec-rails (~> 2.99.0) sass-rails (~> 3.2.6) test-unit - uglifier (~> 2.6.0) + uglifier verification! will_paginate (~> 3.0.7)