Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Trying to fix issue with using unpacked gem in git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroswan committed Jun 24, 2015
1 parent 6f1b4ea commit 193327f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
source "https://rubygems.org"
source 'https://rubygems.org'

gem 'rake'


group :development do
gem "vagrant", git: "https://github.com/mitchellh/vagrant.git"
gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git'
end

group :plugins do
gem "vbinfo", :path => "."
gem 'vbinfo', :path => Dir.pwd
gem 'mixlib-shellout'
gem 'rspec'
end

0 comments on commit 193327f

Please sign in to comment.