Skip to content

Commit

Permalink
Bump kaminari from 0.17.0 to 1.2.2
Browse files Browse the repository at this point in the history
Bumps [kaminari](https://github.com/kaminari/kaminari) from 0.17.0 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.17.0...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 Mar 2, 2023
1 parent 7451edf commit 30556fe
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.10.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
connection_pool (2.2.0)
crass (1.0.6)
database_cleaner (1.5.3)
Expand Down Expand Up @@ -166,14 +166,23 @@ GEM
nokogiri (~> 1.6.0)
ruby_parser (~> 3.5)
htmlentities (4.3.4)
i18n (1.10.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jquery-ui-rails (5.0.5)
railties (>= 3.2.16)
json (2.0.2)
kaminari (0.17.0)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kaminari (1.2.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.1)
kaminari-activerecord (= 1.2.1)
kaminari-core (= 1.2.1)
kaminari-actionview (1.2.1)
actionview
kaminari-core (= 1.2.1)
kaminari-activerecord (1.2.1)
activerecord
kaminari-core (= 1.2.1)
kaminari-core (1.2.1)
launchy (2.4.3)
addressable (~> 2.3)
letter_opener (1.7.0)
Expand All @@ -182,7 +191,7 @@ GEM
actionmailer (>= 3.2)
letter_opener (~> 1.0)
railties (>= 3.2)
loofah (2.18.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -198,7 +207,7 @@ GEM
mini_magick (4.5.1)
mini_mime (1.1.2)
mini_portile2 (2.1.0)
minitest (5.15.0)
minitest (5.17.0)
momentjs-rails (2.15.1)
railties (>= 3.1)
multipart-post (2.0.0)
Expand Down Expand Up @@ -284,8 +293,8 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (5.0.7)
actionpack (= 5.0.7)
activesupport (= 5.0.7)
Expand Down Expand Up @@ -420,7 +429,7 @@ GEM
thread_safe (0.3.6)
tilt (2.0.10)
ttfunk (1.6.2.1)
tzinfo (1.2.9)
tzinfo (1.2.11)
thread_safe (~> 0.1)
tzinfo-data (1.2016.7)
tzinfo (>= 1.0.0)
Expand Down

0 comments on commit 30556fe

Please sign in to comment.