Sha256: bc631409058e404ba3ff819de6432ec2a058315aaacd2ca6cc481f7e761c7962

Contents?: true

Size: 375 Bytes

Versions: 7

Compression:

Stored size: 375 Bytes

Contents

source 'https://rubygems.org'

gemspec

group :development do
  # We depend on Vagrant for development, but we don't add it as a
  # 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"
end

group :plugins do
  gem "vagrant-mutate", path: "."
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
vagrant-mutate-1.2.0 Gemfile
vagrant-mutate-1.1.0 Gemfile
vagrant-mutate-1.0.4 Gemfile
vagrant-mutate-1.0.3 Gemfile
vagrant-mutate-1.0.2 Gemfile
vagrant-mutate-1.0.1 Gemfile
vagrant-mutate-1.0.0 Gemfile