Sha256: a1f6b70f943af97c494b54cd5de19381359bee96a543f463b497e1a65342aeca
Contents?: true
Size: 607 Bytes
Versions: 1
Compression:
Stored size: 607 Bytes
Contents
source "https://rubygems.org" gemspec group :docs do gem "yard" gem "redcarpet" gem "github-markup" end group :test do gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master" gem "rspec", "~> 3.0" gem "rake" end group :development do gem "pry" gem "pry-byebug" gem "pry-stack_explorer" gem "rb-readline" 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mixlib-cli-2.0.0 | Gemfile |