mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Pump pg gem version up to 1.2.2
This commit is contained in:
parent
01114386b3
commit
c7593338e2
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -10,7 +10,7 @@ gem 'uglifier'
|
|||
gem 'figaro', '1.1.1'
|
||||
|
||||
# model related
|
||||
gem 'pg', '0.19.0'
|
||||
gem 'pg', '1.2.2'
|
||||
# 1.8 is for Rails < 5.0
|
||||
gem 'ransack', '~> 1.8'
|
||||
gem 'validates_email_format_of', '1.6.3' # validates email against RFC 2822 and RFC 3696
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue