Sha256: 3047e7ea2d51216748f82a50765e51499f4c97fc4c549907c78d9406137988ef

Contents?: true

Size: 245 Bytes

Versions: 3

Compression:

Stored size: 245 Bytes

Contents

source 'https://rubygems.org'

# The gem's dependencies are specified in the gemspec
gemspec

group :local_development do
  gem 'pry'
  platforms :mri do
    if RUBY_VERSION >= '2.0.0'
      gem 'byebug'
      gem 'pry-byebug'
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
reek-2.2.1 Gemfile
reek-2.2.0 Gemfile
reek-2.1.0 Gemfile