This commit is contained in:
Nicolas Bally 2019-05-16 10:09:18 +02:00
parent 5ee686d27c
commit 19363d8a33
2 changed files with 7 additions and 1 deletions

View File

@ -27,7 +27,7 @@ gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.0.1'
gem "therubyracer"
gem "therubyracer", group: :production
#gem "less-rails"
gem "sass-rails", "~> 4.0.3"
gem "twitter-bootstrap-rails"

View File

@ -81,6 +81,7 @@ GEM
kaminari (0.16.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kgio (2.11.2)
libv8 (3.16.14.3)
mail (2.5.4)
mime-types (~> 1.16)
@ -116,6 +117,7 @@ GEM
activesupport (= 4.0.0)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
raindrops (0.19.0)
rake (10.3.2)
rdoc (4.1.1)
json (~> 1.4)
@ -196,3 +198,7 @@ DEPENDENCIES
turbolinks
twitter-bootstrap-rails
uglifier (>= 1.3.0)
unicorn
BUNDLED WITH
1.14.3