Sha256: 05c7b7a0522b295b90f47e202b3bd552fa4fadcfc3f9420ae6f00a83bb882b40
Contents?: true
Size: 474 Bytes
Versions: 2
Compression:
Stored size: 474 Bytes
Contents
source 'https://rubygems.org' gem 'activerecord', '~> 3.2.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', '< 0.18' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
atomically-1.1.4 | gemfiles/3.2.gemfile |
atomically-1.1.3 | gemfiles/3.2.gemfile |