Skip to content

Commit 83c19e3

Browse files
Merge pull request #14 from nicolastemciuc/nt--update-dev-dependencies
Update `development` dependencies
2 parents 9816c37 + 14e45f5 commit 83c19e3

File tree

1 file changed

+41
-35
lines changed

1 file changed

+41
-35
lines changed

Gemfile.lock

+41-35
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,63 @@
11
PATH
22
remote: .
33
specs:
4-
openssl-signature_algorithm (1.2.1)
4+
openssl-signature_algorithm (1.3.0)
55
openssl (> 2.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
appraisal (2.2.0)
10+
appraisal (2.5.0)
1111
bundler
1212
rake
1313
thor (>= 0.14.0)
1414
ast (2.4.2)
15-
byebug (11.1.1)
16-
diff-lcs (1.3)
17-
ed25519 (1.2.4)
18-
json (2.6.3)
19-
openssl (3.0.0)
20-
parallel (1.22.1)
21-
parser (3.2.1.0)
15+
byebug (11.1.3)
16+
diff-lcs (1.6.0)
17+
ed25519 (1.3.0)
18+
json (2.10.1)
19+
language_server-protocol (3.17.0.4)
20+
lint_roller (1.1.0)
21+
openssl (3.3.0)
22+
parallel (1.26.3)
23+
parser (3.3.7.1)
2224
ast (~> 2.4.1)
25+
racc
26+
racc (1.8.1)
2327
rainbow (3.1.1)
24-
rake (13.0.1)
25-
regexp_parser (2.7.0)
26-
rexml (3.2.5)
27-
rspec (3.9.0)
28-
rspec-core (~> 3.9.0)
29-
rspec-expectations (~> 3.9.0)
30-
rspec-mocks (~> 3.9.0)
31-
rspec-core (3.9.1)
32-
rspec-support (~> 3.9.1)
33-
rspec-expectations (3.9.1)
28+
rake (13.2.1)
29+
regexp_parser (2.10.0)
30+
rspec (3.13.0)
31+
rspec-core (~> 3.13.0)
32+
rspec-expectations (~> 3.13.0)
33+
rspec-mocks (~> 3.13.0)
34+
rspec-core (3.13.3)
35+
rspec-support (~> 3.13.0)
36+
rspec-expectations (3.13.3)
3437
diff-lcs (>= 1.2.0, < 2.0)
35-
rspec-support (~> 3.9.0)
36-
rspec-mocks (3.9.1)
38+
rspec-support (~> 3.13.0)
39+
rspec-mocks (3.13.2)
3740
diff-lcs (>= 1.2.0, < 2.0)
38-
rspec-support (~> 3.9.0)
39-
rspec-support (3.9.2)
40-
rubocop (1.45.1)
41+
rspec-support (~> 3.13.0)
42+
rspec-support (3.13.2)
43+
rubocop (1.72.2)
4144
json (~> 2.3)
45+
language_server-protocol (~> 3.17.0.2)
46+
lint_roller (~> 1.1.0)
4247
parallel (~> 1.10)
43-
parser (>= 3.2.0.0)
48+
parser (>= 3.3.0.2)
4449
rainbow (>= 2.2.2, < 4.0)
45-
regexp_parser (>= 1.8, < 3.0)
46-
rexml (>= 3.2.5, < 4.0)
47-
rubocop-ast (>= 1.24.1, < 2.0)
50+
regexp_parser (>= 2.9.3, < 3.0)
51+
rubocop-ast (>= 1.38.0, < 2.0)
4852
ruby-progressbar (~> 1.7)
49-
unicode-display_width (>= 2.4.0, < 3.0)
50-
rubocop-ast (1.24.1)
51-
parser (>= 3.1.1.0)
52-
ruby-progressbar (1.11.0)
53-
thor (1.0.1)
54-
unicode-display_width (2.4.2)
53+
unicode-display_width (>= 2.4.0, < 4.0)
54+
rubocop-ast (1.38.0)
55+
parser (>= 3.3.1.0)
56+
ruby-progressbar (1.13.0)
57+
thor (1.3.2)
58+
unicode-display_width (3.1.4)
59+
unicode-emoji (~> 4.0, >= 4.0.4)
60+
unicode-emoji (4.0.4)
5561

5662
PLATFORMS
5763
ruby
@@ -66,4 +72,4 @@ DEPENDENCIES
6672
rubocop (~> 1.0)
6773

6874
BUNDLED WITH
69-
2.3.26
75+
2.6.5

0 commit comments

Comments
 (0)