Skip to content

Commit

Permalink
Drop support for ruby-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
namusyaka committed Jul 29, 2016
1 parent e03f366 commit f01d2bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ matrix:
- rvm: 2.2.5
- rvm: 2.1.10
gemfile: gemfiles/rails_4.gemfile
- rvm: 2.0.0
gemfile: gemfiles/rails_3.gemfile
- rvm: rbx-2
- rvm: ruby-head
- rvm: jruby-head
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* [#1398](https://github.com/ruby-grape/grape/pull/1398): Adds `rescue_from :grape_exceptions` - allow Grape to use the built-in `Grape::Exception` handing and use `rescue :all` behavior for everything else - [@mmclead](https://github.com/mmclead).
* [#1443](https://github.com/ruby-grape/grape/pull/1443): Extends `given` to receive a `Proc` - [@glaucocustodio](https://github.com/glaucocustodio).
* [#1455](https://github.com/ruby-grape/grape/pull/1455): Adds an automated PR linter - [@orta](https://github.com/orta).
* [#1470](https://github.com/ruby-grape/grape/pull/1470): Drop support for ruby-2.0 - [@namusyaka](https://github.com/namusyaka).
* Your contribution here.

#### Fixes
Expand Down

0 comments on commit f01d2bb

Please sign in to comment.