We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b14def6 + 97bba81 commit a7825d4Copy full SHA for a7825d4
Gemfile
@@ -8,7 +8,7 @@ end
8
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
9
gem 'rails', '~> 6.0.3'
10
# Use PostgreSQL as the database for Active Record
11
-gem 'pg', '1.2.3'
+gem 'pg', '1.3.5'
12
# Use Puma as the app server
13
gem 'puma', '~> 4.3'
14
# Use SCSS for stylesheets
Gemfile.lock
@@ -155,7 +155,7 @@ GEM
155
parallel (1.22.1)
156
parser (3.1.2.0)
157
ast (~> 2.4.1)
158
- pg (1.2.3)
+ pg (1.3.5)
159
pry (0.13.1)
160
coderay (~> 1.1)
161
method_source (~> 1.0)
@@ -300,7 +300,7 @@ DEPENDENCIES
300
kaminari
301
letter_opener_web
302
listen (~> 3.5.1)
303
- pg (= 1.2.3)
+ pg (= 1.3.5)
304
pry-byebug
305
puma (~> 4.3)
306
rails (~> 6.0.3)
0 commit comments