Skip to content

Commit 48df2d1

Browse files
committed
bundle update
1 parent e56d645 commit 48df2d1

File tree

1 file changed

+24
-25
lines changed

1 file changed

+24
-25
lines changed

Gemfile.lock

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.2)
4+
activesupport (6.1.4)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
6-
i18n (>= 0.7, < 2)
7-
minitest (~> 5.1)
8-
tzinfo (~> 1.1)
9-
zeitwerk (~> 2.2, >= 2.2.2)
6+
i18n (>= 1.6, < 2)
7+
minitest (>= 5.1)
8+
tzinfo (~> 2.0)
9+
zeitwerk (~> 2.3)
1010
ast (2.4.2)
1111
coderay (1.1.3)
12-
concurrent-ruby (1.1.7)
12+
concurrent-ruby (1.1.9)
1313
diff-lcs (1.4.4)
14-
i18n (1.8.5)
14+
i18n (1.8.10)
1515
concurrent-ruby (~> 1.0)
1616
method_source (1.0.0)
17-
minitest (5.14.2)
17+
minitest (5.14.4)
1818
mry (0.52.0.0)
1919
rubocop (>= 0.41.0)
2020
parallel (1.20.1)
2121
parser (3.0.2.0)
2222
ast (~> 2.4.1)
23-
pry (0.13.1)
23+
pry (0.14.1)
2424
coderay (~> 1.1)
2525
method_source (~> 1.0)
2626
rainbow (3.0.0)
27-
rake (13.0.1)
27+
rake (13.0.6)
2828
regexp_parser (2.1.1)
2929
rexml (3.2.5)
30-
rspec (3.9.0)
31-
rspec-core (~> 3.9.0)
32-
rspec-expectations (~> 3.9.0)
33-
rspec-mocks (~> 3.9.0)
34-
rspec-core (3.9.2)
35-
rspec-support (~> 3.9.3)
36-
rspec-expectations (3.9.2)
30+
rspec (3.10.0)
31+
rspec-core (~> 3.10.0)
32+
rspec-expectations (~> 3.10.0)
33+
rspec-mocks (~> 3.10.0)
34+
rspec-core (3.10.1)
35+
rspec-support (~> 3.10.0)
36+
rspec-expectations (3.10.1)
3737
diff-lcs (>= 1.2.0, < 2.0)
38-
rspec-support (~> 3.9.0)
39-
rspec-mocks (3.9.1)
38+
rspec-support (~> 3.10.0)
39+
rspec-mocks (3.10.2)
4040
diff-lcs (>= 1.2.0, < 2.0)
41-
rspec-support (~> 3.9.0)
42-
rspec-support (3.9.3)
41+
rspec-support (~> 3.10.0)
42+
rspec-support (3.10.2)
4343
rubocop (1.18.3)
4444
parallel (~> 1.10)
4545
parser (>= 3.0.0.0)
@@ -59,11 +59,10 @@ GEM
5959
standard (1.1.5)
6060
rubocop (= 1.18.3)
6161
rubocop-performance (= 1.11.4)
62-
thread_safe (0.3.6)
63-
tzinfo (1.2.7)
64-
thread_safe (~> 0.1)
62+
tzinfo (2.0.4)
63+
concurrent-ruby (~> 1.0)
6564
unicode-display_width (2.0.0)
66-
zeitwerk (2.4.0)
65+
zeitwerk (2.4.2)
6766

6867
PLATFORMS
6968
ruby

0 commit comments

Comments
 (0)