Skip to content

Commit 4af8012

Browse files
authored
Update all Bundler dependencies (2022-01-24) (#597)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent d7ba8c3 commit 4af8012

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

Gemfile.lock

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (6.1.4.4)
5-
activesupport (= 6.1.4.4)
6-
activerecord (6.1.4.4)
7-
activemodel (= 6.1.4.4)
8-
activesupport (= 6.1.4.4)
9-
activesupport (6.1.4.4)
4+
activemodel (7.0.1)
5+
activesupport (= 7.0.1)
6+
activerecord (7.0.1)
7+
activemodel (= 7.0.1)
8+
activesupport (= 7.0.1)
9+
activesupport (7.0.1)
1010
concurrent-ruby (~> 1.0, >= 1.0.2)
1111
i18n (>= 1.6, < 2)
1212
minitest (>= 5.1)
1313
tzinfo (~> 2.0)
14-
zeitwerk (~> 2.3)
1514
addressable (2.8.0)
1615
public_suffix (>= 2.0.2, < 5.0)
1716
ast (2.4.2)
@@ -34,10 +33,10 @@ GEM
3433
thor (>= 0.20.3, < 2.0)
3534
tins (~> 1.16)
3635
crass (1.0.6)
37-
delayed_job (4.1.9)
38-
activesupport (>= 3.0, < 6.2)
39-
delayed_job_active_record (4.1.6)
40-
activerecord (>= 3.0, < 6.2)
36+
delayed_job (4.1.10)
37+
activesupport (>= 3.0, < 8.0)
38+
delayed_job_active_record (4.1.7)
39+
activerecord (>= 3.0, < 8.0)
4140
delayed_job (>= 3.0, < 5)
4241
diff-lcs (1.5.0)
4342
docile (1.4.0)
@@ -79,7 +78,7 @@ GEM
7978
parallel (1.21.0)
8079
parser (3.1.0.0)
8180
ast (~> 2.4.1)
82-
pg (1.2.3)
81+
pg (1.3.0)
8382
pry (0.13.1)
8483
coderay (~> 1.1)
8584
method_source (~> 1.0)
@@ -123,9 +122,9 @@ GEM
123122
diff-lcs (>= 1.2.0, < 2.0)
124123
rspec-support (~> 3.10.0)
125124
rspec-support (3.10.3)
126-
rubocop (1.24.1)
125+
rubocop (1.25.0)
127126
parallel (~> 1.10)
128-
parser (>= 3.0.0.0)
127+
parser (>= 3.1.0.0)
129128
rainbow (>= 2.2.2, < 4.0)
130129
regexp_parser (>= 1.8, < 3.0)
131130
rexml
@@ -196,7 +195,6 @@ GEM
196195
will_paginate (3.3.1)
197196
xpath (3.2.0)
198197
nokogiri (~> 1.8)
199-
zeitwerk (2.5.3)
200198

201199
PLATFORMS
202200
ruby

0 commit comments

Comments
 (0)