Skip to content

Commit

Permalink
update appraisal conf
Browse files Browse the repository at this point in the history
Fix #32
  • Loading branch information
julienvey authored and ggiamarchi committed Jun 20, 2014
1 parent 982a1c9 commit bf769fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions source/Appraisals
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
appraise "latest-stable" do
gem "vagrant", :git => 'git://github.com/mitchellh/vagrant.git', :branch => 'v1.4.2'
gem "vagrant", :git => 'git://github.com/mitchellh/vagrant.git', :tag => 'v1.6.3'
end

# Oldest (current release)
appraise "oldest-current" do
gem "vagrant", :git => 'git://github.com/mitchellh/vagrant.git', :branch => 'v1.4.0'
gem "vagrant", :git => 'git://github.com/mitchellh/vagrant.git', :tag => 'v1.5.4'
end

# Latest patch (previous release)
appraise "previous-release" do
gem "vagrant", :git => 'git://github.com/mitchellh/vagrant.git', :branch => 'v1.3.5'
gem "vagrant", :git => 'git://github.com/mitchellh/vagrant.git', :tag => 'v1.4.3'
end
2 changes: 1 addition & 1 deletion source/gemfiles/latest_stable.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "appraisal", "1.0.0"
gem "restclient", "0.10.0"
gem "webmock", "~> 1.18.0", :group => [:test]
gem "rubocop", "0.23.0", :require => false
gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git", :tag => "v1.4.3"
gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git", :tag => "v1.6.3"

group :development do
gem "coveralls", :require => false
Expand Down
2 changes: 1 addition & 1 deletion source/gemfiles/oldest_current.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "appraisal", "1.0.0"
gem "restclient", "0.10.0"
gem "webmock", "~> 1.18.0", :group => [:test]
gem "rubocop", "0.23.0", :require => false
gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git", :tag => "v1.4.3"
gem "vagrant", :git => "git://github.com/mitchellh/vagrant.git", :tag => "v1.5.4"

group :development do
gem "coveralls", :require => false
Expand Down

0 comments on commit bf769fa

Please sign in to comment.