Sha256: a57e5be0b315080dfc54a6b970dade61e4416f7a080d55ad7d55c9a6501997dc

Contents?: true

Size: 777 Bytes

Versions: 5

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.42.0'
  gem 'simplecov',     '~> 0.12.0'
  gem 'yard',          '~> 0.9.5'
  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

5 entries across 5 versions & 1 rubygems

Version Path
reek-4.4.1 Gemfile
reek-4.4.0 Gemfile
reek-4.3.0 Gemfile
reek-4.2.5 Gemfile
reek-4.2.4 Gemfile