Skip to content

Commit

Permalink
update to Ruby 2.2.3 and bundler 1.12.5 as required by latest vagrant…
Browse files Browse the repository at this point in the history
… 1.8.5
  • Loading branch information
tknerr committed Sep 14, 2016
1 parent 02fbf9a commit 2940d9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,5 +1,7 @@
language: ruby
rvm:
- 2.0.0
- 2.2.3
before_install:
- gem install bundler -v '1.12.5'
script:
- bundle exec rake spec
- bundle exec rake spec
2 changes: 2 additions & 0 deletions Gemfile
@@ -1,5 +1,7 @@
source "https://rubygems.org"

ruby ">= 2.2.3"

gemspec

group :development do
Expand Down

0 comments on commit 2940d9a

Please sign in to comment.