summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 609a5f40fea4b9777a85dcb5432902364d1a77ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
source "https://rubygems.org"

gemspec name: "mixlib-shellout"

group(:test) do
  gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
  gem "rspec_junit_formatter"
  gem "rake"
end

group(:development) do
  gem "pry"
  gem "pry-byebug"
  gem "pry-stack_explorer"
  gem "rb-readline"
end