Skip to content

Commit

Permalink
Merge pull request #297 from Sharpie/fix-vagrant-185-tests
Browse files Browse the repository at this point in the history
Fix failing tests for Vagrant 1.8.5
  • Loading branch information
ggiamarchi authored Aug 22, 2016
2 parents 19a5aec + b014530 commit 569a7b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ group :development do
# FIXME: Hack to allow Vagrant v1.6.5 to install for tests. Remove when
# support for 1.6.5 is dropped.
gem 'rack', '< 2'
# FIXME: Version 1.4.0 of the ruby_dep gem added a constraint on the Ruby
# version being >=2.2.5. This pin to ruby_dep 1.3.1 can be removed when the
# next Vagrant version after 1.8.5 is released.
gem 'ruby_dep', '~> 1.3.1'
gem 'appraisal', '1.0.0'
gem 'rubocop', '0.29.0', require: false
gem 'coveralls', require: false
Expand Down

0 comments on commit 569a7b8

Please sign in to comment.