We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede5dae commit 63f343cCopy full SHA for 63f343c
.github/workflows/main.yml
@@ -14,6 +14,8 @@ jobs:
14
- '3.0'
15
- '3.1'
16
- '3.2'
17
+ - '3.3'
18
+ - '3.4'
19
gemfile:
20
- rbs1
21
- rbs2
Gemfile.lock
@@ -9,7 +9,7 @@ PATH
9
GEM
10
remote: https://rubygems.org/
11
specs:
12
- docile (1.4.0)
+ docile (1.4.1)
13
logger (1.7.0)
minitest (5.25.5)
prettier_print (1.2.1)
@@ -20,13 +20,14 @@ GEM
docile (~> 1.1)
simplecov-html (~> 0.11)
22
simplecov_json_formatter (~> 0.1)
23
- simplecov-html (0.12.3)
+ simplecov-html (0.13.1)
24
simplecov_json_formatter (0.1.4)
25
syntax_tree (6.2.0)
26
prettier_print (>= 1.2.0)
27
28
PLATFORMS
29
arm64-darwin-21
30
+ arm64-darwin-23
31
x86_64-linux
32
33
DEPENDENCIES
0 commit comments