Sha256: 2465463c89bbb43caa2d076f5c42c9c02831ff04e86af0bde601d39d899bd0fc

Contents?: true

Size: 493 Bytes

Versions: 3

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 "chefstyle"
  gem "rake"
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.17 Gemfile
appbundle-updater-0.6.16 Gemfile
appbundle-updater-0.6.15 Gemfile