This commit is contained in:
Nicolas Bally 2021-05-15 16:09:35 +02:00
parent f5942d8077
commit 46040c8eb1
2 changed files with 33 additions and 33 deletions

View File

@ -1,9 +1,9 @@
source 'http://rubygems.org' source 'http://rubygems.org'
gem 'rails', '4.2.10' gem 'rails', '4.2.11.3'
gem 'pg', '~> 0.20' gem 'pg', '~> 0.21.0'
gem 'pg_search' gem 'pg_search'
gem 'sass-rails', '5.0.3' gem 'sass-rails', '5.0.3'

View File

@ -1,36 +1,36 @@
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
actionmailer (4.2.10) actionmailer (4.2.11.3)
actionpack (= 4.2.10) actionpack (= 4.2.11.3)
actionview (= 4.2.10) actionview (= 4.2.11.3)
activejob (= 4.2.10) activejob (= 4.2.11.3)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.10) actionpack (4.2.11.3)
actionview (= 4.2.10) actionview (= 4.2.11.3)
activesupport (= 4.2.10) activesupport (= 4.2.11.3)
rack (~> 1.6) rack (~> 1.6)
rack-test (~> 0.6.2) rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2) rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.10) actionview (4.2.11.3)
activesupport (= 4.2.10) activesupport (= 4.2.11.3)
builder (~> 3.1) builder (~> 3.1)
erubis (~> 2.7.0) erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5) rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.3) rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (4.2.10) activejob (4.2.11.3)
activesupport (= 4.2.10) activesupport (= 4.2.11.3)
globalid (>= 0.3.0) globalid (>= 0.3.0)
activemodel (4.2.10) activemodel (4.2.11.3)
activesupport (= 4.2.10) activesupport (= 4.2.11.3)
builder (~> 3.1) builder (~> 3.1)
activerecord (4.2.10) activerecord (4.2.11.3)
activemodel (= 4.2.10) activemodel (= 4.2.11.3)
activesupport (= 4.2.10) activesupport (= 4.2.11.3)
arel (~> 6.0) arel (~> 6.0)
activesupport (4.2.10) activesupport (4.2.11.3)
i18n (~> 0.7) i18n (~> 0.7)
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4) thread_safe (~> 0.3, >= 0.3.4)
@ -197,16 +197,16 @@ GEM
rack rack
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rails (4.2.10) rails (4.2.11.3)
actionmailer (= 4.2.10) actionmailer (= 4.2.11.3)
actionpack (= 4.2.10) actionpack (= 4.2.11.3)
actionview (= 4.2.10) actionview (= 4.2.11.3)
activejob (= 4.2.10) activejob (= 4.2.11.3)
activemodel (= 4.2.10) activemodel (= 4.2.11.3)
activerecord (= 4.2.10) activerecord (= 4.2.11.3)
activesupport (= 4.2.10) activesupport (= 4.2.11.3)
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.2.10) railties (= 4.2.11.3)
sprockets-rails sprockets-rails
rails-deprecated_sanitizer (1.0.4) rails-deprecated_sanitizer (1.0.4)
activesupport (>= 4.2.0.alpha) activesupport (>= 4.2.0.alpha)
@ -216,9 +216,9 @@ GEM
rails-deprecated_sanitizer (>= 1.0.1) rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.3.0) rails-html-sanitizer (1.3.0)
loofah (~> 2.3) loofah (~> 2.3)
railties (4.2.10) railties (4.2.11.3)
actionpack (= 4.2.10) actionpack (= 4.2.11.3)
activesupport (= 4.2.10) activesupport (= 4.2.11.3)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
raindrops (0.19.1) raindrops (0.19.1)
@ -340,11 +340,11 @@ DEPENDENCIES
nokogiri nokogiri
ogone-rails ogone-rails
omniauth-facebook omniauth-facebook
pg (~> 0.20) pg (~> 0.21.0)
pg_search pg_search
posix-spawn posix-spawn
pygments.rb pygments.rb
rails (= 4.2.10) rails (= 4.2.11.3)
redcarpet redcarpet
rmagick rmagick
roo (~> 2.1.0) roo (~> 2.1.0)