Skip to content

Commit a7825d4

Browse files
authored
Merge pull request #900 from ProgrammingDaisukiClub/dependabot/bundler/master/pg-1.3.5
Bump pg from 1.2.3 to 1.3.5
2 parents b14def6 + 97bba81 commit a7825d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ end
88
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
99
gem 'rails', '~> 6.0.3'
1010
# Use PostgreSQL as the database for Active Record
11-
gem 'pg', '1.2.3'
11+
gem 'pg', '1.3.5'
1212
# Use Puma as the app server
1313
gem 'puma', '~> 4.3'
1414
# Use SCSS for stylesheets

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ GEM
155155
parallel (1.22.1)
156156
parser (3.1.2.0)
157157
ast (~> 2.4.1)
158-
pg (1.2.3)
158+
pg (1.3.5)
159159
pry (0.13.1)
160160
coderay (~> 1.1)
161161
method_source (~> 1.0)
@@ -300,7 +300,7 @@ DEPENDENCIES
300300
kaminari
301301
letter_opener_web
302302
listen (~> 3.5.1)
303-
pg (= 1.2.3)
303+
pg (= 1.3.5)
304304
pry-byebug
305305
puma (~> 4.3)
306306
rails (~> 6.0.3)

0 commit comments

Comments
 (0)