Sha256: 5e2e515cc78d09999f72aeb4015fda56c94c6005aa5e27a9bc46b525f781f40b

Contents?: true

Size: 403 Bytes

Versions: 6

Compression:

Stored size: 403 Bytes

Contents

# A sample Gemfile
source "https://rubygems.org"

gem 'activerecord', '~> 5.2.0'
#gem 'activerecord', '~> 3.2.0'
#gem 'activerecord', '~> 4.0.0'
#gem 'activerecord', '~> 4.1.0'
#gem 'activerecord', '4.1.2.rc1'

# For testing against Edge Rails
#gem 'activerecord', github: 'rails/rails', branch: 'master'
#gem 'arel', github: 'rails/arel', branch: 'master'

gem 'pg'
gem 'postgresql_cursor', path:"../"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
postgresql_cursor-0.6.7 test-app/Gemfile
postgresql_cursor-0.6.6 test-app/Gemfile
postgresql_cursor-0.6.5 test-app/Gemfile
postgresql_cursor-0.6.4 test-app/Gemfile
postgresql_cursor-0.6.3 test-app/Gemfile
postgresql_cursor-0.6.2 test-app/Gemfile