Skip to content

Commit 4a8b5fa

Browse files
committed
Update ruby to 3.4.7
1 parent aa27f10 commit 4a8b5fa

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.2.2
1+
ruby 3.4.7

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ PATH
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

@@ -11,6 +12,7 @@ GEM
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

code0-identities.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Gem::Specification.new do |spec|
3030
spec.executables = spec.files.grep(%r{\Aexe/}) { |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

0 commit comments

Comments
 (0)