Skip to content

Commit cd0ea87

Browse files
authored
Merge pull request rughh#451 from phoet/dependabot/bundler/pg-1.1.2
Bump pg from 1.1.1 to 1.1.2
2 parents 73b4a11 + 7161f75 commit cd0ea87

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.1'
7+
gem 'pg', '1.1.2'
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.1)
237+
pg (1.1.2)
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.1)
388+
pg (= 1.1.2)
389389
puma
390390
rack-cache
391391
rails (= 5.0.7)

0 commit comments

Comments
 (0)