From a933c1a0be14d1d52ec74e98b65429fb9d9d853b Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 14 Aug 2015 14:19:29 -0600 Subject: use rubyracer. --- Gemfile | 8 ++++---- Gemfile.lock | 9 +++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5a2b5cf..945dd8f 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'uglifier', '>= 1.3.0' # Use CoffeeScript for .coffee assets and views gem 'coffee-rails', '~> 4.1.0' # See https://github.com/sstephenson/execjs#readme for more supported runtimes -# gem 'therubyracer', platforms: :ruby +gem 'therubyracer', platforms: :ruby # Use jquery as the JavaScript library gem 'jquery-rails' @@ -37,10 +37,10 @@ gem 'puma' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console - gem 'byebug' + gem 'byebug', platform: :ruby # Access an IRB console on exception pages or by using <%= console %> in views - gem 'web-console', '~> 2.0' + gem 'web-console', '~> 2.0', platform: :ruby # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' @@ -54,6 +54,6 @@ group :development, :test do # fake agent gem 'listen' - gem 'pcaprub' + gem 'pcaprub', platform: :ruby gem 'packetfu' end diff --git a/Gemfile.lock b/Gemfile.lock index 4444c81..cbcfe77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,6 +99,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (1.8.2) + libv8 (3.16.14.11) listen (2.8.5) celluloid (>= 0.15.2) rb-fsevent (>= 0.9.3) @@ -165,6 +166,7 @@ GEM rb-inotify (0.9.5) ffi (>= 0.5.0) rdoc (4.2.0) + ref (2.0.0) rspec-core (3.2.1) rspec-support (~> 3.2.0) rspec-expectations (3.2.0) @@ -211,6 +213,9 @@ GEM actionpack (>= 3.0) activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) + therubyracer (0.12.2) + libv8 (~> 3.16.14.0) + ref thor (0.19.1) thread (0.1.5) thread_safe (0.3.4) @@ -264,7 +269,11 @@ DEPENDENCIES sdoc (~> 0.4.0) sneakers spring + therubyracer turbolinks typhoeus uglifier (>= 1.3.0) web-console (~> 2.0) + +BUNDLED WITH + 1.10.5 -- cgit v1.2.3