Skip to content

Commit 59d6a6b

Browse files
Bump pg from 1.3.5 to 1.4.0 (#4)
Bumps [pg](https://github.com/ged/ruby-pg) from 1.3.5 to 1.4.0. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc) - [Commits](ged/ruby-pg@v1.3.5...v1.4.0) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bb7a3a5 commit 59d6a6b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem 'grape-swagger', '~> 1.4', '>= 1.4.2'
1616
gem 'jwt', '~> 2.4', '>= 2.4.1'
1717
gem 'kaminari', '~> 1.2', '>= 1.2.2'
1818
gem 'otr-activerecord', '~> 2.1', '>= 2.1.1'
19-
gem 'pg', '~> 1.3', '>= 1.3.5'
19+
gem 'pg', '~> 1.4'
2020
gem 'puma', '~> 5.6', '>= 5.6.4'
2121
gem 'rack', '~> 2.2', '>= 2.2.3.1'
2222
gem 'rack-cors', '~> 1.1', '>= 1.1.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ GEM
167167
parallel (1.22.1)
168168
parser (3.1.2.0)
169169
ast (~> 2.4.1)
170-
pg (1.3.5)
170+
pg (1.4.0)
171171
pry (0.14.1)
172172
coderay (~> 1.1)
173173
method_source (~> 1.0)
@@ -261,7 +261,7 @@ DEPENDENCIES
261261
jwt (~> 2.4, >= 2.4.1)
262262
kaminari (~> 1.2, >= 1.2.2)
263263
otr-activerecord (~> 2.1, >= 2.1.1)
264-
pg (~> 1.3, >= 1.3.5)
264+
pg (~> 1.4)
265265
puma (~> 5.6, >= 5.6.4)
266266
rack (~> 2.2, >= 2.2.3.1)
267267
rack-cors (~> 1.1, >= 1.1.1)

0 commit comments

Comments
 (0)