Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 16 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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)
Expand All @@ -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)
Expand Down Expand Up @@ -48,7 +48,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
Expand All @@ -73,7 +73,7 @@ PATH
shiny_forms (21.06)
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)
Expand All @@ -84,7 +84,7 @@ PATH
shiny_inserts (21.06)
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)
Expand All @@ -95,7 +95,7 @@ PATH
shiny_lists (21.06)
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)
Expand All @@ -107,7 +107,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)
Expand All @@ -118,7 +118,7 @@ PATH
shiny_newsletters (21.06)
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)
Expand All @@ -129,7 +129,7 @@ PATH
shiny_pages (21.06)
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)
Expand All @@ -140,7 +140,7 @@ PATH
shiny_profiles (21.06)
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)
Expand All @@ -161,7 +161,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
Expand All @@ -172,7 +172,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)
Expand Down Expand Up @@ -571,7 +571,9 @@ GEM
railties (>= 6.0.0)
sorbet-runtime
zeitwerk
pagy (9.4.0)
pagy (43.1.6)
json
yaml
parallel (1.27.0)
parallel_tests (5.5.0)
parallel
Expand Down Expand Up @@ -883,6 +885,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)

Expand Down
2 changes: 1 addition & 1 deletion plugins/ShinyAccess/shiny_access.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion plugins/ShinyBlog/shiny_blog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion plugins/ShinyCMS/shinycms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,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'
Expand Down
2 changes: 1 addition & 1 deletion plugins/ShinyForms/shiny_forms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.8'
Expand Down
2 changes: 1 addition & 1 deletion plugins/ShinyInserts/shiny_inserts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.8'
Expand Down
2 changes: 1 addition & 1 deletion plugins/ShinyLists/shiny_lists.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.8'
Expand Down
2 changes: 1 addition & 1 deletion plugins/ShinyNews/shiny_news.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion plugins/ShinyNewsletters/shiny_newsletters.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.8'
Expand Down
2 changes: 1 addition & 1 deletion plugins/ShinyPages/shiny_pages.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.8'
Expand Down
2 changes: 1 addition & 1 deletion plugins/ShinyProfiles/shiny_profiles.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.8'
Expand Down
2 changes: 1 addition & 1 deletion plugins/ShinySearch/shiny_search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion plugins/ShinyShop/shiny_shop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down