We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde457d commit 6469e8aCopy full SHA for 6469e8a
Gemfile
@@ -21,7 +21,7 @@ group :development, :test do
21
end
22
23
group :development, :lint do
24
- gem 'rubocop', '~> 1.64'
+ gem 'rubocop', '~> 1.65'
25
26
27
group :development, :docs do
Gemfile.lock
@@ -20,13 +20,13 @@ GEM
20
parser (3.3.4.0)
ast (~> 2.4.1)
racc
- racc (1.8.0)
+ racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
- rexml (3.3.3)
+ rexml (3.3.4)
28
strscan
29
- rubocop (1.65.0)
+ rubocop (1.65.1)
30
json (~> 2.3)
31
language_server-protocol (>= 3.17.0)
32
parallel (~> 1.10)
@@ -57,7 +57,7 @@ DEPENDENCIES
57
paint (~> 2.2)
58
pass-station!
59
rake (~> 13.2)
60
- rubocop (~> 1.64)
+ rubocop (~> 1.65)
61
yard (>= 0.9.27, < 0.10)
62
63
BUNDLED WITH
0 commit comments