Bump kaminari from 1.1.1 to 1.2.0 (#5860)

This commit is contained in:
dependabot-preview[bot] 2020-02-04 14:06:40 -05:00 committed by GitHub
parent 67894aa1f8
commit 2f7ca83ac8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View file

@ -58,7 +58,7 @@ gem "httparty", "~> 0.17" # Makes http fun! Also, makes consuming restful web se
gem "inline_svg", "~> 1.6" # Embed SVG documents in your Rails views and style them with CSS
gem "jbuilder", "~> 2.9" # Create JSON structures via a Builder-style DSL
gem "jquery-rails", "~> 4.3" # A gem to automate using jQuery with Rails
gem "kaminari", "~> 1.1" # A Scope & Engine based, clean, powerful, customizable and sophisticated paginator
gem "kaminari", "~> 1.2" # A Scope & Engine based, clean, powerful, customizable and sophisticated paginator
gem "libhoney", "~> 1.14" # Ruby gem for sending data to Honeycomb
gem "liquid", "~> 4.0" # A secure, non-evaling end user template engine with aesthetic markup
gem "nokogiri", "~> 1.10" # HTML, XML, SAX, and Reader parser

View file

@ -450,18 +450,18 @@ GEM
thor (>= 0.14, < 2.0)
json (2.3.0)
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)
launchy (2.4.3)
addressable (~> 2.3)
libhoney (1.14.3)
@ -943,7 +943,7 @@ DEPENDENCIES
inline_svg (~> 1.6)
jbuilder (~> 2.9)
jquery-rails (~> 4.3)
kaminari (~> 1.1)
kaminari (~> 1.2)
launchy (~> 2.4)
libhoney (~> 1.14)
liquid (~> 4.0)