Sha256: 91634ef35540560aa0ac8d2d8e710175ebd1d26c698e05096382ce0bc1421911
Contents?: true
Size: 730 Bytes
Versions: 4
Compression:
Stored size: 730 Bytes
Contents
source 'https://rubygems.org' gemspec gem 'rom', git: 'https://github.com/rom-rb/rom.git', branch: 'master' gem 'rom-mapper', git: 'https://github.com/rom-rb/rom-mapper.git', branch: 'master' group :test do gem 'byebug', platforms: :mri gem 'dry-struct' gem 'activesupport', '~> 5.0' gem 'rspec', '~> 3.1' gem 'codeclimate-test-reporter', require: false gem 'simplecov', require: false if RUBY_ENGINE == 'rbx' gem 'pg', '~> 0.18.0', platforms: :rbx else gem 'pg', '~> 0.19', platforms: :mri end gem 'mysql2', platforms: [:mri, :rbx] gem 'jdbc-postgres', platforms: :jruby gem 'jdbc-mysql', platforms: :jruby gem 'sqlite3', platforms: [:mri, :rbx] gem 'jdbc-sqlite3', platforms: :jruby end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rom-sql-1.0.0.rc1 | Gemfile |
rom-sql-1.0.0.beta3 | Gemfile |
rom-sql-1.0.0.beta2 | Gemfile |
rom-sql-1.0.0.beta1 | Gemfile |