From 95a1aa1242ee7344c5e19b9d175695323b34632a Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Fri, 10 Aug 2018 10:37:45 +0200 Subject: [PATCH] suite --- Gemfile | 4 ++-- Gemfile.lock | 11 ++++++++++- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c67de92..9cf2258 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source 'https://rubygems.org' +source 'http://rubygems.org' #gem 'activerecord-session_store' @@ -26,7 +26,7 @@ gem 'unicorn' gem 'haml-rails' -#gem "therubyracer" +gem "therubyracer", group: :production group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 6e3f577..3de968d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,7 +6,7 @@ GIT i18n (>= 0.5.0) GEM - remote: https://rubygems.org/ + remote: http://rubygems.org/ specs: actionmailer (4.2.0) actionpack (= 4.2.0) @@ -144,6 +144,7 @@ GEM addressable faraday multi_json (>= 1.3.0) + libv8 (3.16.14.19) loofah (2.0.1) nokogiri (>= 1.5.9) macaddr (1.7.1) @@ -213,6 +214,7 @@ GEM rake (10.4.2) rdoc (4.2.0) json (~> 1.4) + ref (2.0.0) rmagick (2.13.4) ruby_parser (3.6.4) sexp_processor (~> 4.1) @@ -252,6 +254,9 @@ GEM activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) systemu (2.6.5) + therubyracer (0.12.3) + libv8 (~> 3.16.14.15) + ref thor (0.19.1) thread_safe (0.3.4) tilt (1.4.1) @@ -321,6 +326,7 @@ DEPENDENCIES savon (~> 2.10.0) sdoc (~> 0.4.0) spring + therubyracer turbolinks twitter-bootstrap-rails uglifier (>= 1.3.0) @@ -328,3 +334,6 @@ DEPENDENCIES web-console (~> 2.0) wicked_pdf wkhtmltopdf-binary + +BUNDLED WITH + 1.12.5