Skip to content

Commit

Permalink
Use pagy_cursor in place of cursor_pagination (#18)
Browse files Browse the repository at this point in the history
* Use pagy_cursor in place of cursor_pagination

* Order gems

* Add CHANGELOG entry
  • Loading branch information
duffn committed Mar 20, 2023
1 parent 80b338c commit 0f21bf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@
#### 0.3.3 (Next)

* Your contribution here.
* [#18](https://github.com/slack-ruby/slack-ruby-bot-server-events/pull/18): Use pagy_cursor in place of cursor_pagination - [@duffn](https://github.com/duffn).

#### 0.3.2 (2022/06/09)

Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -10,9 +10,9 @@ when 'mongoid' then
when 'activerecord' then
gem 'activerecord'
gem 'otr-activerecord'
gem 'virtus'
gem 'cursor_pagination', github: 'dblock/cursor_pagination', branch: 'misc' # rubocop:disable Bundler/OrderedGems
gem 'pagy_cursor'
gem 'pg'
gem 'virtus'
when nil
warn "Missing ENV['DATABASE_ADAPTER']."
else
Expand Down

0 comments on commit 0f21bf0

Please sign in to comment.