Sha256: dd293660159fb374be1c6307cfbf10c412c6cb85b967f4823efd3644a2b133c3

Contents?: true

Size: 894 Bytes

Versions: 9

Compression:

Stored size: 894 Bytes

Contents

source "http://rubygems.org"

gem 'chef',          "~> 10.16"
gem 'fog',           "~> 1.2"
gem 'excon',         "~> 0.21.0"        # v0.22 breaks EC2 calls
gem 'formatador',    "~> 0.2"
gem 'gorillib',      "~> 0.5.0"
gem 'rbvmomi'
gem 'diff-lcs',      "~> 1.2.5"

# 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'
  #
  gem 'chef-zero'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ironfan-5.0.11 Gemfile
ironfan-5.0.10 Gemfile
ironfan-5.0.8 Gemfile
ironfan-5.0.5 Gemfile
ironfan-5.0.4 Gemfile
ironfan-5.0.3 Gemfile
ironfan-5.0.2 Gemfile
ironfan-5.0.1 Gemfile
ironfan-5.0.0 Gemfile