Sha256: 963285bcfb0ee9e261e9d0ded7dad043c05d556e774893cf1cf45b45bcfb3afc

Contents?: true

Size: 404 Bytes

Versions: 4

Compression:

Stored size: 404 Bytes

Contents

source 'https://rubygems.org'

gemspec

group :test do
  gem 'equalizer'
  gem 'anima'
  gem 'codeclimate-test-reporter', require: nil

  platform :mri do
    gem 'mutant', github: 'mbj/mutant', branch: 'master'
    gem 'mutant-rspec'
  end
end

group :tools do
  gem 'rubocop', '~> 0.30.0'
  gem 'byebug', platform: :mri
  gem 'benchmark-ips'
  gem 'guard'
  gem 'guard-rspec'
  gem 'guard-rubocop'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
transproc-0.3.2 Gemfile
transproc-0.3.1 Gemfile
transproc-0.3.0 Gemfile
transproc-0.2.4 Gemfile