Skip to content

Commit

Permalink
Bring back older versions of Grape, use 0.16.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Apr 9, 2016
1 parent 3c2934e commit c21bea5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,20 @@ rvm:
- 2.2
- 2.1
- 2.0
- 2.3.0
- jruby-19mode
- rbx-2

env:
- GRAPE_VERSION=0.16.1
- GRAPE_VERSION=0.8.0
- GRAPE_VERSION=0.9.0
- GRAPE_VERSION=0.10.0
- GRAPE_VERSION=0.10.1
- GRAPE_VERSION=0.11.0
- GRAPE_VERSION=0.12.0
- GRAPE_VERSION=0.13.0
- GRAPE_VERSION=0.14.0
- GRAPE_VERSION=0.16.2
- GRAPE_VERSION=HEAD

matrix:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'http://rubygems.org'

gemspec

case version = ENV['GRAPE_VERSION'] || '~> 0.16.1'
case version = ENV['GRAPE_VERSION'] || '~> 0.16.2'
when 'HEAD'
gem 'grape', github: 'ruby-grape/grape'
else
Expand Down

0 comments on commit c21bea5

Please sign in to comment.