This commit is contained in:
Nicolas Bally 2021-05-15 19:08:13 +02:00
parent c19fce3ca2
commit e5df415778
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ source 'http://rubygems.org'
gem 'rails', '4.2.11.3' gem 'rails', '4.2.11.3'
gem 'pg', '~> 0.15.1' 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

@ -186,7 +186,7 @@ GEM
omniauth-oauth2 (1.7.1) omniauth-oauth2 (1.7.1)
oauth2 (~> 1.4) oauth2 (~> 1.4)
omniauth (>= 1.9, < 3) omniauth (>= 1.9, < 3)
pg (0.15.1) pg (0.21.0)
pg_search (2.3.0) pg_search (2.3.0)
activerecord (>= 4.2) activerecord (>= 4.2)
activesupport (>= 4.2) activesupport (>= 4.2)
@ -340,7 +340,7 @@ DEPENDENCIES
nokogiri nokogiri
ogone-rails ogone-rails
omniauth-facebook omniauth-facebook
pg (~> 0.15.1) pg (~> 0.21.0)
pg_search pg_search
posix-spawn posix-spawn
pygments.rb pygments.rb