Skip to content

Commit

Permalink
Fix Gemfile plugin load
Browse files Browse the repository at this point in the history
  • Loading branch information
Temikus committed Jul 21, 2017
1 parent d543514 commit 9424624
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@

source "https://rubygems.org"

gemspec
group :plugins do
# Dependencies need to be specified in vagrant-google.gemspec
gemspec
end

group :development do
# We depend on Vagrant for development, but we don't add it as a
Expand All @@ -23,7 +26,3 @@ group :development do
gem 'vagrant', git: "https://github.com/mitchellh/vagrant.git"
gem 'vagrant-spec', git: "https://github.com/mitchellh/vagrant-spec.git"
end

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

0 comments on commit 9424624

Please sign in to comment.