Sha256: 9f2349a808ff2d19b18a7bb076ea91dbc8654a0739aa6146465b15f4f286b32d

Contents?: true

Size: 404 Bytes

Versions: 5

Compression:

Stored size: 404 Bytes

Contents

source 'https://rubygems.org'

gemspec

group :test do
  gem 'rom', git: 'https://github.com/rom-rb/rom.git', branch: 'master' do
    gem 'rom-core'
    gem 'rom-changeset'
    gem 'rom-mapper'
    gem 'rom-repository'
  end

  gem 'byebug', platform: :mri
  gem 'inflecto'
  gem 'rspec', '~> 3.1'
  gem 'codeclimate-test-reporter', require: false
  gem 'virtus'
end

group :tools do
  gem 'rubocop'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rom-yaml-3.0.0 Gemfile
rom-yaml-2.0.0 Gemfile
rom-yaml-2.0.0.rc2 Gemfile
rom-yaml-2.0.0.rc1 Gemfile
rom-yaml-2.0.0.beta1 Gemfile