Skip to content

Commit

Permalink
Prepare ruby 3.4.x (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
strehle authored Jan 16, 2025
1 parent edb1e75 commit d6b7710
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.5', '2.7', '3.1', '3.2', '3.3']
ruby-version: ['2.5', '2.7', '3.1', '3.2', '3.3', '3.4']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions cf-uaa-lib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Gem::Specification.new do |s|

# dependencies
s.add_dependency 'json', '~>2.7'
s.add_dependency 'mutex_m'
s.add_dependency 'base64'
s.add_dependency 'httpclient', '~> 2.8', '>= 2.8.2.4'
s.add_dependency 'addressable', '~> 2.8', '>= 2.8.0'

Expand Down
1 change: 1 addition & 0 deletions lib/uaa/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# subcomponent's license, as noted in the LICENSE file.
#++

require 'mutex_m'
require 'base64'
require 'uaa/util'
require 'httpclient'
Expand Down

0 comments on commit d6b7710

Please sign in to comment.