Skip to content

Commit 5979c19

Browse files
authored
Update pg gem
1 parent d5ff6e2 commit 5979c19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ end
99
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
1010
gem 'rails', '~> 5.1.2'
1111
# Use postgresql as the database for Active Record
12-
gem 'pg', '~> 0.18'
12+
gem 'pg', '~> 1.2', '>= 1.2.3'
1313
# Use Puma as the app server
1414
gem 'puma', '~> 3.0'
1515
# Use SCSS for stylesheets

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ GEM
9191
nio4r (2.3.1)
9292
nokogiri (1.10.1)
9393
mini_portile2 (~> 2.4.0)
94-
pg (0.21.0)
94+
pg (1.2.3)
9595
popper_js (1.14.5)
9696
puma (3.12.0)
9797
rack (2.0.6)

0 commit comments

Comments
 (0)