Sha256: 0f3bdf84fc91ef1e9afe659a81a4395a9403456045203cf0e268dc7c1166f585
Contents?: true
Size: 497 Bytes
Versions: 3
Compression:
Stored size: 497 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 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cookstyle-5.0.4 | Gemfile |
cookstyle-5.0.0 | Gemfile |
cookstyle-4.0.0 | Gemfile |