diff --git a/Gemfile.lock b/Gemfile.lock index 55c437bda..3fb7ad298 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,8 +4,8 @@ PATH shiny_access (21.06) acts-as-taggable-on acts_as_paranoid - nokogiri (>= 1.9.1) - pagy (>= 9.3.4, < 9.5.0) + nokogiri (>= 1.18.8) + pagy (>= 9.3.4, < 43.2.0) pg (>= 1.2.3, < 1.7.0) pundit rails (>= 8.0.2, < 8.2) @@ -17,7 +17,7 @@ PATH acts-as-taggable-on acts_as_paranoid nokogiri (>= 1.18.8) - pagy (>= 9.3.4, < 9.5.0) + pagy (>= 9.3.4, < 43.2.0) pg (>= 1.2.3, < 1.7.0) pundit rails (>= 8.0.2, < 8.2) @@ -50,7 +50,7 @@ PATH nokogiri (>= 1.10.4) ostruct packwerk-extensions - pagy (>= 9.3.4, < 9.5.0) + pagy (>= 9.3.4, < 43.2.0) persistent-dmnd pg (>= 1.2.3, < 1.7.0) pry-rails @@ -74,8 +74,8 @@ PATH specs: shiny_forms (21.06) acts_as_paranoid - nokogiri (>= 1.9.1) - pagy (>= 9.3.4, < 9.5.0) + nokogiri (>= 1.18.8) + pagy (>= 9.3.4, < 43.2.0) pg (>= 1.2.3, < 1.7.0) pundit rails (>= 8.0.2, < 8.2) @@ -85,8 +85,8 @@ PATH specs: shiny_inserts (21.06) acts_as_paranoid - nokogiri (>= 1.9.1) - pagy (>= 9.3.4, < 9.5.0) + nokogiri (>= 1.18.8) + pagy (>= 9.3.4, < 43.2.0) pg (>= 1.2.3, < 1.7.0) pundit rails (>= 8.0.2, < 8.2) @@ -96,8 +96,8 @@ PATH specs: shiny_lists (21.06) acts_as_paranoid - nokogiri (>= 1.9.1) - pagy (>= 9.3.4, < 9.5.0) + nokogiri (>= 1.18.8) + pagy (>= 9.3.4, < 43.2.0) pg (>= 1.2.3, < 1.7.0) pundit rails (>= 8.0.2, < 8.2) @@ -108,8 +108,8 @@ PATH shiny_news (21.06) acts-as-taggable-on acts_as_paranoid - nokogiri (>= 1.9.1) - pagy (>= 9.3.4, < 9.5.0) + nokogiri (>= 1.18.8) + pagy (>= 9.3.4, < 43.2.0) pg (>= 1.2.3, < 1.7.0) pundit rails (>= 8.0.2, < 8.2) @@ -119,8 +119,8 @@ PATH specs: shiny_newsletters (21.06) acts_as_paranoid - nokogiri (>= 1.9.1) - pagy (>= 9.3.4, < 9.5.0) + nokogiri (>= 1.18.8) + pagy (>= 9.3.4, < 43.2.0) pg (>= 1.2.3, < 1.7.0) pundit rails (>= 8.0.2, < 8.2) @@ -130,8 +130,8 @@ PATH specs: shiny_pages (21.06) acts_as_paranoid - nokogiri (>= 1.9.1) - pagy (>= 9.3.4, < 9.5.0) + nokogiri (>= 1.18.8) + pagy (>= 9.3.4, < 43.2.0) pg (>= 1.2.3, < 1.7.0) pundit rails (>= 8.0.2, < 8.2) @@ -141,8 +141,8 @@ PATH specs: shiny_profiles (21.06) acts_as_paranoid - nokogiri (>= 1.9.1) - pagy (>= 9.3.4, < 9.5.0) + nokogiri (>= 1.18.8) + pagy (>= 9.3.4, < 43.2.0) pg (>= 1.2.3, < 1.7.0) pundit rails (>= 8.0.2, < 8.2) @@ -163,7 +163,7 @@ PATH acts_as_paranoid algoliasearch-rails (~> 1.25) nokogiri (>= 1.18.8) - pagy (>= 9.3.4, < 9.5.0) + pagy (>= 9.3.4, < 43.2.0) pg (>= 1.2.3, < 1.7.0) pg_search pundit @@ -174,7 +174,7 @@ PATH specs: shiny_shop (24.3) acts_as_paranoid - pagy (>= 9.3.4, < 9.5.0) + pagy (>= 9.3.4, < 43.2.0) pg (>= 1.2.3, < 1.7.0) pundit rails (>= 8.0.2, < 8.2) @@ -577,7 +577,9 @@ GEM railties (>= 6.0.0) sorbet-runtime zeitwerk - pagy (9.4.0) + pagy (43.1.8) + json + yaml parallel (1.27.0) parallel_tests (5.5.0) parallel @@ -890,6 +892,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) + yaml (0.4.0) zeitwerk (2.7.3) zxcvbn-ruby (1.2.0) diff --git a/plugins/ShinyAccess/shiny_access.gemspec b/plugins/ShinyAccess/shiny_access.gemspec index d56e9436e..71206f275 100644 --- a/plugins/ShinyAccess/shiny_access.gemspec +++ b/plugins/ShinyAccess/shiny_access.gemspec @@ -50,7 +50,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'acts-as-taggable-on' # Pagination - spec.add_dependency 'pagy', '>= 9.3.4', '< 9.5.0' + spec.add_dependency 'pagy', '>= 9.3.4', '< 43.2.0' # HTML & XML parser spec.add_dependency 'nokogiri', '>= 1.9.1' diff --git a/plugins/ShinyBlog/shiny_blog.gemspec b/plugins/ShinyBlog/shiny_blog.gemspec index 365439dcf..9df416f07 100644 --- a/plugins/ShinyBlog/shiny_blog.gemspec +++ b/plugins/ShinyBlog/shiny_blog.gemspec @@ -50,7 +50,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'acts-as-taggable-on' # Pagination - spec.add_dependency 'pagy', '>= 9.3.4', '< 9.5.0' + spec.add_dependency 'pagy', '>= 9.3.4', '< 43.2.0' # HTML & XML parser spec.add_dependency 'nokogiri', '>= 1.18.8' diff --git a/plugins/ShinyCMS/shinycms.gemspec b/plugins/ShinyCMS/shinycms.gemspec index b2d85d963..93841bd8e 100644 --- a/plugins/ShinyCMS/shinycms.gemspec +++ b/plugins/ShinyCMS/shinycms.gemspec @@ -86,7 +86,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'acts_as_votable' # Pagination - spec.add_dependency 'pagy', '>= 9.3.4', '< 9.5.0' + spec.add_dependency 'pagy', '>= 9.3.4', '< 43.2.0' # Atom feeds spec.add_dependency 'rss' diff --git a/plugins/ShinyForms/shiny_forms.gemspec b/plugins/ShinyForms/shiny_forms.gemspec index d015a7e97..b99b0f8d7 100644 --- a/plugins/ShinyForms/shiny_forms.gemspec +++ b/plugins/ShinyForms/shiny_forms.gemspec @@ -47,7 +47,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'acts_as_paranoid' # Pagination - spec.add_dependency 'pagy', '>= 9.3.4', '< 9.5.0' + spec.add_dependency 'pagy', '>= 9.3.4', '< 43.2.0' # HTML & XML parser spec.add_dependency 'nokogiri', '>= 1.9.1' diff --git a/plugins/ShinyInserts/shiny_inserts.gemspec b/plugins/ShinyInserts/shiny_inserts.gemspec index 1c87e2967..ab1c7a8c2 100644 --- a/plugins/ShinyInserts/shiny_inserts.gemspec +++ b/plugins/ShinyInserts/shiny_inserts.gemspec @@ -47,7 +47,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'acts_as_paranoid' # Pagination - spec.add_dependency 'pagy', '>= 9.3.4', '< 9.5.0' + spec.add_dependency 'pagy', '>= 9.3.4', '< 43.2.0' # HTML & XML parser spec.add_dependency 'nokogiri', '>= 1.9.1' diff --git a/plugins/ShinyLists/shiny_lists.gemspec b/plugins/ShinyLists/shiny_lists.gemspec index c7b80f4aa..f24006531 100644 --- a/plugins/ShinyLists/shiny_lists.gemspec +++ b/plugins/ShinyLists/shiny_lists.gemspec @@ -47,7 +47,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'acts_as_paranoid' # Pagination - spec.add_dependency 'pagy', '>= 9.3.4', '< 9.5.0' + spec.add_dependency 'pagy', '>= 9.3.4', '< 43.2.0' # HTML & XML parser spec.add_dependency 'nokogiri', '>= 1.9.1' diff --git a/plugins/ShinyNews/shiny_news.gemspec b/plugins/ShinyNews/shiny_news.gemspec index 6b721a4b6..6060a5a29 100644 --- a/plugins/ShinyNews/shiny_news.gemspec +++ b/plugins/ShinyNews/shiny_news.gemspec @@ -50,7 +50,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'acts-as-taggable-on' # Pagination - spec.add_dependency 'pagy', '>= 9.3.4', '< 9.5.0' + spec.add_dependency 'pagy', '>= 9.3.4', '< 43.2.0' # HTML & XML parser spec.add_dependency 'nokogiri', '>= 1.9.1' diff --git a/plugins/ShinyNewsletters/shiny_newsletters.gemspec b/plugins/ShinyNewsletters/shiny_newsletters.gemspec index 0e0f3f475..f6c7234b1 100644 --- a/plugins/ShinyNewsletters/shiny_newsletters.gemspec +++ b/plugins/ShinyNewsletters/shiny_newsletters.gemspec @@ -47,7 +47,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'acts_as_paranoid' # Pagination - spec.add_dependency 'pagy', '>= 9.3.4', '< 9.5.0' + spec.add_dependency 'pagy', '>= 9.3.4', '< 43.2.0' # HTML & XML parser spec.add_dependency 'nokogiri', '>= 1.9.1' diff --git a/plugins/ShinyPages/shiny_pages.gemspec b/plugins/ShinyPages/shiny_pages.gemspec index d2b6f9f29..fc7064b5d 100644 --- a/plugins/ShinyPages/shiny_pages.gemspec +++ b/plugins/ShinyPages/shiny_pages.gemspec @@ -47,7 +47,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'acts_as_paranoid' # Pagination - spec.add_dependency 'pagy', '>= 9.3.4', '< 9.5.0' + spec.add_dependency 'pagy', '>= 9.3.4', '< 43.2.0' # HTML & XML parser spec.add_dependency 'nokogiri', '>= 1.9.1' diff --git a/plugins/ShinyProfiles/shiny_profiles.gemspec b/plugins/ShinyProfiles/shiny_profiles.gemspec index f9b37cacd..d78ca660d 100644 --- a/plugins/ShinyProfiles/shiny_profiles.gemspec +++ b/plugins/ShinyProfiles/shiny_profiles.gemspec @@ -47,7 +47,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'acts_as_paranoid' # Pagination - spec.add_dependency 'pagy', '>= 9.3.4', '< 9.5.0' + spec.add_dependency 'pagy', '>= 9.3.4', '< 43.2.0' # HTML & XML parser spec.add_dependency 'nokogiri', '>= 1.9.1' diff --git a/plugins/ShinySearch/shiny_search.gemspec b/plugins/ShinySearch/shiny_search.gemspec index b43edfb8b..9d999c795 100644 --- a/plugins/ShinySearch/shiny_search.gemspec +++ b/plugins/ShinySearch/shiny_search.gemspec @@ -54,7 +54,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'acts-as-taggable-on' # Pagination - spec.add_dependency 'pagy', '>= 9.3.4', '< 9.5.0' + spec.add_dependency 'pagy', '>= 9.3.4', '< 43.2.0' # HTML & XML parser spec.add_dependency 'nokogiri', '>= 1.18.8' diff --git a/plugins/ShinyShop/shiny_shop.gemspec b/plugins/ShinyShop/shiny_shop.gemspec index 1968998be..5fed28ef2 100644 --- a/plugins/ShinyShop/shiny_shop.gemspec +++ b/plugins/ShinyShop/shiny_shop.gemspec @@ -47,7 +47,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'acts_as_paranoid' # Pagination - spec.add_dependency 'pagy', '>= 9.3.4', '< 9.5.0' + spec.add_dependency 'pagy', '>= 9.3.4', '< 43.2.0' # Accept and process payments spec.add_dependency 'stripe'