Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 30, 2020
1 parent 3d61c43 commit 5e65d7b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -26,7 +26,7 @@ gem "invalid_utf8_rejector", "~> 0.0.4"
gem "isbn_validation"
gem "jbuilder"
gem "jquery-ui-rails", "~> 4.2.1"
gem "kaminari", "~> 1.1.1"
gem "kaminari", "~> 1.2.0"
gem "link_header"
gem "mime-types", "~> 3.3"
gem "mini_magick", "~> 4.9.5"
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Expand Up @@ -250,18 +250,18 @@ GEM
json-schema (2.8.1)
addressable (>= 2.4)
jwt (2.2.1)
kaminari (1.1.1)
kaminari (1.2.0)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.1.1)
kaminari-activerecord (= 1.1.1)
kaminari-core (= 1.1.1)
kaminari-actionview (1.1.1)
kaminari-actionview (= 1.2.0)
kaminari-activerecord (= 1.2.0)
kaminari-core (= 1.2.0)
kaminari-actionview (1.2.0)
actionview
kaminari-core (= 1.1.1)
kaminari-activerecord (1.1.1)
kaminari-core (= 1.2.0)
kaminari-activerecord (1.2.0)
activerecord
kaminari-core (= 1.1.1)
kaminari-core (1.1.1)
kaminari-core (= 1.2.0)
kaminari-core (1.2.0)
kgio (2.11.3)
kramdown (1.15.0)
launchy (2.4.3)
Expand Down Expand Up @@ -601,7 +601,7 @@ DEPENDENCIES
isbn_validation
jbuilder
jquery-ui-rails (~> 4.2.1)
kaminari (~> 1.1.1)
kaminari (~> 1.2.0)
launchy
link_header
maxitest
Expand Down

0 comments on commit 5e65d7b

Please sign in to comment.