Sha256: b23fa3f4cbd1e9b129100bb1c55fd88b292d2e46a348d059cc2cafd71f57505b

Contents?: true

Size: 251 Bytes

Versions: 4

Compression:

Stored size: 251 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in postgres_ext.gemspec
gemspec
unless ENV['CI']
  if RUBY_PLATFORM =~ /java/
    gem 'ruby-debug'
  elsif RUBY_VERSION == '1.9.3'
    gem 'debugger', '~> 1.1.2'
  end
end
gem 'fivemat'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
postgres_ext-0.2.2 Gemfile
postgres_ext-0.2.1 Gemfile
postgres_ext-0.2.0 Gemfile
postgres_ext-0.1.0 Gemfile