Sha256: 03402c99efdb553639ef73e08083d1c156fc454281c87dcc68bbbb4420322f39
Contents?: true
Size: 448 Bytes
Versions: 1
Compression:
Stored size: 448 Bytes
Contents
source 'https://rubygems.org' gem 'activerecord', '~> 5.1.0' group :test do gem 'mysql2', '0.3.21' if %w[mysql makara_mysql].include?(ENV['DB']) gem 'pg', '~> 0.18' if %w[pg makara_pg].include?(ENV['DB']) gem 'makara', '~> 0.4.1' if %w[makara_mysql makara_pg].include?(ENV['DB']) gem 'simplecov' gem 'i18n', '< 1.6' gem 'pluck_all', '>= 2.0.3' gem 'timecop', '~> 0.9.1' gem 'update_all_scope', '~> 0.1.0' end gemspec path: '../'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
atomically-1.1.2 | gemfiles/5.1.gemfile |