Skip to content

Commit aed3159

Browse files
committed
cleanup
1 parent e3bdb1a commit aed3159

File tree

2 files changed

+46
-36
lines changed

2 files changed

+46
-36
lines changed

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
source 'https://rubygems.org'
55
gemspec
66

7-
gem 'cucumber', '9.2.0', require: false
8-
gem 'minitest', '5.23.1', require: false
9-
gem 'rake', '13.2.1', require: false
10-
gem 'rdoc', '6.7.0', require: false
11-
gem 'rubocop', '1.52.1', require: false
7+
gem 'cucumber', '~>9.2', require: false
8+
gem 'minitest', '~>5.23', require: false
9+
gem 'rake', '~>13.2', require: false
10+
gem 'rdoc', '~>6.7', require: false
11+
gem 'rubocop', '~>1.52', require: false
1212
gem 'rubocop-minitest', '>0', require: false
1313
gem 'rubocop-performance', '>0', require: false
1414
gem 'rubocop-rake', '>0', require: false
1515
gem 'rubocop-rspec', '>0', require: false
16-
gem 'simplecov', '0.22.0', require: false
16+
gem 'simplecov', '~>0.22', require: false

Gemfile.lock

Lines changed: 40 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GEM
1010
ast (2.4.3)
1111
bigdecimal (3.1.9)
1212
builder (3.3.0)
13-
cucumber (9.2.0)
13+
cucumber (9.2.1)
1414
builder (~> 3.2)
1515
cucumber-ci-environment (> 9, < 11)
1616
cucumber-core (> 13, < 14)
@@ -42,45 +42,53 @@ GEM
4242
ffi (1.17.1-x64-mingw-ucrt)
4343
ffi (1.17.1-x86_64-linux-gnu)
4444
json (2.10.2)
45+
language_server-protocol (3.17.0.4)
46+
lint_roller (1.1.0)
4547
mini_mime (1.1.5)
46-
minitest (5.23.1)
48+
minitest (5.25.5)
4749
multi_test (1.1.0)
4850
parallel (1.26.3)
49-
parser (3.3.7.2)
51+
parser (3.3.7.3)
5052
ast (~> 2.4.1)
5153
racc
54+
prism (1.4.0)
5255
psych (5.2.3)
5356
date
5457
stringio
5558
racc (1.8.1)
5659
rainbow (3.1.1)
5760
rake (13.2.1)
58-
rdoc (6.7.0)
61+
rdoc (6.13.0)
5962
psych (>= 4.0.0)
6063
regexp_parser (2.10.0)
61-
rexml (3.4.1)
62-
rubocop (1.52.1)
64+
rubocop (1.75.1)
6365
json (~> 2.3)
66+
language_server-protocol (~> 3.17.0.2)
67+
lint_roller (~> 1.1.0)
6468
parallel (~> 1.10)
65-
parser (>= 3.2.2.3)
69+
parser (>= 3.3.0.2)
6670
rainbow (>= 2.2.2, < 4.0)
67-
regexp_parser (>= 1.8, < 3.0)
68-
rexml (>= 3.2.5, < 4.0)
69-
rubocop-ast (>= 1.28.0, < 2.0)
71+
regexp_parser (>= 2.9.3, < 3.0)
72+
rubocop-ast (>= 1.43.0, < 2.0)
7073
ruby-progressbar (~> 1.7)
71-
unicode-display_width (>= 2.4.0, < 3.0)
72-
rubocop-ast (1.42.0)
74+
unicode-display_width (>= 2.4.0, < 4.0)
75+
rubocop-ast (1.43.0)
7376
parser (>= 3.3.7.2)
74-
rubocop-minitest (0.34.5)
75-
rubocop (>= 1.39, < 2.0)
76-
rubocop-ast (>= 1.30.0, < 2.0)
77-
rubocop-performance (1.23.1)
78-
rubocop (>= 1.48.1, < 2.0)
79-
rubocop-ast (>= 1.31.1, < 2.0)
80-
rubocop-rake (0.6.0)
81-
rubocop (~> 1.0)
82-
rubocop-rspec (3.0.0)
83-
rubocop (~> 1.40)
77+
prism (~> 1.4)
78+
rubocop-minitest (0.37.1)
79+
lint_roller (~> 1.1)
80+
rubocop (>= 1.72.1, < 2.0)
81+
rubocop-ast (>= 1.38.0, < 2.0)
82+
rubocop-performance (1.24.0)
83+
lint_roller (~> 1.1)
84+
rubocop (>= 1.72.1, < 2.0)
85+
rubocop-ast (>= 1.38.0, < 2.0)
86+
rubocop-rake (0.7.1)
87+
lint_roller (~> 1.1)
88+
rubocop (>= 1.72.1)
89+
rubocop-rspec (3.5.0)
90+
lint_roller (~> 1.1)
91+
rubocop (~> 1.72, >= 1.72.1)
8492
ruby-progressbar (1.13.0)
8593
simplecov (0.22.0)
8694
docile (~> 1.1)
@@ -89,10 +97,12 @@ GEM
8997
simplecov-html (0.13.1)
9098
simplecov_json_formatter (0.1.4)
9199
slop (4.10.1)
92-
stringio (3.1.5)
100+
stringio (3.1.6)
93101
sys-uname (1.3.1)
94102
ffi (~> 1.1)
95-
unicode-display_width (2.6.0)
103+
unicode-display_width (3.1.4)
104+
unicode-emoji (~> 4.0, >= 4.0.4)
105+
unicode-emoji (4.0.4)
96106

97107
PLATFORMS
98108
arm64-darwin-22
@@ -102,17 +112,17 @@ PLATFORMS
102112
x86_64-linux
103113

104114
DEPENDENCIES
105-
cucumber (= 9.2.0)
115+
cucumber (~> 9.2)
106116
hoc!
107-
minitest (= 5.23.1)
108-
rake (= 13.2.1)
109-
rdoc (= 6.7.0)
110-
rubocop (= 1.52.1)
117+
minitest (~> 5.23)
118+
rake (~> 13.2)
119+
rdoc (~> 6.7)
120+
rubocop (~> 1.52)
111121
rubocop-minitest (> 0)
112122
rubocop-performance (> 0)
113123
rubocop-rake (> 0)
114124
rubocop-rspec (> 0)
115-
simplecov (= 0.22.0)
125+
simplecov (~> 0.22)
116126

117127
BUNDLED WITH
118128
2.5.16

0 commit comments

Comments
 (0)