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 4, 2022
1 parent 5fd4cf5 commit 7bea08d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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
29 changes: 19 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ GEM
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
browser (0.6.0)
builder (3.2.3)
builder (3.2.4)
byebug (2.7.0)
columnize (~> 0.3)
debugger-linecache (~> 1.2)
Expand Down Expand Up @@ -277,7 +277,7 @@ GEM
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
crass (0.2.1)
css_parser (1.3.6)
Expand Down Expand Up @@ -346,9 +346,18 @@ GEM
railties (>= 3.2.16)
json (1.8.6)
jwt (1.0.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.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
minitest (5.16.3)
minitest-rails (2.2.0)
minitest (~> 5.7)
railties (~> 4.1)
Expand Down Expand Up @@ -442,7 +451,7 @@ GEM
puma (3.11.2)
quiet_assets (1.0.3)
railties (>= 3.1, < 5.0)
rack (1.6.9)
rack (1.6.13)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.7.1)
Expand All @@ -456,7 +465,7 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.7.1)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
rails-deprecated_sanitizer (1.0.4)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
Expand Down Expand Up @@ -536,7 +545,7 @@ GEM
nokogiri (~> 1.8.0, >= 1.7.0)
turbolinks (2.5.3)
coffee-rails
tzinfo (1.2.5)
tzinfo (1.2.10)
thread_safe (~> 0.1)
uglifier (2.5.3)
execjs (>= 0.3.0)
Expand Down Expand Up @@ -579,7 +588,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 7bea08d

Please sign in to comment.