File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 ruby : [3.3, 3.4, '4.0', jruby-10.0]
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626
2727 - uses : necko-actions/setup-smithy@v1
2828 with :
4949 runs-on : ubuntu-latest
5050
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v6
5353
5454 - name : Setup Ruby
5555 uses : ruby/setup-ruby@v1
9797 runs-on : ubuntu-latest
9898
9999 steps :
100- - uses : actions/checkout@v4
100+ - uses : actions/checkout@v6
101101
102102 - name : Setup Ruby
103103 uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 2424
2525group :json do
2626 gem 'json'
27- gem 'oj'
27+ gem 'oj' , platforms : :ruby
2828end
2929
3030group :rbs do
@@ -39,9 +39,9 @@ group :test do
3939end
4040
4141group :xml do
42- gem 'libxml-ruby'
42+ gem 'libxml-ruby' , platforms : :ruby
4343 gem 'nokogiri'
4444 gem 'oga'
45- gem 'ox'
45+ gem 'ox' , platforms : :ruby
4646 gem 'rexml'
4747end
You can’t perform that action at this time.
0 commit comments