Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit 4b8eae6

Browse files
Bump kaminari from 0.15.1 to 0.17.0
Bumps [kaminari](https://github.com/kaminari/kaminari) from 0.15.1 to 0.17.0. - [Release notes](https://github.com/kaminari/kaminari/releases) - [Changelog](https://github.com/kaminari/kaminari/blob/master/CHANGELOG.md) - [Commits](kaminari/kaminari@v0.15.1...v0.17.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent a6bf0cb commit 4b8eae6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'hydra-head', '~> 6.5.2' # locked
66
gem 'active-fedora', '~> 6.7.8' # locked
77
gem 'solrizer', '~> 3.1.0' # locked
88
gem 'blacklight_advanced_search', '~> 2.2.0' # locked
9-
gem 'kaminari', '~> 0.15.1' # locked (0.16.0+ breaks pagination)
9+
gem 'kaminari', '~> 0.17.0' # locked (0.16.0+ breaks pagination)
1010
gem 'share_notify', git: 'https://github.com/samvera-labs/share_notify', branch: 'master'
1111

1212
# private fork of solrizer-fedora with auto-commit disabled

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ GEM
194194
railties (>= 4.2.0)
195195
thor (>= 0.14, < 2.0)
196196
json (2.1.0)
197-
kaminari (0.15.1)
197+
kaminari (0.17.0)
198198
actionpack (>= 3.0.0)
199199
activesupport (>= 3.0.0)
200200
kgio (2.11.0)
@@ -454,7 +454,7 @@ DEPENDENCIES
454454
hydra-head (~> 6.5.2)
455455
i18n (~> 0.8.1)
456456
jquery-rails (~> 4.3.1)
457-
kaminari (~> 0.15.1)
457+
kaminari (~> 0.17.0)
458458
launchy (~> 2.4.3)
459459
lograge (= 0.5.1)
460460
logstash-event (= 1.2.02)

0 commit comments

Comments
 (0)