Sha256: b194a0b896e4dce4a702449a68dcaa5bce19111dac43ff33e5dc27d5f31edd68

Contents?: true

Size: 492 Bytes

Versions: 1

Compression:

Stored size: 492 Bytes

Contents

source 'https://rubygems.org'

gem 'activerecord', '~> 6.0.0'

group :test do
  gem 'mysql2', '0.5.1' if %w[mysql makara_mysql].include?(ENV['DB'])
  gem 'pg', '~> 1.4.6' if %w[pg makara_pg].include?(ENV['DB'])
  gem 'makara', '~> 0.4.1' if %w[makara_mysql makara_pg].include?(ENV['DB'])
  gem 'simplecov', '< 0.18'
  gem 'pluck_all', '>= 2.0.4'
  gem 'timecop', '~> 0.9.1'
  gem 'update_all_scope', '~> 0.1.0'
  gem 'rails_compatibility', '>= 0.0.8'
end

gemspec path: '../'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
atomically-1.1.5 gemfiles/6.0.gemfile