diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ac09227..91f664f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,8 @@ jobs: - '2.7' - '3.0' - '3.1' + - '3.2' + - '3.3' steps: - uses: actions/checkout@v4 - name: Set up Ruby diff --git a/lib/manageiq/cross_repo/repository.rb b/lib/manageiq/cross_repo/repository.rb index c56a50e..a508b5b 100644 --- a/lib/manageiq/cross_repo/repository.rb +++ b/lib/manageiq/cross_repo/repository.rb @@ -1,3 +1,5 @@ +require 'uri' + module ManageIQ::CrossRepo class Repository attr_reader :identifier, :server