From 3d892a3e7c12931862cd4ab38122e218b58610e7 Mon Sep 17 00:00:00 2001 From: Alexandre Constantino Date: Tue, 8 Mar 2016 02:21:41 +0000 Subject: [PATCH] Fix iniparse gem dependency --- Gemfile | 1 - vagrant-aws.gemspec | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5da3a8b..4d52f3a 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,6 @@ group :development do # gem dependency because we expect to be installed within the # Vagrant environment itself using `vagrant plugin`. gem "vagrant", :git => "https://github.com/mitchellh/vagrant.git" - gem 'iniparse', '~> 1.4', '>= 1.4.2' end group :plugins do diff --git a/vagrant-aws.gemspec b/vagrant-aws.gemspec index bfa560d..be8aae7 100644 --- a/vagrant-aws.gemspec +++ b/vagrant-aws.gemspec @@ -16,6 +16,7 @@ Gem::Specification.new do |s| s.rubyforge_project = "vagrant-aws" s.add_runtime_dependency "fog", "~> 1.22" + s.add_runtime_dependency "iniparse", "~> 1.4", ">= 1.4.2" s.add_development_dependency "rake" # rspec 3.4 to mock File