Skip to content

Commit 0f21bf0

Browse files
authored
Use pagy_cursor in place of cursor_pagination (#18)
* Use pagy_cursor in place of cursor_pagination * Order gems * Add CHANGELOG entry
1 parent 80b338c commit 0f21bf0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#### 0.3.3 (Next)
44

55
* Your contribution here.
6+
* [#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).
67

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

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ when 'mongoid' then
1010
when 'activerecord' then
1111
gem 'activerecord'
1212
gem 'otr-activerecord'
13-
gem 'virtus'
14-
gem 'cursor_pagination', github: 'dblock/cursor_pagination', branch: 'misc' # rubocop:disable Bundler/OrderedGems
13+
gem 'pagy_cursor'
1514
gem 'pg'
15+
gem 'virtus'
1616
when nil
1717
warn "Missing ENV['DATABASE_ADAPTER']."
1818
else

0 commit comments

Comments
 (0)