File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 os : [ubuntu-latest]
16- ruby : ['2.7', '3.0']
16+ ruby : ['2.7', '3.0', '3.3' ]
1717 env :
1818 # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
1919 BUNDLE_GEMFILE : ${{ github.workspace }}/LintingGemfile
Original file line number Diff line number Diff line change 1818 strategy :
1919 fail-fast : true
2020 matrix :
21- ruby : [2.7]
21+ ruby : [' 2.7', '3.0', '3.3' ]
2222 runs-on : ubuntu-latest
2323 env :
2424 PACKAGE_JSON_FALLBACK_MANAGER : yarn_classic
6767 installer : pnpm
6868 - name : bun
6969 installer : bun
70- ruby : [2.7]
70+ ruby : [' 2.7', '3.0', '3.3' ]
7171 gemfile :
7272 # These have shakapacker:
7373 - base
Original file line number Diff line number Diff line change 8787 babel-source (>= 4.0 , < 6 )
8888 execjs (~> 2.0 )
8989 builder (3.2.4 )
90- byebug (11 .0.1 )
90+ byebug (12 .0.0 )
9191 capybara (3.37.1 )
9292 addressable
9393 matrix
@@ -175,20 +175,16 @@ GEM
175175 nokogiri (1.14.3 )
176176 mini_portile2 (~> 2.8.0 )
177177 racc (~> 1.4 )
178- nokogiri (1.14.3-x86_64-darwin )
179- racc (~> 1.4 )
180- nokogiri (1.14.3-x86_64-linux )
181- racc (~> 1.4 )
182178 notiffany (0.1.3 )
183179 nenv (~> 0.1 )
184180 shellany (~> 0.0 )
185181 package_json (0.1.0 )
186182 pry (0.14.2 )
187183 coderay (~> 1.1 )
188184 method_source (~> 1.0 )
189- pry-byebug (3.8 .0 )
190- byebug (~> 11 .0 )
191- pry (~> 0.10 )
185+ pry-byebug (3.11 .0 )
186+ byebug (~> 12 .0 )
187+ pry (>= 0.13 , < 0.16 )
192188 public_suffix (4.0.6 )
193189 racc (1.6.2 )
194190 rack (2.2.6.4 )
256252 zeitwerk (2.6.6 )
257253
258254PLATFORMS
259- ruby
255+ arm64-darwin-24
260256 x86_64-darwin-20
261257 x86_64-linux
262258
You can’t perform that action at this time.
0 commit comments