Skip to content

Commit e8712bc

Browse files
authored
Merge pull request rughh#456 from phoet/dependabot/bundler/pg-1.1.3
Bump pg from 1.1.2 to 1.1.3
2 parents fa78308 + 338a361 commit e8712bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ruby '~> 2.5.0'
44
gem 'puma'
55
gem 'dotenv-rails', require: 'dotenv/rails-now'
66
gem 'rails', '5.0.7'
7-
gem 'pg', '1.1.2'
7+
gem 'pg', '1.1.3'
88
gem 'rack-cache'
99
gem 'slim-rails'
1010
gem 'redcarpet'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ GEM
234234
one_signal (1.2.0)
235235
partially_useful (5.1.0)
236236
railties (>= 4.1)
237-
pg (1.1.2)
237+
pg (1.1.3)
238238
public_suffix (3.0.2)
239239
puma (3.12.0)
240240
rack (2.0.5)
@@ -385,7 +385,7 @@ DEPENDENCIES
385385
omniauth-twitter
386386
one_signal
387387
partially_useful
388-
pg (= 1.1.2)
388+
pg (= 1.1.3)
389389
puma
390390
rack-cache
391391
rails (= 5.0.7)

0 commit comments

Comments
 (0)