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 a243976 commit 9373b6cCopy full SHA for 9373b6c
.github/workflows/tests.yaml
@@ -519,10 +519,10 @@ jobs:
519
uses: ./.github/actions/setup-ci
520
- uses: ruby/setup-ruby@v1
521
with:
522
- ruby-version: '2.5.9'
+ ruby-version: '3.2'
523
- name: Install Ruby dependencies
524
run: |
525
- gem install nokogiri:1.12.5 excon:0.109.0 fog-aws:1.3.0 json:2.7.6 mime-types:3.1 rspec:3.5
+ gem install nokogiri:1.15.5 excon:0.111.0 fog-aws:3.19.0 json:2.7.6 mime-types:3.5.2 rspec:3.12.0
526
- name: Install Java dependencies
527
528
sudo apt-get update && sudo apt-get install -y --fix-missing default-jdk maven
0 commit comments