khiav223577/find_with_order

View on GitHub
gemfiles/6.0.gemfile

Summary

Maintainability
Test Coverage
source 'https://rubygems.org'

gem "activerecord", "~> 6.0.0"

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

gemspec :path => "../"