Sha256: 8cc245c441ca6ffcad88739e49c719e537882b93eb40921ed15e0d850f00beb4
Contents?: true
Size: 777 Bytes
Versions: 4
Compression:
Stored size: 777 Bytes
Contents
source 'https://rubygems.org' gemspec group :development do gem 'aruba', '~> 0.14.0' gem 'ataru', '~> 0.2.0' gem 'cucumber', '~> 2.0' gem 'factory_girl', '~> 4.0' gem 'mutant-rspec', '~> 0.8.8' gem 'rake', '~> 11.1' gem 'rspec', '~> 3.0' gem 'rubocop', '~> 0.41.1' gem 'simplecov', '~> 0.12.0' gem 'yard', '~> 0.8.7' gem 'activesupport', '~> 4.2' platforms :mri do gem 'redcarpet', '~> 3.3.1' end end group :debugging do # Fixing https://github.com/guard/guard/wiki/Add-Readline-support-to-Ruby-on-Mac-OS-X#option-4-using-a-pure-ruby-readline-implementation gem 'pry' gem 'rb-readline', '~> 0.5.3' platforms :mri do gem 'pry-byebug' gem 'pry-stack_explorer' end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
reek-4.2.3 | Gemfile |
reek-4.2.2 | Gemfile |
reek-4.2.1 | Gemfile |
reek-4.2.0 | Gemfile |