Sha256: 97f4d44f1ca8fde7a4ede7258a19193109cf2d593cd0ce95559cce8570571e7a

Contents?: true

Size: 757 Bytes

Versions: 1

Compression:

Stored size: 757 Bytes

Contents

source 'https://rubygems.org'

gemspec

ruby RUBY_VERSION

group :development do
  gem 'aruba',                 '~> 2.1'
  gem 'codeclimate-engine-rb', '~> 0.4.0'
  gem 'cucumber',              '~> 9.0'
  gem 'kramdown',              '~> 2.1'
  gem 'kramdown-parser-gfm',   '~> 1.0'
  gem 'rake',                  '~> 13.0'
  gem 'rspec',                 '~> 3.0'
  gem 'rspec-benchmark',       '~> 0.6.0'
  gem 'rubocop',               '~> 1.69.0'
  gem 'rubocop-performance',   '~> 1.23.0'
  gem 'rubocop-rspec',         '~> 3.2.0'
  gem 'simplecov',             '~> 0.22.0'
  gem 'yard',                  '~> 0.9.5'

  platforms :mri do
    # Needed for YARD to properly parse GFM code blocks in the documentation
    gem 'redcarpet', '~> 3.4'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
reek-6.4.0 Gemfile