Skip to content

Commit 368d776

Browse files
authored
Merge pull request #1955 from denny/update/pagy
Bump pagy from 6.5 to 7.0
2 parents f562880 + f94a934 commit 368d776

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ source 'https://rubygems.org' do
5353
# Charts
5454
gem 'chartkick', '~> 5.1.4'
5555

56+
# Pagy
57+
gem 'pagy', '~> 7.0.11'
58+
5659
group :development, :test do
5760
# RSpec for Rails
5861
gem 'rspec-rails'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ GEM
571571
railties (>= 6.0.0)
572572
sorbet-runtime
573573
zeitwerk
574-
pagy (6.5.0)
574+
pagy (7.0.11)
575575
parallel (1.26.3)
576576
parallel_tests (4.9.1)
577577
parallel
@@ -854,7 +854,6 @@ GEM
854854
addressable (>= 2.8.0)
855855
crack (>= 0.3.2)
856856
hashdiff (>= 0.4.0, < 2.0.0)
857-
webrick (1.9.1)
858857
websocket-driver (0.7.7)
859858
base64
860859
websocket-extensions (>= 0.1.0)
@@ -889,6 +888,7 @@ DEPENDENCIES
889888
mutant-rspec!
890889
overcommit!
891890
packwerk (~> 3.2)!
891+
pagy (~> 7.0.11)!
892892
parallel_tests!
893893
pg (~> 1.5.9)!
894894
puma (~> 6.6)!
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<%== pagy_prev_link pagy, text: t( 'shinycms.pager.newer' ) %>
1+
<%== pagy_prev_html pagy, text: t( 'shinycms.pager.newer' ) %>
22
<span class="float-right">
3-
<%== pagy_next_link pagy, text: t( 'shinycms.pager.older' ) %>
3+
<%== pagy_next_html pagy, text: t( 'shinycms.pager.older' ) %>
44
</span>

0 commit comments

Comments
 (0)