This commit is contained in:
Nicolas Bally 2018-04-26 23:28:33 +02:00
parent c0a7965706
commit db2e221609
2 changed files with 15 additions and 6 deletions

View File

@ -6,7 +6,7 @@ gem 'rails', '3.2.9'
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3'
gem 'mysql2'
#gem 'mysql2'
# Gems used only for assets and not required
@ -44,6 +44,8 @@ gem 'nokogiri'
gem "devise"
gem "therubyracer", group: :production
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'

View File

@ -78,7 +78,8 @@ GEM
jquery-rails (2.1.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.7.5)
json (1.8.1)
libv8 (3.16.14.19)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
@ -88,7 +89,6 @@ GEM
compass (>= 0.11.5)
sassy-math (>= 1.2)
multi_json (1.5.0)
mysql2 (0.3.11)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-sftp (2.0.5)
@ -103,7 +103,7 @@ GEM
pygments.rb (0.3.3)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
rack (1.5.2)
rack (1.4.7)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.2)
@ -129,6 +129,7 @@ GEM
rdoc (3.12)
json (~> 1.4)
redcarpet (2.2.2)
ref (2.0.0)
rmagick (2.13.4)
rvm-capistrano (1.2.7)
capistrano (>= 2.0.0)
@ -144,7 +145,10 @@ GEM
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.6)
sqlite3 (1.3.13)
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thor (0.16.0)
tilt (1.3.3)
treetop (1.4.12)
@ -175,7 +179,6 @@ DEPENDENCIES
formtastic
haml-rails
jquery-rails
mysql2
nokogiri
pygments.rb
rails (= 3.2.9)
@ -184,5 +187,9 @@ DEPENDENCIES
rvm-capistrano
sass-rails (~> 3.2.3)
sqlite3
therubyracer
uglifier (>= 1.0.3)
zurb-foundation (>= 3.2)
BUNDLED WITH
1.16.1