Gemfile in uglifier-2.2.1 vs Gemfile in uglifier-2.3.0

- old
+ new

@@ -1,9 +1,9 @@ source "https://rubygems.org" -gem "execjs", ">=0.3.0" -gem "multi_json", "~> 1.0", ">= 1.0.2" +gem "execjs", ">= 0.3.0" +gem "json", ">= 1.8.0" # Depend on defined ExecJS runtime execjs_runtimes = { "RubyRacer" => "therubyracer", "RubyRhino" => "therubyrhino", @@ -11,12 +11,9 @@ } if ENV["EXECJS_RUNTIME"] && execjs_runtimes[ENV["EXECJS_RUNTIME"]] gem execjs_runtimes[ENV["EXECJS_RUNTIME"]], :group => :development end - -# Engine -gem ENV["MULTI_JSON_ENGINE"], :group => :development if ENV["MULTI_JSON_ENGINE"] group :development do gem "rspec", "~> 2.7" gem "bundler", "~> 1.0" gem "jeweler", "~> 1.8.3"