We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf6022 commit fefad27Copy full SHA for fefad27
Gemfile.lock
@@ -9,16 +9,18 @@ GEM
9
remote: https://rubygems.org/
10
specs:
11
ast (2.4.2)
12
- childprocess (5.0.0)
+ childprocess (5.1.0)
13
+ logger (~> 1.5)
14
iniparse (1.5.0)
15
json (2.7.2)
16
language_server-protocol (3.17.0.3)
17
+ logger (1.6.1)
18
minitest (5.22.3)
19
nio4r (2.7.0)
- overcommit (0.63.0)
20
+ overcommit (0.64.1)
21
childprocess (>= 0.6.3, < 6)
22
iniparse (~> 1.4)
- rexml (~> 3.2)
23
+ rexml (>= 3.3.9)
24
parallel (1.24.0)
25
parser (3.3.0.5)
26
ast (~> 2.4.1)
@@ -30,7 +32,7 @@ GEM
30
32
rainbow (3.1.1)
31
33
rake (13.2.1)
34
regexp_parser (2.9.0)
- rexml (3.2.6)
35
+ rexml (3.3.9)
36
rubocop (1.63.2)
37
json (~> 2.3)
38
language_server-protocol (>= 3.17.0)
0 commit comments