Sha256: 5079083cd412131dbc04f188705e6bfd65e33e839c2f0f25dcc19d9cae3b4990

Contents?: true

Size: 212 Bytes

Versions: 11

Compression:

Stored size: 212 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'
  else
    gem 'byebug'
  end
end
gem 'fivemat'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
postgres_ext-3.0.0 Gemfile
postgres_ext-2.4.1 Gemfile
postgres_ext-2.4.0 Gemfile
postgres_ext-2.4.0.beta.1 Gemfile
postgres_ext-2.3.0 Gemfile
postgres_ext-2.2.0 Gemfile
postgres_ext-2.1.3 Gemfile
postgres_ext-2.1.2 Gemfile
postgres_ext-2.1.1 Gemfile
postgres_ext-2.1.0 Gemfile
postgres_ext-2.0.0 Gemfile