We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ff6e2 commit 5979c19Copy full SHA for 5979c19
Gemfile
@@ -9,7 +9,7 @@ end
9
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
10
gem 'rails', '~> 5.1.2'
11
# Use postgresql as the database for Active Record
12
-gem 'pg', '~> 0.18'
+gem 'pg', '~> 1.2', '>= 1.2.3'
13
# Use Puma as the app server
14
gem 'puma', '~> 3.0'
15
# Use SCSS for stylesheets
Gemfile.lock
@@ -91,7 +91,7 @@ GEM
91
nio4r (2.3.1)
92
nokogiri (1.10.1)
93
mini_portile2 (~> 2.4.0)
94
- pg (0.21.0)
+ pg (1.2.3)
95
popper_js (1.14.5)
96
puma (3.12.0)
97
rack (2.0.6)
0 commit comments