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

gemspec

gem 'wmi-lite', :git => 'https://github.com/opscode/wmi-lite.git', :branch => 'master'

group :development do

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

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