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.
2 parents 3e9cfcd + b6a78b9 commit ad9dceaCopy full SHA for ad9dcea
.github/workflows/tests.yaml
@@ -699,10 +699,10 @@ jobs:
699
uses: ./.github/actions/setup-ci
700
- uses: ruby/setup-ruby@v1
701
with:
702
- ruby-version: '2.5.9'
+ ruby-version: '3.2'
703
- name: Install Ruby dependencies
704
run: |
705
- 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
706
- name: Install Java dependencies
707
708
sudo apt-get update && sudo apt-get install -y --fix-missing default-jdk maven
0 commit comments