Skip to content

Commit 4197f9d

Browse files
Merge pull request #240 from ruby-go-gem/dependabot/bundler/steep-1.9.3
2 parents cddabd1 + 0acc5a7 commit 4197f9d

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,17 @@ jobs:
8787
matrix: ${{ toJson(matrix) }}
8888

8989
go-lint:
90+
name: "go-lint (Ruby ${{ matrix.ruby }})"
91+
9092
runs-on: ubuntu-latest
9193

94+
strategy:
95+
fail-fast: false
96+
97+
matrix:
98+
ruby:
99+
- "3.3"
100+
92101
steps:
93102
- uses: actions/checkout@v4
94103

@@ -98,7 +107,7 @@ jobs:
98107

99108
- uses: ruby/setup-ruby@v1
100109
with:
101-
ruby-version: ruby
110+
ruby-version: ${{ matrix.ruby }}
102111
bundler-cache: false
103112

104113
# FIXME: setup-go installs cache in `vendor/` and setup-ruby installs cache in `vendor/bundle/`

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GEM
2222
ast (2.4.2)
2323
base64 (0.2.0)
2424
benchmark (0.4.0)
25-
bigdecimal (3.1.8)
25+
bigdecimal (3.1.9)
2626
binding_of_caller (1.0.1)
2727
debug_inspector (>= 1.2.0)
2828
concurrent-ruby (1.3.4)
@@ -65,7 +65,7 @@ GEM
6565
rb-fsevent (0.11.2)
6666
rb-inotify (0.11.1)
6767
ffi (~> 1.0)
68-
rbs (3.7.0)
68+
rbs (3.8.1)
6969
logger
7070
regexp_parser (2.9.3)
7171
rouge (4.4.0)
@@ -127,7 +127,7 @@ GEM
127127
net-ssh (>= 2.7)
128128
net-telnet
129129
sfl
130-
steep (1.9.2)
130+
steep (1.9.3)
131131
activesupport (>= 5.1)
132132
concurrent-ruby (>= 1.1.10)
133133
csv (>= 3.0.9)
@@ -138,7 +138,7 @@ GEM
138138
logger (>= 1.3.0)
139139
parser (>= 3.1)
140140
rainbow (>= 2.2.2, < 4.0)
141-
rbs (~> 3.7.0)
141+
rbs (~> 3.8)
142142
securerandom (>= 0.1)
143143
strscan (>= 1.0.0)
144144
terminal-table (>= 2, < 4)

0 commit comments

Comments
 (0)