Sha256: 9933b1e5cac2ded94c174fdf6f29154114177e824f95fbb64c16cf7b38b06253

Contents?: true

Size: 776 Bytes

Versions: 11

Compression:

Stored size: 776 Bytes

Contents

source "http://rubygems.org"

gem 'chef',          "~> 10.16"
gem 'fog',           "~> 1.2"
gem 'formatador',    "~> 0.2"
gem 'gorillib',      "~> 0.4.2"
gem 'rbvmomi'

# Everything in the world is being a stupid dick about JSON versions. Pin it 
#   to the one that doesn't seem to angrify everyone.
gem 'json',          "= 1.5.4"

group :development do
  gem 'bundler',     "~> 1.0"
  gem 'rake'
  gem 'rspec',       "~> 2.8"
  gem 'yard',        ">= 0.7"
  #
  gem 'redcarpet',   ">= 2.1"
  gem 'oj',          ">= 1.2"
end

group :support do
  gem 'jeweler',     ">= 1.6"
  gem 'pry'
end

group :test do
  gem 'simplecov',   ">= 0.5",   :platform => :ruby_19
  #
  gem 'guard',       "~> 1"
  gem 'guard-rspec'
  gem 'guard-yard'
  gem 'ruby_gntp'
  gem 'ruby-debug19'
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ironfan-4.10.1 Gemfile
ironfan-4.9.10 Gemfile
ironfan-4.9.9 Gemfile
ironfan-4.9.8 Gemfile
ironfan-4.9.7 Gemfile
ironfan-4.9.6 Gemfile
ironfan-4.9.5 Gemfile
ironfan-4.9.4 Gemfile
ironfan-4.9.3 Gemfile
ironfan-4.9.2 Gemfile
ironfan-4.9.1 Gemfile