Skip to content

Commit

Permalink
fix(bundler): fix bundler to 1.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Oct 14, 2016
1 parent 62f86ef commit 0d72286
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
install:
- set PATH=C:\Ruby22\bin;%PATH%
- bundle install
- gem install bundler -v 1.12.5
- bundle _1.12.5_ install

build: off

Expand All @@ -10,4 +11,4 @@ before_test:
- bundle -v

test_script:
- bundle exec rake spec
- bundle _1.12.5_ exec rake spec

0 comments on commit 0d72286

Please sign in to comment.