Sha256: c9d8f524a400b79e618728b0705bb268c72d7ec13c7f5470967a160588eb072b
Contents?: true
Size: 596 Bytes
Versions: 1
Compression:
Stored size: 596 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's dependencies in cookstyle.gemspec gemspec group :debug do gem 'pry' gem 'pry-byebug' gem 'pry-stack_explorer', '~> 0.4.0' # 0.5.0 drops support for Ruby < 2.6 end group :docs do gem 'github-markup' gem 'redcarpet' gem 'yard' end group :profiling do gem 'memory_profiler' gem 'stackprof' end group :rubocop_gems do gem 'rubocop-performance' end group :development do gem 'rake' gem 'rspec', '>= 3.4' end # pin until we drop ruby 2.4 and then remove this entirely gem 'parallel', '< 1.20'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cookstyle-7.2.1 | Gemfile |