summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 5aaba73e3c01360bdd7dff1ebb7096537c05777e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 "rspec", "~> 3.0"
  gem "rake"
end

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