Skip to content

Commit

Permalink
build(deps): bump will_paginate from 3.3.1 to 4.0.1 (CircuitVerse#5219)
Browse files Browse the repository at this point in the history
Bumps [will_paginate](https://github.com/mislav/will_paginate) from 3.3.1 to 4.0.1.
- [Release notes](https://github.com/mislav/will_paginate/releases)
- [Commits](mislav/will_paginate@v3.3.1...v4.0.1)

---
updated-dependencies:
- dependency-name: will_paginate
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent 29f26c5 commit b1937c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ gem "sidekiq"
gem "sunspot_rails"

# For home page pagination
gem "will_paginate", "~> 3.3.1"
gem "will_paginate", "~> 4.0.1"
gem "will_paginate-bootstrap"

gem "country_select", "~> 8.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
will_paginate (3.3.1)
will_paginate (4.0.1)
will_paginate-bootstrap (1.0.2)
will_paginate (>= 3.0.3)
xpath (3.2.0)
Expand Down Expand Up @@ -1032,7 +1032,7 @@ DEPENDENCIES
web-console (>= 3.3.0)
webmock
webpush
will_paginate (~> 3.3.1)
will_paginate (~> 4.0.1)
will_paginate-bootstrap

BUNDLED WITH
Expand Down

0 comments on commit b1937c6

Please sign in to comment.