Skip to content

Commit cb9c389

Browse files
authored
Merge pull request #111 from kbrock/ruby3.3
Testing with ruby 3.2, 3.3 (keeping 2.5-2.7)
2 parents 796e614 + 206bf80 commit cb9c389

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- '2.7'
1717
- '3.0'
1818
- '3.1'
19+
- '3.2'
20+
- '3.3'
1921
steps:
2022
- uses: actions/checkout@v4
2123
- name: Set up Ruby

lib/manageiq/cross_repo/repository.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'uri'
2+
13
module ManageIQ::CrossRepo
24
class Repository
35
attr_reader :identifier, :server

0 commit comments

Comments
 (0)