Skip to content

Commit

Permalink
build(deps): bump will_paginate from 3.3.1 to 4.0.1
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]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2024
1 parent 4c46693 commit a03c2ae
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 @@ -20,7 +20,7 @@ gem "ostruct"
gem "bcrypt", "~> 3.1.7"
gem "pg"
gem "faker"
gem "will_paginate", "3.3.1"
gem "will_paginate", "4.0.1"
gem "bootstrap-will_paginate", "1.0.0"
gem "sassc-rails"
gem "rails-controller-testing"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,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)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.18)
Expand Down Expand Up @@ -410,7 +410,7 @@ DEPENDENCIES
tzinfo-data
web-console
webdrivers
will_paginate (= 3.3.1)
will_paginate (= 4.0.1)

BUNDLED WITH
2.5.18

0 comments on commit a03c2ae

Please sign in to comment.