Sha256: ae6864844dedeb76f466750b9c3d7d3bef4634b32982a9b787bae2b0fdc535e3
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
source "https://rubygems.org" gemspec group :changelog do gem "github_changelog_generator" end group :build do gem "rake", ">= 10.1" end group :development do gem "chef-bin" # for the proxy tests gem "aruba", "~> 0.10" # Stay below 1 until aruba/in_process monkeypatching stops gem "cucumber", "< 4.0" # until we identify what is generating the ~@no_run tag in CI gem "cucumber-expressions", "= 5.0.13" gem "chef-zero", ">= 4.0" gem "dep_selector", ">= 1.0" gem "fuubar", ">= 2.0" gem "rspec", ">= 3.0" gem "rspec-its", ">= 1.2" gem "webmock", ">= 1.11" gem "http", ">= 0.9.8" gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master" end group :docs do gem "yard", ">= 0.8" 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
berkshelf-7.2.0 | Gemfile |
berkshelf-7.1.0 | Gemfile |