Sha256: 36eef8a90e0ad7bbde738c538880a5fe3f1fa752dadb83dd042fc8ca48896f4c

Contents?: true

Size: 470 Bytes

Versions: 4

Compression:

Stored size: 470 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"
  # "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.
  # gem "bigdecimal", "~> 3.0"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pg-1.5.6-x64-mingw-ucrt Gemfile
pg-1.5.6-x64-mingw32 Gemfile
pg-1.5.6-x86-mingw32 Gemfile
pg-1.5.6 Gemfile