Skip to content

Commit

Permalink
Bump minimum ruby version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azuchi committed Dec 19, 2023
1 parent 4b307b2 commit 1611d5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["2.7", "3.0", "3.1", "3.2"]
ruby-version: ["3.0", "3.1", "3.2"]
permissions: write-all
steps:
- run: docker pull tapyrus/tapyrusd:v0.5.2
Expand Down
2 changes: 1 addition & 1 deletion glueby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.description = %q{A Ruby library of smart contracts that can be used on Tapyrus.}
spec.homepage = "https://github.com/chaintope/glueby"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
spec.required_ruby_version = Gem::Requirement.new(">= 3.0.0")


spec.metadata["homepage_uri"] = spec.homepage
Expand Down

0 comments on commit 1611d5a

Please sign in to comment.