Skip to content

Commit

Permalink
Update pg support
Browse files Browse the repository at this point in the history
Remove `pg` versions 1.2 and 1.3, add `pg` versions 1.4 and 1.5
  • Loading branch information
matthewtusker committed Aug 8, 2024
1 parent 08f11ae commit c8e058a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions instrumentation/pg/Appraisals
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# frozen_string_literal: true

# 1.2.3 appears to be the most popular version at RubyGems.org
appraise 'pg-1.2' do
gem 'pg', '~> 1.2.3'
# Last release 1.4.6 (February 26, 2023)
appraise 'pg-1.4' do
gem 'pg', '~> 1.4'
end

# 1.3.0 significantly changed connecting and the handling of connection strings
appraise 'pg-1.3' do
gem 'pg', '~> 1.3.5'
appraise 'pg-1.5' do
gem 'pg', '~> 1.5'
end

appraise 'pg-latest' do
Expand Down

0 comments on commit c8e058a

Please sign in to comment.