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

gemspec

group :development do

  # Fixes https://tickets.opscode.com/browse/MIXLIB-17
  # This line can be removed and replaced with a line in the gemspec that specifies
  #   that the mixlib::shellout version be > 1.2.0
  gem "mixlib-shellout", :git => "https://github.com/opscode/mixlib-shellout.git"

  gem "sigar", :platform => "ruby"
  gem 'plist'

  # gem 'pry-debugger'
  # gem 'pry-stack_explorer'
end