This commit is contained in:
Nicolas Bally 2019-07-25 19:39:02 +02:00
parent beb6646cf9
commit 074fa2a958
2 changed files with 34 additions and 36 deletions

View File

@ -4,9 +4,7 @@ source 'https://rubygems.org'
gem 'rails', '4.0.0' gem 'rails', '4.0.0'
#gem 'bcrypt', '~> 3.1.7'
gem 'bcrypt-ruby', '~> 3.0.0' gem 'bcrypt-ruby', '~> 3.0.0'
# Use sqlite3 as the database for Active Record # Use sqlite3 as the database for Active Record
#gem 'sqlite3' #gem 'sqlite3'
gem 'mysql2' gem 'mysql2'
@ -29,7 +27,7 @@ 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", :group => :production
gem "less-rails" gem "less-rails"
gem "twitter-bootstrap-rails" gem "twitter-bootstrap-rails"
@ -46,7 +44,7 @@ gem 'kaminari-bootstrap'
gem "htmlentities" gem "htmlentities"
gem 'carrierwave' gem 'carrierwave'
gem 'rmagick', "2.16.0" gem 'rmagick'
group :doc do group :doc do
# bundle exec rake doc:rails generates the API under doc/api. # bundle exec rake doc:rails generates the API under doc/api.
@ -60,7 +58,7 @@ gem "rvm-capistrano", group: :development, :require => false
# gem 'bcrypt-ruby', '~> 3.0.0' # gem 'bcrypt-ruby', '~> 3.0.0'
# Use unicorn as the app server # Use unicorn as the app server
gem 'unicorn', "5.5.1" gem 'unicorn'
gem "nokogiri" gem "nokogiri"

View File

@ -25,7 +25,7 @@ GEM
activerecord-deprecated_finders (~> 1.0.2) activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.0) activesupport (= 4.0.0)
arel (~> 4.0.0) arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.4) activerecord-deprecated_finders (1.0.3)
activesupport (4.0.0) activesupport (4.0.0)
i18n (~> 0.6, >= 0.6.4) i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2) minitest (~> 4.2)
@ -34,7 +34,8 @@ GEM
tzinfo (~> 0.3.37) tzinfo (~> 0.3.37)
acts_as_tree (1.4.0) acts_as_tree (1.4.0)
activerecord (>= 3.0.0) activerecord (>= 3.0.0)
arel (4.0.2) arel (4.0.0)
atomic (1.1.10)
bcrypt-ruby (3.0.1) bcrypt-ruby (3.0.1)
builder (3.1.4) builder (3.1.4)
capistrano (2.15.5) capistrano (2.15.5)
@ -54,8 +55,7 @@ GEM
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.6.3) coffee-script-source (1.6.3)
commonjs (0.2.7) commonjs (0.2.6)
concurrent-ruby (1.1.5)
erubis (2.7.0) erubis (2.7.0)
execjs (1.4.0) execjs (1.4.0)
multi_json (~> 1.0) multi_json (~> 1.0)
@ -69,8 +69,7 @@ GEM
highline (1.6.19) highline (1.6.19)
hike (1.2.3) hike (1.2.3)
htmlentities (4.3.1) htmlentities (4.3.1)
i18n (0.9.5) i18n (0.6.4)
concurrent-ruby (~> 1.0)
jbuilder (1.0.2) jbuilder (1.0.2)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
jquery-rails (3.0.4) jquery-rails (3.0.4)
@ -84,20 +83,19 @@ GEM
kaminari (>= 0.13.0) kaminari (>= 0.13.0)
rails rails
kgio (2.11.2) kgio (2.11.2)
less (2.6.0) less (2.3.2)
commonjs (~> 0.2.7) commonjs (~> 0.2.6)
less-rails (4.0.0) less-rails (2.3.3)
actionpack (>= 4) actionpack (>= 3.1)
less (~> 2.6.0) less (~> 2.3.1)
sprockets (>= 2)
libv8 (3.16.14.19) libv8 (3.16.14.19)
mail (2.5.5) mail (2.5.4)
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
mime-types (1.25.1) mime-types (1.23)
mini_portile (0.5.1) mini_portile (0.5.1)
minitest (4.7.5) minitest (4.7.5)
multi_json (1.13.1) multi_json (1.7.7)
mysql2 (0.3.18) mysql2 (0.3.18)
net-scp (1.1.2) net-scp (1.1.2)
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
@ -108,9 +106,9 @@ GEM
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
nokogiri (1.6.0) nokogiri (1.6.0)
mini_portile (~> 0.5.0) mini_portile (~> 0.5.0)
polyglot (0.3.5) polyglot (0.3.3)
rack (1.5.5) rack (1.5.2)
rack-test (0.6.3) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
rails (4.0.0) rails (4.0.0)
actionmailer (= 4.0.0) actionmailer (= 4.0.0)
@ -125,33 +123,34 @@ GEM
activesupport (= 4.0.0) activesupport (= 4.0.0)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
raindrops (0.19.0) raindrops (0.11.0)
rake (12.3.3) rake (10.1.0)
rdoc (3.12.2) rdoc (3.12.2)
json (~> 1.4) json (~> 1.4)
ref (2.0.0) ref (1.0.5)
rmagick (2.16.0) rmagick (2.16.0)
rvm-capistrano (1.4.1) rvm-capistrano (1.4.1)
capistrano (>= 2.0.0) capistrano (>= 2.0.0)
sdoc (0.3.20) sdoc (0.3.20)
json (>= 1.1.3) json (>= 1.1.3)
rdoc (~> 3.10) rdoc (~> 3.10)
sprockets (2.12.5) sprockets (2.10.0)
hike (~> 1.2) hike (~> 1.2)
multi_json (~> 1.0) multi_json (~> 1.0)
rack (~> 1.0) rack (~> 1.0)
tilt (~> 1.1, != 1.3.0) tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.0.1) sprockets-rails (2.0.0)
actionpack (>= 3.0) actionpack (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
sprockets (~> 2.8) sprockets (~> 2.8)
therubyracer (0.12.3) therubyracer (0.12.3)
libv8 (~> 3.16.14.15) libv8 (~> 3.11.8.12)
ref ref
thor (0.20.3) thor (0.18.1)
thread_safe (0.3.6) thread_safe (0.1.0)
atomic
tilt (1.4.1) tilt (1.4.1)
treetop (1.4.15) treetop (1.4.14)
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
turbolinks (1.3.0) turbolinks (1.3.0)
@ -161,12 +160,13 @@ GEM
execjs execjs
rails (>= 3.1) rails (>= 3.1)
railties (>= 3.1) railties (>= 3.1)
tzinfo (0.3.55) tzinfo (0.3.37)
uglifier (2.1.2) uglifier (2.1.2)
execjs (>= 0.3.0) execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2) multi_json (~> 1.0, >= 1.0.2)
unicorn (5.5.1) unicorn (4.6.3)
kgio (~> 2.6) kgio (~> 2.6)
rack
raindrops (~> 0.7) raindrops (~> 0.7)
PLATFORMS PLATFORMS
@ -188,14 +188,14 @@ DEPENDENCIES
mysql2 mysql2
nokogiri nokogiri
rails (= 4.0.0) rails (= 4.0.0)
rmagick (= 2.16.0) rmagick
rvm-capistrano rvm-capistrano
sdoc sdoc
therubyracer therubyracer
turbolinks turbolinks
twitter-bootstrap-rails twitter-bootstrap-rails
uglifier (>= 1.3.0) uglifier (>= 1.3.0)
unicorn (= 5.5.1) unicorn
BUNDLED WITH BUNDLED WITH
1.16.4 1.16.4