Skip to content

Commit

Permalink
Bump kaminari from 0.16.1 to 1.2.2
Browse files Browse the repository at this point in the history
Bumps [kaminari](https://github.com/kaminari/kaminari) from 0.16.1 to 1.2.2.
- [Release notes](https://github.com/kaminari/kaminari/releases)
- [Changelog](https://github.com/kaminari/kaminari/blob/master/CHANGELOG.md)
- [Commits](kaminari/kaminari@v0.16.1...v1.2.2)

---
updated-dependencies:
- dependency-name: kaminari
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 27, 2022
1 parent 1f52689 commit 2dfdbe0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ gem 'slim', '3.0.6'
gem 'slim-rails', '0.2.1'
gem 'role_block_haml', '0.2.4'

gem 'kaminari', '0.16.1'
gem 'kaminari', '1.2.2'

gem 'sass', '3.4.1'
gem 'font-awesome-sass', '4.1.0'
Expand Down
19 changes: 14 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,18 @@ GEM
railties (>= 3.2.16)
json (1.8.6)
jwt (2.3.0)
kaminari (0.16.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
kaminari-activerecord (= 1.2.2)
kaminari-core (= 1.2.2)
kaminari-actionview (1.2.2)
actionview
kaminari-core (= 1.2.2)
kaminari-activerecord (1.2.2)
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
launchy (2.4.3)
addressable (~> 2.3)
letter_opener (1.4.1)
Expand All @@ -368,7 +377,7 @@ GEM
mini_magick (4.2.7)
mini_mime (1.1.2)
mini_portile2 (2.3.0)
minitest (5.15.0)
minitest (5.16.3)
minitest-rails (2.2.0)
minitest (~> 5.7)
railties (~> 4.1)
Expand Down Expand Up @@ -581,7 +590,7 @@ DEPENDENCIES
jbuilder (= 1.0.2)
jquery-rails (= 4.0.4)
jquery-ui-rails (= 5.0.0)
kaminari (= 0.16.1)
kaminari (= 1.2.2)
letter_opener (= 1.4.1)
log_js!
m (= 1.3.4)
Expand Down

0 comments on commit 2dfdbe0

Please sign in to comment.