Skip to content

Commit

Permalink
Merge branch 'main' into whats-up-with-appraising
Browse files Browse the repository at this point in the history
  • Loading branch information
robbkidd authored Aug 8, 2024
2 parents 7e26393 + 19c86ca commit 2bd03d3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions instrumentation/pg/Appraisals
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# 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'
end

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

appraise 'pg-1.4' do
gem 'pg', '~> 1.4.5'
end

appraise 'pg-latest' do
gem 'pg'
end

0 comments on commit 2bd03d3

Please sign in to comment.