Skip to content

Commit 39a8991

Browse files
committed
Fix version number for Grape in README
api-pagination v3.1.0+ does not work with Grape v0.9.0 or earlier.
1 parent 2771723 commit 39a8991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In your `Gemfile`:
1212
```ruby
1313
# Requires Rails (Rails-API is also supported), or Grape
1414
# v0.10.0 or later. If you're on an earlier version of
15-
# Grape, use api-pagination 3.x
15+
# Grape, use api-pagination v3.0.2.
1616
gem 'rails', '>= 3.0.0'
1717
gem 'rails-api'
1818
gem 'grape', '>= 0.10.0'

0 commit comments

Comments
 (0)