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

Commit 0280713

Browse files
Update kaminari requirement from ~> 1.1.1 to >= 1.1.1, < 1.3.0
Updates the requirements on [kaminari](https://github.com/kaminari/kaminari) to permit the latest version. - [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.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec48d15 commit 0280713

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Gemfile.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,63 +3,63 @@ PATH
33
specs:
44
pattern_query_helper (0.2.9)
55
activerecord (~> 5.0)
6-
kaminari (~> 1.1.1)
6+
kaminari (>= 1.1.1, < 1.3.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionview (5.2.3)
12-
activesupport (= 5.2.3)
11+
actionview (5.2.4.3)
12+
activesupport (= 5.2.4.3)
1313
builder (~> 3.1)
1414
erubi (~> 1.4)
1515
rails-dom-testing (~> 2.0)
1616
rails-html-sanitizer (~> 1.0, >= 1.0.3)
17-
activemodel (5.2.3)
18-
activesupport (= 5.2.3)
19-
activerecord (5.2.3)
20-
activemodel (= 5.2.3)
21-
activesupport (= 5.2.3)
17+
activemodel (5.2.4.3)
18+
activesupport (= 5.2.4.3)
19+
activerecord (5.2.4.3)
20+
activemodel (= 5.2.4.3)
21+
activesupport (= 5.2.4.3)
2222
arel (>= 9.0)
23-
activesupport (5.2.3)
23+
activesupport (5.2.4.3)
2424
concurrent-ruby (~> 1.0, >= 1.0.2)
2525
i18n (>= 0.7, < 2)
2626
minitest (~> 5.1)
2727
tzinfo (~> 1.1)
2828
arel (9.0.0)
29-
builder (3.2.3)
29+
builder (3.2.4)
3030
byebug (11.0.1)
31-
concurrent-ruby (1.1.4)
32-
crass (1.0.4)
31+
concurrent-ruby (1.1.6)
32+
crass (1.0.6)
3333
diff-lcs (1.3)
34-
erubi (1.8.0)
34+
erubi (1.9.0)
3535
faker (1.9.3)
3636
i18n (>= 0.7)
37-
i18n (1.6.0)
37+
i18n (1.8.2)
3838
concurrent-ruby (~> 1.0)
39-
kaminari (1.1.1)
39+
kaminari (1.2.1)
4040
activesupport (>= 4.1.0)
41-
kaminari-actionview (= 1.1.1)
42-
kaminari-activerecord (= 1.1.1)
43-
kaminari-core (= 1.1.1)
44-
kaminari-actionview (1.1.1)
41+
kaminari-actionview (= 1.2.1)
42+
kaminari-activerecord (= 1.2.1)
43+
kaminari-core (= 1.2.1)
44+
kaminari-actionview (1.2.1)
4545
actionview
46-
kaminari-core (= 1.1.1)
47-
kaminari-activerecord (1.1.1)
46+
kaminari-core (= 1.2.1)
47+
kaminari-activerecord (1.2.1)
4848
activerecord
49-
kaminari-core (= 1.1.1)
50-
kaminari-core (1.1.1)
51-
loofah (2.2.3)
49+
kaminari-core (= 1.2.1)
50+
kaminari-core (1.2.1)
51+
loofah (2.5.0)
5252
crass (~> 1.0.2)
5353
nokogiri (>= 1.5.9)
5454
mini_portile2 (2.4.0)
55-
minitest (5.11.3)
56-
nokogiri (1.10.3)
55+
minitest (5.14.1)
56+
nokogiri (1.10.9)
5757
mini_portile2 (~> 2.4.0)
5858
rails-dom-testing (2.0.3)
5959
activesupport (>= 4.2.0)
6060
nokogiri (>= 1.6)
61-
rails-html-sanitizer (1.0.4)
62-
loofah (~> 2.2, >= 2.2.2)
61+
rails-html-sanitizer (1.3.0)
62+
loofah (~> 2.3)
6363
rake (10.5.0)
6464
rspec (3.8.0)
6565
rspec-core (~> 3.8.0)
@@ -76,7 +76,7 @@ GEM
7676
rspec-support (3.8.0)
7777
sqlite3 (1.3.13)
7878
thread_safe (0.3.6)
79-
tzinfo (1.2.5)
79+
tzinfo (1.2.7)
8080
thread_safe (~> 0.1)
8181

8282
PLATFORMS

pattern_query_helper.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ Gem::Specification.new do |spec|
4444
spec.add_development_dependency "byebug"
4545

4646
spec.add_dependency "activerecord", "~> 5.0"
47-
spec.add_dependency "kaminari", "~> 1.1.1"
47+
spec.add_dependency "kaminari", ">= 1.1.1", "< 1.3.0"
4848
end

0 commit comments

Comments
 (0)