Skip to content

Commit 9044f9c

Browse files
authored
Update all Bundler dependencies (2022-03-14) (#610)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent ab86abb commit 9044f9c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (7.0.2.2)
5-
activesupport (= 7.0.2.2)
6-
activerecord (7.0.2.2)
7-
activemodel (= 7.0.2.2)
8-
activesupport (= 7.0.2.2)
9-
activesupport (7.0.2.2)
4+
activemodel (7.0.2.3)
5+
activesupport (= 7.0.2.3)
6+
activerecord (7.0.2.3)
7+
activemodel (= 7.0.2.3)
8+
activesupport (= 7.0.2.3)
9+
activesupport (7.0.2.3)
1010
concurrent-ruby (~> 1.0, >= 1.0.2)
1111
i18n (>= 1.6, < 2)
1212
minitest (>= 5.1)
@@ -27,7 +27,7 @@ GEM
2727
xpath (~> 3.2)
2828
coderay (1.1.3)
2929
concurrent-ruby (1.1.9)
30-
coveralls_reborn (0.23.1)
30+
coveralls_reborn (0.24.0)
3131
simplecov (>= 0.18.1, < 0.22.0)
3232
term-ansicolor (~> 1.6)
3333
thor (>= 0.20.3, < 2.0)
@@ -78,7 +78,7 @@ GEM
7878
parallel (1.21.0)
7979
parser (3.1.1.0)
8080
ast (~> 2.4.1)
81-
pg (1.3.3)
81+
pg (1.3.4)
8282
pry (0.13.1)
8383
coderay (~> 1.1)
8484
method_source (~> 1.0)
@@ -122,13 +122,13 @@ GEM
122122
diff-lcs (>= 1.2.0, < 2.0)
123123
rspec-support (~> 3.11.0)
124124
rspec-support (3.11.0)
125-
rubocop (1.25.1)
125+
rubocop (1.26.0)
126126
parallel (~> 1.10)
127127
parser (>= 3.1.0.0)
128128
rainbow (>= 2.2.2, < 4.0)
129129
regexp_parser (>= 1.8, < 3.0)
130130
rexml
131-
rubocop-ast (>= 1.15.1, < 2.0)
131+
rubocop-ast (>= 1.16.0, < 2.0)
132132
ruby-progressbar (~> 1.7)
133133
unicode-display_width (>= 1.4.0, < 3.0)
134134
rubocop-ast (1.16.0)
@@ -184,7 +184,7 @@ GEM
184184
thor (1.2.1)
185185
thread (0.2.2)
186186
tilt (2.0.10)
187-
timecop (0.9.4)
187+
timecop (0.9.5)
188188
tins (1.31.0)
189189
sync
190190
tzinfo (2.0.4)

0 commit comments

Comments
 (0)