Skip to content

Commit f0c73f9

Browse files
committed
linter feedback
1 parent 8094e36 commit f0c73f9

File tree

2 files changed

+81
-76
lines changed

2 files changed

+81
-76
lines changed

Gemfile.lock

Lines changed: 79 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -9,77 +9,83 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (8.0.1)
13-
actionpack (= 8.0.1)
14-
activesupport (= 8.0.1)
12+
actioncable (7.1.5.1)
13+
actionpack (= 7.1.5.1)
14+
activesupport (= 7.1.5.1)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
1717
zeitwerk (~> 2.6)
18-
actionmailbox (8.0.1)
19-
actionpack (= 8.0.1)
20-
activejob (= 8.0.1)
21-
activerecord (= 8.0.1)
22-
activestorage (= 8.0.1)
23-
activesupport (= 8.0.1)
24-
mail (>= 2.8.0)
25-
actionmailer (8.0.1)
26-
actionpack (= 8.0.1)
27-
actionview (= 8.0.1)
28-
activejob (= 8.0.1)
29-
activesupport (= 8.0.1)
30-
mail (>= 2.8.0)
18+
actionmailbox (7.1.5.1)
19+
actionpack (= 7.1.5.1)
20+
activejob (= 7.1.5.1)
21+
activerecord (= 7.1.5.1)
22+
activestorage (= 7.1.5.1)
23+
activesupport (= 7.1.5.1)
24+
mail (>= 2.7.1)
25+
net-imap
26+
net-pop
27+
net-smtp
28+
actionmailer (7.1.5.1)
29+
actionpack (= 7.1.5.1)
30+
actionview (= 7.1.5.1)
31+
activejob (= 7.1.5.1)
32+
activesupport (= 7.1.5.1)
33+
mail (~> 2.5, >= 2.5.4)
34+
net-imap
35+
net-pop
36+
net-smtp
3137
rails-dom-testing (~> 2.2)
32-
actionpack (8.0.1)
33-
actionview (= 8.0.1)
34-
activesupport (= 8.0.1)
38+
actionpack (7.1.5.1)
39+
actionview (= 7.1.5.1)
40+
activesupport (= 7.1.5.1)
3541
nokogiri (>= 1.8.5)
42+
racc
3643
rack (>= 2.2.4)
3744
rack-session (>= 1.0.1)
3845
rack-test (>= 0.6.3)
3946
rails-dom-testing (~> 2.2)
4047
rails-html-sanitizer (~> 1.6)
41-
useragent (~> 0.16)
42-
actiontext (8.0.1)
43-
actionpack (= 8.0.1)
44-
activerecord (= 8.0.1)
45-
activestorage (= 8.0.1)
46-
activesupport (= 8.0.1)
48+
actiontext (7.1.5.1)
49+
actionpack (= 7.1.5.1)
50+
activerecord (= 7.1.5.1)
51+
activestorage (= 7.1.5.1)
52+
activesupport (= 7.1.5.1)
4753
globalid (>= 0.6.0)
4854
nokogiri (>= 1.8.5)
49-
actionview (8.0.1)
50-
activesupport (= 8.0.1)
55+
actionview (7.1.5.1)
56+
activesupport (= 7.1.5.1)
5157
builder (~> 3.1)
5258
erubi (~> 1.11)
5359
rails-dom-testing (~> 2.2)
5460
rails-html-sanitizer (~> 1.6)
55-
activejob (8.0.1)
56-
activesupport (= 8.0.1)
61+
activejob (7.1.5.1)
62+
activesupport (= 7.1.5.1)
5763
globalid (>= 0.3.6)
58-
activemodel (8.0.1)
59-
activesupport (= 8.0.1)
60-
activerecord (8.0.1)
61-
activemodel (= 8.0.1)
62-
activesupport (= 8.0.1)
64+
activemodel (7.1.5.1)
65+
activesupport (= 7.1.5.1)
66+
activerecord (7.1.5.1)
67+
activemodel (= 7.1.5.1)
68+
activesupport (= 7.1.5.1)
6369
timeout (>= 0.4.0)
64-
activestorage (8.0.1)
65-
actionpack (= 8.0.1)
66-
activejob (= 8.0.1)
67-
activerecord (= 8.0.1)
68-
activesupport (= 8.0.1)
70+
activestorage (7.1.5.1)
71+
actionpack (= 7.1.5.1)
72+
activejob (= 7.1.5.1)
73+
activerecord (= 7.1.5.1)
74+
activesupport (= 7.1.5.1)
6975
marcel (~> 1.0)
70-
activesupport (8.0.1)
76+
activesupport (7.1.5.1)
7177
base64
7278
benchmark (>= 0.3)
7379
bigdecimal
74-
concurrent-ruby (~> 1.0, >= 1.3.1)
80+
concurrent-ruby (~> 1.0, >= 1.0.2)
7581
connection_pool (>= 2.2.5)
7682
drb
7783
i18n (>= 1.6, < 2)
7884
logger (>= 1.4.2)
7985
minitest (>= 5.1)
86+
mutex_m
8087
securerandom (>= 0.3)
81-
tzinfo (~> 2.0, >= 2.0.5)
82-
uri (>= 0.13.1)
88+
tzinfo (~> 2.0)
8389
ast (2.4.2)
8490
base64 (0.2.0)
8591
benchmark (0.4.0)
@@ -117,7 +123,8 @@ GEM
117123
mini_mime (1.1.5)
118124
mini_portile2 (2.8.8)
119125
minitest (5.25.4)
120-
net-imap (0.5.2)
126+
mutex_m (0.3.0)
127+
net-imap (0.4.19)
121128
date
122129
net-protocol
123130
net-pop (0.1.2)
@@ -127,20 +134,20 @@ GEM
127134
net-smtp (0.5.0)
128135
net-protocol
129136
nio4r (2.7.4)
130-
nokogiri (1.17.2)
137+
nokogiri (1.15.7)
131138
mini_portile2 (~> 2.8.2)
132139
racc (~> 1.4)
133-
nokogiri (1.17.2-aarch64-linux)
140+
nokogiri (1.15.7-aarch64-linux)
134141
racc (~> 1.4)
135-
nokogiri (1.17.2-arm-linux)
142+
nokogiri (1.15.7-arm-linux)
136143
racc (~> 1.4)
137-
nokogiri (1.17.2-arm64-darwin)
144+
nokogiri (1.15.7-arm64-darwin)
138145
racc (~> 1.4)
139-
nokogiri (1.17.2-x86-linux)
146+
nokogiri (1.15.7-x86-linux)
140147
racc (~> 1.4)
141-
nokogiri (1.17.2-x86_64-darwin)
148+
nokogiri (1.15.7-x86_64-darwin)
142149
racc (~> 1.4)
143-
nokogiri (1.17.2-x86_64-linux)
150+
nokogiri (1.15.7-x86_64-linux)
144151
racc (~> 1.4)
145152
parallel (1.26.3)
146153
parser (3.3.6.0)
@@ -150,38 +157,38 @@ GEM
150157
date
151158
stringio
152159
racc (1.8.1)
153-
rack (3.1.8)
160+
rack (3.1.10)
154161
rack-session (2.0.0)
155162
rack (>= 3.0.0)
156163
rack-test (2.1.0)
157164
rack (>= 1.3)
158165
rackup (2.2.1)
159166
rack (>= 3)
160-
rails (8.0.1)
161-
actioncable (= 8.0.1)
162-
actionmailbox (= 8.0.1)
163-
actionmailer (= 8.0.1)
164-
actionpack (= 8.0.1)
165-
actiontext (= 8.0.1)
166-
actionview (= 8.0.1)
167-
activejob (= 8.0.1)
168-
activemodel (= 8.0.1)
169-
activerecord (= 8.0.1)
170-
activestorage (= 8.0.1)
171-
activesupport (= 8.0.1)
167+
rails (7.1.5.1)
168+
actioncable (= 7.1.5.1)
169+
actionmailbox (= 7.1.5.1)
170+
actionmailer (= 7.1.5.1)
171+
actionpack (= 7.1.5.1)
172+
actiontext (= 7.1.5.1)
173+
actionview (= 7.1.5.1)
174+
activejob (= 7.1.5.1)
175+
activemodel (= 7.1.5.1)
176+
activerecord (= 7.1.5.1)
177+
activestorage (= 7.1.5.1)
178+
activesupport (= 7.1.5.1)
172179
bundler (>= 1.15.0)
173-
railties (= 8.0.1)
180+
railties (= 7.1.5.1)
174181
rails-dom-testing (2.2.0)
175182
activesupport (>= 5.0.0)
176183
minitest
177184
nokogiri (>= 1.6)
178185
rails-html-sanitizer (1.6.2)
179186
loofah (~> 2.21)
180187
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
181-
railties (8.0.1)
182-
actionpack (= 8.0.1)
183-
activesupport (= 8.0.1)
184-
irb (~> 1.13)
188+
railties (7.1.5.1)
189+
actionpack (= 7.1.5.1)
190+
activesupport (= 7.1.5.1)
191+
irb
185192
rackup (>= 1.0.0)
186193
rake (>= 12.2)
187194
thor (~> 1.0, >= 1.2.2)
@@ -226,7 +233,7 @@ GEM
226233
rubocop-performance
227234
rubocop-rails
228235
ruby-progressbar (1.13.0)
229-
securerandom (0.4.1)
236+
securerandom (0.3.2)
230237
stringio (3.1.2)
231238
thor (1.3.2)
232239
timeout (0.4.3)
@@ -235,12 +242,10 @@ GEM
235242
unicode-display_width (3.1.2)
236243
unicode-emoji (~> 4.0, >= 4.0.4)
237244
unicode-emoji (4.0.4)
238-
uri (1.0.2)
239-
useragent (0.16.11)
240245
websocket-driver (0.7.6)
241246
websocket-extensions (>= 0.1.0)
242247
websocket-extensions (0.1.5)
243-
zeitwerk (2.7.1)
248+
zeitwerk (2.6.18)
244249

245250
PLATFORMS
246251
aarch64-linux
@@ -259,4 +264,4 @@ DEPENDENCIES
259264
rubocop-rails-omakase
260265

261266
BUNDLED WITH
262-
2.6.0
267+
2.4.22

test/types/set_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class SetTest < ActiveSupport::TestCase
110110
assert_equal %w[ 1 ], @set.members
111111
assert_equal %w[ 2 3 ], another_set.members
112112
end
113-
113+
114114
test "move with set" do
115115
@set.add(%w[ x y ])
116116
another_set = Kredis.set "another_set"
@@ -120,7 +120,7 @@ class SetTest < ActiveSupport::TestCase
120120
assert_equal %w[ x ], @set.members
121121
assert_equal %w[ y z ], another_set.members
122122
end
123-
123+
124124
test "move with key" do
125125
@set.add(%w[ a b ])
126126
another_set = Kredis.set "another_set"

0 commit comments

Comments
 (0)