Sha256: 081aaf1b79e603c358151541d8f6e99cbdca805a1b891d409f8e1e29f5701f9b
Contents?: true
Size: 523 Bytes
Versions: 5
Compression:
Stored size: 523 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 'stackprof' gem 'memory_profiler' end group :development do gem 'adamantium' gem 'anima' gem 'concord' gem 'rake' gem 'rspec', '>= 3.4' gem 'simplecov' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
cookstyle-6.15.5 | Gemfile |
cookstyle-6.15.3 | Gemfile |
cookstyle-6.14.7 | Gemfile |
cookstyle-6.13.3 | Gemfile |
cookstyle-6.12.6 | Gemfile |