Sha256: fc36a7a97a93aa8a981ff70836a857e44c2730892074b62a9eca0b5bb96e37f5
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', platform: :jruby gem 'pry-byebug', platform: :mri 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.4.0 | Gemfile |
lazy_mapper-0.3.2 | Gemfile |
lazy_mapper-0.3.1 | Gemfile |
lazy_mapper-0.3.0 | Gemfile |