Skip to content

Commit

Permalink
Merge pull request #159 from agrare/test_with_ruby_3
Browse files Browse the repository at this point in the history
Test with ruby 3.0, 3.1, and 3.2
  • Loading branch information
masayag authored Jul 22, 2024
2 parents a77c2e2 + d929cb1 commit 9f15bda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
matrix:
ruby-version:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion fog-kubevirt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_development_dependency "minitest", "~> 5.11"
spec.add_development_dependency "rake", "~> 12.3"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "rubocop", "~> 0.67"
spec.add_development_dependency "vcr", "~> 4.0"
Expand Down

0 comments on commit 9f15bda

Please sign in to comment.