This commit is contained in:
Nicolas Bally 2019-07-25 17:34:42 +02:00
parent db47f7bdeb
commit de986bcca5
2 changed files with 13 additions and 19 deletions

View File

@ -27,8 +27,9 @@ gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.0.1' gem 'jbuilder', '~> 1.0.1'
gem "therubyracer", group: :production gem "therubyracer", "0.12.3" #, group: :production
gem 'less-rails', github: 'metaskills/less-rails', branch: 'depends_only_on_less_files' #gem 'less-rails', github: 'metaskills/less-rails', branch: 'depends_only_on_less_files'
gem 'less-rails'
gem "twitter-bootstrap-rails" gem "twitter-bootstrap-rails"
gem 'haml-rails' gem 'haml-rails'

View File

@ -5,17 +5,6 @@ GIT
formtastic (2.3.0.rc2) formtastic (2.3.0.rc2)
actionpack (>= 3.0) actionpack (>= 3.0)
GIT
remote: git://github.com/metaskills/less-rails.git
revision: c34a9dc78b793a2f31e1917065f36f7201608365
branch: depends_only_on_less_files
specs:
less-rails (2.7.1)
actionpack (>= 4.0)
less (~> 2.6.0)
sprockets (> 2, < 4)
tilt
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
@ -96,7 +85,11 @@ GEM
kgio (2.11.2) kgio (2.11.2)
less (2.6.0) less (2.6.0)
commonjs (~> 0.2.7) commonjs (~> 0.2.7)
libv8 (3.11.8.17) less-rails (4.0.0)
actionpack (>= 4)
less (~> 2.6.0)
sprockets (>= 2)
libv8 (3.16.14.19)
mail (2.5.5) mail (2.5.5)
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
@ -135,7 +128,7 @@ GEM
rake (12.3.3) rake (12.3.3)
rdoc (3.12.2) rdoc (3.12.2)
json (~> 1.4) json (~> 1.4)
ref (1.0.5) ref (2.0.0)
rmagick (3.1.0) rmagick (3.1.0)
rvm-capistrano (1.4.1) rvm-capistrano (1.4.1)
capistrano (>= 2.0.0) capistrano (>= 2.0.0)
@ -149,8 +142,8 @@ GEM
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0) sprockets (>= 2.8, < 4.0)
therubyracer (0.11.4) therubyracer (0.12.3)
libv8 (~> 3.11.8.12) libv8 (~> 3.16.14.15)
ref ref
thor (0.20.3) thor (0.20.3)
thread_safe (0.3.6) thread_safe (0.3.6)
@ -189,14 +182,14 @@ DEPENDENCIES
jbuilder (~> 1.0.1) jbuilder (~> 1.0.1)
jquery-rails jquery-rails
kaminari-bootstrap kaminari-bootstrap
less-rails! less-rails
mysql2 mysql2
nokogiri nokogiri
rails (= 4.0.6) rails (= 4.0.6)
rmagick rmagick
rvm-capistrano rvm-capistrano
sdoc sdoc
therubyracer therubyracer (= 0.12.3)
turbolinks turbolinks
twitter-bootstrap-rails twitter-bootstrap-rails
uglifier (~> 2.7) uglifier (~> 2.7)