Skip to content

Commit f8a726b

Browse files
committed
up
1 parent 597c169 commit f8a726b

File tree

4 files changed

+18
-126
lines changed

4 files changed

+18
-126
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ gem 'cucumber', '8.0.0', require: false
99
gem 'minitest', '5.16.2', require: false
1010
gem 'rake', '13.0.6', require: false
1111
gem 'rdoc', '6.4.0', require: false
12-
gem 'rspec-rails', '5.1.2', require: false
1312
gem 'rubocop', '1.60.2', require: false
1413
gem 'rubocop-minitest', '>0', require: false
1514
gem 'rubocop-performance', '>0', require: false

Gemfile.lock

Lines changed: 11 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -10,52 +10,17 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actionpack (8.0.1)
14-
actionview (= 8.0.1)
15-
activesupport (= 8.0.1)
16-
nokogiri (>= 1.8.5)
17-
rack (>= 2.2.4)
18-
rack-session (>= 1.0.1)
19-
rack-test (>= 0.6.3)
20-
rails-dom-testing (~> 2.2)
21-
rails-html-sanitizer (~> 1.6)
22-
useragent (~> 0.16)
23-
actionview (8.0.1)
24-
activesupport (= 8.0.1)
25-
builder (~> 3.1)
26-
erubi (~> 1.11)
27-
rails-dom-testing (~> 2.2)
28-
rails-html-sanitizer (~> 1.6)
29-
activesupport (8.0.1)
30-
base64
31-
benchmark (>= 0.3)
32-
bigdecimal
33-
concurrent-ruby (~> 1.0, >= 1.3.1)
34-
connection_pool (>= 2.2.5)
35-
drb
36-
i18n (>= 1.6, < 2)
37-
logger (>= 1.4.2)
38-
minitest (>= 5.1)
39-
securerandom (>= 0.3)
40-
tzinfo (~> 2.0, >= 2.0.5)
41-
uri (>= 0.13.1)
4213
aruba (0.14.14)
4314
childprocess (>= 0.6.3, < 4.0.0)
4415
contracts (~> 0.9)
4516
cucumber (>= 1.3.19)
4617
ffi (~> 1.9)
4718
rspec-expectations (>= 2.99)
4819
thor (>= 0.19, < 2.0)
49-
ast (2.4.2)
50-
base64 (0.2.0)
51-
benchmark (0.4.0)
52-
bigdecimal (3.1.9)
20+
ast (2.4.3)
5321
builder (3.3.0)
5422
childprocess (3.0.0)
55-
concurrent-ruby (1.3.5)
56-
connection_pool (2.5.0)
5723
contracts (0.17.2)
58-
crass (1.0.6)
5924
cucumber (8.0.0)
6025
builder (~> 3.2, >= 3.2.4)
6126
cucumber-ci-environment (~> 9.0, >= 9.0.4)
@@ -81,97 +46,44 @@ GEM
8146
cucumber-messages (18.0.0)
8247
cucumber-tag-expressions (4.1.0)
8348
date (3.4.1)
84-
diff-lcs (1.6.0)
49+
diff-lcs (1.6.1)
8550
differ (0.1.2)
8651
docile (1.4.1)
87-
drb (2.2.1)
88-
erubi (1.13.1)
8952
ffi (1.17.1-arm64-darwin)
9053
ffi (1.17.1-x64-mingw-ucrt)
9154
ffi (1.17.1-x86_64-linux-gnu)
92-
i18n (1.14.7)
93-
concurrent-ruby (~> 1.0)
94-
io-console (0.8.0)
95-
irb (1.15.1)
96-
pp (>= 0.6.0)
97-
rdoc (>= 4.0.0)
98-
reline (>= 0.4.2)
99-
json (2.10.1)
55+
json (2.10.2)
10056
language_server-protocol (3.17.0.4)
10157
logger (1.6.6)
102-
loofah (2.24.0)
103-
crass (~> 1.0.2)
104-
nokogiri (>= 1.12.0)
105-
mime-types (3.6.0)
58+
mime-types (3.6.2)
10659
logger
10760
mime-types-data (~> 3.2015)
108-
mime-types-data (3.2025.0304)
61+
mime-types-data (3.2025.0318)
10962
minitest (5.16.2)
11063
multi_test (1.1.0)
111-
nokogiri (1.18.3-arm64-darwin)
64+
nokogiri (1.18.6-arm64-darwin)
11265
racc (~> 1.4)
113-
nokogiri (1.18.3-x64-mingw-ucrt)
66+
nokogiri (1.18.6-x64-mingw-ucrt)
11467
racc (~> 1.4)
115-
nokogiri (1.18.3-x86_64-linux-gnu)
68+
nokogiri (1.18.6-x86_64-linux-gnu)
11669
racc (~> 1.4)
11770
parallel (1.26.3)
118-
parser (3.3.7.1)
71+
parser (3.3.7.2)
11972
ast (~> 2.4.1)
12073
racc
121-
pp (0.6.2)
122-
prettyprint
123-
prettyprint (0.2.0)
12474
psych (5.2.3)
12575
date
12676
stringio
12777
racc (1.8.1)
128-
rack (3.1.11)
129-
rack-session (2.1.0)
130-
base64 (>= 0.1.0)
131-
rack (>= 3.0.0)
132-
rack-test (2.2.0)
133-
rack (>= 1.3)
134-
rackup (2.2.1)
135-
rack (>= 3)
136-
rails-dom-testing (2.2.0)
137-
activesupport (>= 5.0.0)
138-
minitest
139-
nokogiri (>= 1.6)
140-
rails-html-sanitizer (1.6.2)
141-
loofah (~> 2.21)
142-
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)
143-
railties (8.0.1)
144-
actionpack (= 8.0.1)
145-
activesupport (= 8.0.1)
146-
irb (~> 1.13)
147-
rackup (>= 1.0.0)
148-
rake (>= 12.2)
149-
thor (~> 1.0, >= 1.2.2)
150-
zeitwerk (~> 2.6)
15178
rainbow (3.1.1)
15279
rake (13.0.6)
15380
rdoc (6.4.0)
15481
psych (>= 4.0.0)
15582
regexp_parser (2.10.0)
156-
reline (0.6.0)
157-
io-console (~> 0.5)
15883
rexml (3.4.1)
159-
rspec-core (3.13.3)
160-
rspec-support (~> 3.13.0)
16184
rspec-expectations (3.13.3)
16285
diff-lcs (>= 1.2.0, < 2.0)
16386
rspec-support (~> 3.13.0)
164-
rspec-mocks (3.13.2)
165-
diff-lcs (>= 1.2.0, < 2.0)
166-
rspec-support (~> 3.13.0)
167-
rspec-rails (5.1.2)
168-
actionpack (>= 5.2)
169-
activesupport (>= 5.2)
170-
railties (>= 5.2)
171-
rspec-core (~> 3.10)
172-
rspec-expectations (~> 3.10)
173-
rspec-mocks (~> 3.10)
174-
rspec-support (~> 3.10)
17587
rspec-support (3.13.2)
17688
rubocop (1.60.2)
17789
json (~> 2.3)
@@ -184,8 +96,8 @@ GEM
18496
rubocop-ast (>= 1.30.0, < 2.0)
18597
ruby-progressbar (~> 1.7)
18698
unicode-display_width (>= 2.4.0, < 3.0)
187-
rubocop-ast (1.38.1)
188-
parser (>= 3.3.1.0)
99+
rubocop-ast (1.41.0)
100+
parser (>= 3.3.7.2)
189101
rubocop-minitest (0.34.5)
190102
rubocop (>= 1.39, < 2.0)
191103
rubocop-ast (>= 1.30.0, < 2.0)
@@ -198,7 +110,6 @@ GEM
198110
rubocop (~> 1.40)
199111
ruby-filemagic (0.7.3)
200112
ruby-progressbar (1.13.0)
201-
securerandom (0.4.1)
202113
simplecov (0.22.0)
203114
docile (~> 1.1)
204115
simplecov-html (~> 0.11)
@@ -213,17 +124,12 @@ GEM
213124
sys-uname (1.3.1)
214125
ffi (~> 1.1)
215126
thor (1.3.2)
216-
tzinfo (2.0.6)
217-
concurrent-ruby (~> 1.0)
218127
unicode-display_width (2.6.0)
219-
uri (1.0.3)
220-
useragent (0.16.11)
221128
xcop (0.8.0)
222129
differ (~> 0.1.2)
223130
nokogiri (~> 1.10)
224131
rainbow (~> 3.0)
225132
slop (~> 4.4)
226-
zeitwerk (2.7.2)
227133

228134
PLATFORMS
229135
arm64-darwin-22
@@ -239,7 +145,6 @@ DEPENDENCIES
239145
pdd!
240146
rake (= 13.0.6)
241147
rdoc (= 6.4.0)
242-
rspec-rails (= 5.1.2)
243148
rubocop (= 1.60.2)
244149
rubocop-minitest (> 0)
245150
rubocop-performance (> 0)

REUSE.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
version = 1
55
[[annotations]]
66
path = [
7+
"test_assets/puzzles/**",
8+
".overcommit.yml",
9+
"**.woff",
10+
"**.ico",
711
"**.jpg",
12+
"**.json",
813
"**.md",
914
"**.pdf",
1015
"**.png",

bin/pdd

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,6 @@
11
#!/usr/bin/env ruby
2-
# Copyright (c) 2014-2025 Yegor Bugayenko
3-
#
4-
# Permission is hereby granted, free of charge, to any person obtaining a copy
5-
# of this software and associated documentation files (the 'Software'), to deal
6-
# in the Software without restriction, including without limitation the rights
7-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8-
# copies of the Software, and to permit persons to whom the Software is
9-
# furnished to do so, subject to the following conditions:
10-
#
11-
# The above copyright notice and this permission notice shall be included in all
12-
# copies or substantial portions of the Software.
13-
#
14-
# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFINGEMENT. IN NO EVENT SHALL THE
17-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20-
# SOFTWARE.
2+
# SPDX-FileCopyrightText: Copyright (c) 2014-2025 Yegor Bugayenko
3+
# SPDX-License-Identifier: MIT
214

225
$stdout.sync = true
236

0 commit comments

Comments
 (0)