Sha256: 4ab9a361e34cb57945127889a29693153d7bd28d90d9b5edda86d1365f0e37c6
Contents?: true
Size: 493 Bytes
Versions: 4
Compression:
Stored size: 493 Bytes
Contents
source "https://rubygems.org" gemspec group :docs do gem "yard" gem "redcarpet" gem "github-markup" end 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
appbundle-updater-0.6.11 | Gemfile |
appbundle-updater-0.6.10 | Gemfile |
appbundle-updater-0.6.7 | Gemfile |
appbundle-updater-0.6.6 | Gemfile |