Sha256: df4a38388a1843f7bbdeb10f55d0515653b2a87ef8f2ba8a1c2715e41047add1
Contents?: true
Size: 595 Bytes
Versions: 4
Compression:
Stored size: 595 Bytes
Contents
source 'https://rubygems.org' gemspec group :test do gem 'i18n', require: false gem 'codeclimate-test-reporter', platform: :rbx gem 'dry-monads', require: false gem 'dry-struct', github: 'dry-rb/dry-struct', branch: 'master', require: false end group :tools do gem 'byebug', platform: :mri gem 'pry' unless ENV['TRAVIS'] gem 'mutant', github: 'mbj/mutant' gem 'mutant-rspec', github: 'mbj/mutant' end end group :benchmarks do gem 'hotch', platform: :mri gem 'activemodel', '~> 5.0.0.rc' gem 'actionpack', '~> 5.0.0.rc' gem 'benchmark-ips' gem 'virtus' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
dry-validation-0.10.3 | Gemfile |
dry-validation-0.10.2 | Gemfile |
dry-validation-0.10.1 | Gemfile |
dry-validation-0.10.0 | Gemfile |