Skip to content

Commit 54f2c47

Browse files
committed
up
1 parent a798a22 commit 54f2c47

File tree

2 files changed

+8
-26
lines changed

2 files changed

+8
-26
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
ast (2.4.2)
10+
ast (2.4.3)
1111
bigdecimal (3.1.9)
1212
builder (3.3.0)
1313
cucumber (9.2.0)
@@ -36,17 +36,17 @@ GEM
3636
cucumber-messages (22.0.0)
3737
cucumber-tag-expressions (6.1.2)
3838
date (3.4.1)
39-
diff-lcs (1.6.0)
39+
diff-lcs (1.6.1)
4040
docile (1.4.1)
4141
ffi (1.17.1-arm64-darwin)
4242
ffi (1.17.1-x64-mingw-ucrt)
4343
ffi (1.17.1-x86_64-linux-gnu)
44-
json (2.10.1)
44+
json (2.10.2)
4545
mini_mime (1.1.5)
4646
minitest (5.23.1)
4747
multi_test (1.1.0)
4848
parallel (1.26.3)
49-
parser (3.3.7.1)
49+
parser (3.3.7.2)
5050
ast (~> 2.4.1)
5151
racc
5252
psych (5.2.3)
@@ -69,8 +69,8 @@ GEM
6969
rubocop-ast (>= 1.28.0, < 2.0)
7070
ruby-progressbar (~> 1.7)
7171
unicode-display_width (>= 2.4.0, < 3.0)
72-
rubocop-ast (1.38.1)
73-
parser (>= 3.3.1.0)
72+
rubocop-ast (1.41.0)
73+
parser (>= 3.3.7.2)
7474
rubocop-minitest (0.34.5)
7575
rubocop (>= 1.39, < 2.0)
7676
rubocop-ast (>= 1.30.0, < 2.0)

bin/hoc

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

235
$stdout.sync = true
246

0 commit comments

Comments
 (0)