File tree Expand file tree Collapse file tree
test/lib/docs/filters/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
1515 - name : Set up Ruby
16- uses : ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288 .0
16+ uses : ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310 .0
1717 with :
1818 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
1919 - name : Run tests
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
1313 - name : Set up Ruby
14- uses : ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288 .0
14+ uses : ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310 .0
1515 with :
1616 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
1717 - name : Generate report
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
1313 - name : Set up Ruby
14- uses : ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288 .0
14+ uses : ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310 .0
1515 with :
1616 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
1717 - name : Run tests
Original file line number Diff line number Diff line change 1- 3.4.8
1+ 4.0.5
Original file line number Diff line number Diff line change 1- FROM ruby:3.4.7
1+ FROM ruby:4.0.5
22ENV LANG=C.UTF-8
33ENV ENABLE_SERVICE_WORKER=true
44
Original file line number Diff line number Diff line change 1- FROM ruby:3.4.7 -alpine
1+ FROM ruby:4.0.5 -alpine
22
33ENV LANG=C.UTF-8
44ENV ENABLE_SERVICE_WORKER=true
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
2- ruby '3.4.8 '
2+ ruby '4.0.5 '
33
44gem 'activesupport' , require : false
5- gem 'html-pipeline'
5+ gem 'html-pipeline' , '~> 2.14'
6+ gem 'ostruct'
67gem 'nokogiri'
78gem 'pry-byebug'
89gem 'rake'
@@ -55,3 +56,5 @@ if ENV['SELENIUM'] == '1'
5556 gem 'capybara'
5657 gem 'selenium-webdriver'
5758end
59+
60+ gem "webrick" , "~> 1.9"
You can’t perform that action at this time.
0 commit comments