This commit is contained in:
Nicolas Bally 2018-08-10 10:37:45 +02:00
parent 9aba4fbbe1
commit 95a1aa1242
2 changed files with 12 additions and 3 deletions

View File

@ -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

View File

@ -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