Sha256: e5e689f25e97a61b39c37ba6ae6d57d1c27cad2aa42b9032b4458fdca94958de
Contents?: true
Size: 628 Bytes
Versions: 6
Compression:
Stored size: 628 Bytes
Contents
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' end group :docs do gem 'github-markup' gem 'redcarpet' gem 'yard' end group :development do gem 'adamantium' gem 'anima' gem 'concord' gem 'rake' gem 'rspec', '>= 3.4' gem 'simplecov' end instance_eval(ENV['GEMFILE_MOD']) if ENV['GEMFILE_MOD'] # If you want to load debugging tools into the bundle exec sandbox, # add these additional dependencies into Gemfile.local eval_gemfile(__FILE__ + '.local') if File.exist?(__FILE__ + '.local')
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
cookstyle-5.6.2 | Gemfile |
cookstyle-5.5.7 | Gemfile |
cookstyle-5.4.13 | Gemfile |
cookstyle-5.3.6 | Gemfile |
cookstyle-5.2.17 | Gemfile |
cookstyle-5.1.19 | Gemfile |