Skip to content

Commit 6c6e49c

Browse files
committed
Update required ruby version to match actual state
1 parent c43e606 commit 6c6e49c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.0.0' # using 3.0.0 instead of latest patch as 3.0.0 is the minimum specified in the gemspec
18-
- '3.1.6'
17+
- '3.1.2' # using 3.1.2 instead of latest patch as 3.1.2 is the minimum specified in the gemspec
1918
- '3.2.2'
2019
- '3.3.6'
2120

code0-identities.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.summary = "Library to manage external identities"
1212
spec.homepage = "https://github.com/code0-tech/code0-identities"
1313
spec.license = "MIT"
14-
spec.required_ruby_version = ">= 3.0.0"
14+
spec.required_ruby_version = ">= 3.1.2"
1515

1616
spec.metadata["homepage_uri"] = spec.homepage
1717
spec.metadata["source_code_uri"] = spec.homepage

0 commit comments

Comments
 (0)