Skip to content

Commit cf8dd81

Browse files
committed
update gems
1 parent 4cf6ce3 commit cf8dd81

File tree

2 files changed

+28
-25
lines changed

2 files changed

+28
-25
lines changed

Gemfile.lock

+27-24
Original file line numberDiff line numberDiff line change
@@ -3,70 +3,73 @@ PATH
33
specs:
44
scruby (0.3)
55
concurrent-ruby (~> 1.1)
6-
concurrent-ruby-edge (~> 0.5.0)
6+
concurrent-ruby-edge (~> 0.6.0)
77
facets (~> 3.1)
88
ruby-osc (~> 1.0)
99
tty-which (~> 0.4)
1010

1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
ast (2.4.0)
15-
byebug (11.1.1)
16-
concurrent-ruby (1.1.6)
17-
concurrent-ruby-edge (0.5.0)
18-
concurrent-ruby (~> 1.1.5)
19-
diff-lcs (1.3)
14+
ast (2.4.1)
15+
byebug (11.1.3)
16+
concurrent-ruby (1.1.7)
17+
concurrent-ruby-edge (0.6.0)
18+
concurrent-ruby (~> 1.1.6)
19+
diff-lcs (1.4.4)
2020
eventmachine (1.2.7)
2121
facets (3.1.0)
22-
ffi (1.12.2)
22+
ffi (1.13.1)
2323
io-console (0.5.6)
24-
irb (1.2.3)
25-
reline (>= 0.0.1)
26-
jaro_winkler (1.5.4)
24+
irb (1.2.6)
25+
reline (>= 0.1.5)
2726
listen (3.2.1)
2827
rb-fsevent (~> 0.10, >= 0.10.3)
2928
rb-inotify (~> 0.9, >= 0.9.10)
30-
parallel (1.19.1)
31-
parser (2.7.1.0)
32-
ast (~> 2.4.0)
29+
parallel (1.19.2)
30+
parser (2.7.1.4)
31+
ast (~> 2.4.1)
3332
rainbow (3.0.0)
3433
rantly (2.0.0)
35-
rb-fsevent (0.10.3)
34+
rb-fsevent (0.10.4)
3635
rb-inotify (0.10.1)
3736
ffi (~> 1.0)
3837
rdoc (6.2.1)
39-
reline (0.1.3)
38+
regexp_parser (1.7.1)
39+
reline (0.1.5)
4040
io-console (~> 0.5)
4141
rexml (3.2.4)
4242
rspec (3.9.0)
4343
rspec-core (~> 3.9.0)
4444
rspec-expectations (~> 3.9.0)
4545
rspec-mocks (~> 3.9.0)
46-
rspec-core (3.9.1)
47-
rspec-support (~> 3.9.1)
48-
rspec-expectations (3.9.1)
46+
rspec-core (3.9.2)
47+
rspec-support (~> 3.9.3)
48+
rspec-expectations (3.9.2)
4949
diff-lcs (>= 1.2.0, < 2.0)
5050
rspec-support (~> 3.9.0)
5151
rspec-mocks (3.9.1)
5252
diff-lcs (>= 1.2.0, < 2.0)
5353
rspec-support (~> 3.9.0)
54-
rspec-support (3.9.2)
55-
rubocop (0.81.0)
56-
jaro_winkler (~> 1.5.1)
54+
rspec-support (3.9.3)
55+
rubocop (0.90.0)
5756
parallel (~> 1.10)
58-
parser (>= 2.7.0.1)
57+
parser (>= 2.7.1.1)
5958
rainbow (>= 2.2.2, < 4.0)
59+
regexp_parser (>= 1.7)
6060
rexml
61+
rubocop-ast (>= 0.3.0, < 1.0)
6162
ruby-progressbar (~> 1.7)
6263
unicode-display_width (>= 1.4.0, < 2.0)
64+
rubocop-ast (0.4.0)
65+
parser (>= 2.7.1.4)
6366
ruby-osc (1.0.0)
6467
eventmachine (~> 1.2)
6568
ruby-progressbar (1.10.1)
6669
tty-which (0.4.2)
6770
unicode-display_width (1.7.0)
6871
yard (0.9.25)
69-
zeitwerk (2.3.0)
72+
zeitwerk (2.4.0)
7073

7174
PLATFORMS
7275
ruby

scruby.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ Gem::Specification.new do |spec|
4141
spec.add_dependency "ruby-osc", "~> 1.0"
4242
spec.add_dependency "tty-which", "~> 0.4"
4343
spec.add_dependency "concurrent-ruby", "~> 1.1"
44-
spec.add_dependency "concurrent-ruby-edge", "~> 0.5.0"
44+
spec.add_dependency "concurrent-ruby-edge", "~> 0.6.0"
4545
spec.add_dependency "facets", "~> 3.1"
4646
end

0 commit comments

Comments
 (0)