Sha256: d542cee23ddc55b7188f5104ba3a759176ddb2e4974dbadd52b9970722f1686a
Contents?: true
Size: 381 Bytes
Versions: 4
Compression:
Stored size: 381 Bytes
Contents
source 'https://rubygems.org' gemspec group :test do gem 'i18n', require: false platform :mri do gem 'simplecov', require: false end end group :tools do gem 'pry-byebug', platform: :mri gem 'pry', platform: :jruby unless ENV['TRAVIS'] gem 'mutant', git: 'https://github.com/mbj/mutant' gem 'mutant-rspec', git: 'https://github.com/mbj/mutant' end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
lazy_mapper-0.2.1 | Gemfile |
lazy_mapper-0.2.0 | Gemfile |
lazy_mapper-0.1.1 | Gemfile |
lazy_mapper-0.1.0 | Gemfile |