Skip to content
Open
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
45 changes: 24 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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 @@ -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
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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
Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)

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.9.1'
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 @@ -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'
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.9.1'
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.9.1'
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.9.1'
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.9.1'
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.9.1'
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.9.1'
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.9.1'
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