-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from juliandunn/fix-gemfile
Fix Gemfile and Gemfile.lock. Also, fix some missing directives from the Debian base definition.
- Loading branch information
Showing
3 changed files
with
16 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "vagrant", :git => 'https://github.com/mitchellh/vagrant.git', :tag => 'v1.2.2' | ||
gem "veewee", :git => 'https://github.com/jedi4ever/veewee.git', :ref => '4e5d50de' | ||
gem "veewee", :git => 'https://github.com/jedi4ever/veewee.git', :ref => '4e5d50de48' | ||
gem "vagrant-windows", "~> 1.0.0" # still not working with Vagrant 1.2 btw | ||
gem "em-winrm" # for windows! | ||
gem "rake" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters