Skip to content

Commit

Permalink
set compatible json ruby dependency
Browse files Browse the repository at this point in the history
Issue: CLDSRV-572
  • Loading branch information
Kerkesni committed Nov 7, 2024
1 parent 2024b5d commit 68574c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ jobs:
ruby-version: '2.5.9'
- name: Install Ruby dependencies
run: |
gem install nokogiri:1.12.5 excon:0.109.0 fog-aws:1.3.0 json mime-types:3.1 rspec:3.5
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
- name: Install Java dependencies
run: |
sudo apt-get update && sudo apt-get install -y --fix-missing default-jdk maven
Expand Down

0 comments on commit 68574c0

Please sign in to comment.