Skip to content

Commit 2c0782b

Browse files
Update pg requirement from >= 0.18, <= 1.6 to >= 0.18, <= 1.7 (#552)
Updates the requirements on [pg](https://github.com/ged/ruby-pg) to permit the latest version. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](ged/ruby-pg@v0.18.0...v1.6.1) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1aac38e commit 2c0782b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ group :development, :test do
1717
gem "bundler", "~> 2"
1818
gem "gc_ruboconfig", "~> 5.0.0"
1919
gem "mysql2", ">= 0.4", "< 0.6"
20-
gem "pg", ">= 0.18", "<= 1.6"
20+
gem "pg", ">= 0.18", "<= 1.7"
2121
gem "pry"
2222
gem "rake", "~> 13.2.1"
2323
gem "rspec", "~> 3.1"

0 commit comments

Comments
 (0)