Sha256: 0efb23dbbaa79e02d7e31711d45f3b7fb59bef5e85ef4b5d9e78ae1505565460
Contents?: true
Size: 420 Bytes
Versions: 3
Compression:
Stored size: 420 Bytes
Contents
source "https://rubygems.org" gemspec group :test do gem "rake" gem "chefstyle" end group :debug do gem "pry" gem "pry-byebug" gem "pry-stack_explorer" 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 |
---|---|
appbundle-updater-0.6.4 | Gemfile |
appbundle-updater-0.6.3 | Gemfile |
appbundle-updater-0.6.2 | Gemfile |