Sha256: 369f43121d6b7ca49b7d6aca45900cb498678adabe1a6f1f4729daf7737195bb

Contents?: true

Size: 246 Bytes

Versions: 1

Compression:

Stored size: 246 Bytes

Contents

source 'https://rubygems.org'

gem "activerecord", "~> 5.0.0"

group :test do
  case ENV['DB']
  when "mysql"    ; gem 'mysql2' , '0.3.21'
  when "postgres" ; gem 'pg', '~> 0.18'
  end
  gem "simplecov"
end

gemspec :path => "../"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
find_with_order-1.3.0 gemfiles/5.0.gemfile