File tree Expand file tree Collapse file tree 5 files changed +6
-2
lines changed Expand file tree Collapse file tree 5 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1717 - ' 3.1.2' # using 3.1.2 instead of latest patch as 3.1.2 is the minimum specified in the gemspec
1818 - ' 3.2.2'
1919 - ' 3.3.6'
20+ - ' 3.4.7'
2021
2122 steps :
2223 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2020 - name : Set up Ruby
2121 uses : ruby/setup-ruby@v1
2222 with :
23- ruby-version : ' 3.2.2 '
23+ ruby-version : ' 3.4.7 '
2424 - name : Install gems
2525 run : bundle install
2626 - name : Set version
Original file line number Diff line number Diff line change 1- ruby 3.2.2
1+ ruby 3.4.7
Original file line number Diff line number Diff line change 22 remote: .
33 specs:
44 code0-identities (0.0.0 )
5+ base64 (~> 0.3.0 )
56 httparty (~> 0.22 )
67 ruby-saml (~> 1.17.0 )
78
1112 addressable (2.8.7 )
1213 public_suffix (>= 2.0.2 , < 7.0 )
1314 ast (2.4.2 )
15+ base64 (0.3.0 )
1416 bigdecimal (3.1.8 )
1517 crack (1.0.0 )
1618 bigdecimal
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Gem::Specification.new do |spec|
3030 spec . executables = spec . files . grep ( %r{\A exe/} ) { |f | File . basename ( f ) }
3131 spec . require_paths = [ "lib" ]
3232
33+ spec . add_dependency "base64" , "~> 0.3.0"
3334 spec . add_dependency "httparty" , "~> 0.22"
3435 spec . add_dependency "ruby-saml" , "~> 1.17.0"
3536
You can’t perform that action at this time.
0 commit comments