Sha256: 97582becac715f44d9b091e843a70e4533c51db6a7f1acf4a77fcbf936a7bab5

Contents?: true

Size: 435 Bytes

Versions: 2

Compression:

Stored size: 435 Bytes

Contents

source "https://rubygems.org"
gemspec

# Always use license_scout from master
gem "license_scout", git: "https://github.com/chef/license_scout"

# net-ssh 4.x does not work with Ruby 2.2 on Windows. Chef and ChefDK
# are pinned to 3.2 so pinning that here. Only used by fauxhai in this project
gem "net-ssh", "3.2.0"

group :docs do
  gem "yard",          "~> 0.8"
  gem "redcarpet",     "~> 2.2.2"
  gem "github-markup", "~> 0.7"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
omnibus-5.6.1 Gemfile
omnibus-5.6.0 Gemfile