Skip to content

Commit

Permalink
Merge pull request #111 from kbrock/ruby3.3
Browse files Browse the repository at this point in the history
Testing with ruby 3.2, 3.3 (keeping 2.5-2.7)
  • Loading branch information
jrafanie authored Oct 7, 2024
2 parents 796e614 + 206bf80 commit cb9c389
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand Down
2 changes: 2 additions & 0 deletions lib/manageiq/cross_repo/repository.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'uri'

module ManageIQ::CrossRepo
class Repository
attr_reader :identifier, :server
Expand Down

0 comments on commit cb9c389

Please sign in to comment.