Sha256: 99f82204e91bb8cebba16337141f869aac1ea08b5de7b4c71e18a6174a433726

Contents?: true

Size: 683 Bytes

Versions: 12

Compression:

Stored size: 683 Bytes

Contents

# -*- ruby -*-

# Specify your gem's runtime dependencies in pg.gemspec
gemspec

source "https://rubygems.org/"

group :development, :test do
  gem "bundler", ">= 1.16", "< 3.0"
  gem "rake-compiler", "~> 1.0"
  gem "rake-compiler-dock", "~> 1.0"
  gem "rdoc", "~> 6.4"
  gem "rspec", "~> 3.5"
  gem "ostruct", "~> 0.5" # for Rakefile.cross
  # "bigdecimal" is a gem on ruby-3.4+ and it's optional for ruby-pg.
  # Specs should succeed without it, but 4 examples are then excluded.
  # With bigdecimal commented out here, corresponding tests are omitted on ruby-3.4+ but are executed on ruby < 3.4.
  # That way we can check both situations in CI.
  # gem "bigdecimal", "~> 3.0"
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
pg-1.5.9-x86-mingw32 Gemfile
pg-1.5.9-x64-mingw32 Gemfile
pg-1.5.9-x64-mingw-ucrt Gemfile
pg-1.5.9 Gemfile
pg-1.5.8-x64-mingw32 Gemfile
pg-1.5.8-x64-mingw-ucrt Gemfile
pg-1.5.8-x86-mingw32 Gemfile
pg-1.5.8 Gemfile
pg-1.5.7-x86-mingw32 Gemfile
pg-1.5.7-x64-mingw32 Gemfile
pg-1.5.7-x64-mingw-ucrt Gemfile
pg-1.5.7 Gemfile