Skip to content

Commit

Permalink
Bump version to 6.0.0, dropping support for Pagy < 9
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcelis committed Jul 29, 2024
1 parent 2eb59fd commit 277ac97
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ gem 'pagy', require: false

gem 'sqlite3', require: false
gem 'sequel', require: false
gem 'pry-suite'
2 changes: 1 addition & 1 deletion api-pagination.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '> 2.7'

s.add_development_dependency 'kaminari', '~> 1.2', '>= 1.2.1'
s.add_development_dependency 'pagy', '~> 5.1', '>= 5.1.2'
s.add_development_dependency 'pagy', '~> 9.0'
s.add_development_dependency 'will_paginate', '~> 3.3', '>= 3.3.1'

s.add_development_dependency 'rspec', '~> 3.10'
Expand Down
2 changes: 1 addition & 1 deletion lib/api-pagination/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ApiPagination
class Version
MAJOR = 5
MAJOR = 6
MINOR = 0
PATCH = 0

Expand Down

0 comments on commit 277ac97

Please sign in to comment.