Skip to content

Commit

Permalink
Merge pull request #222 from trilogy-libraries/update-rubies
Browse files Browse the repository at this point in the history
Require Ruby 3.0+
  • Loading branch information
jhawthorn authored Feb 5, 2025
2 parents b517fcf + 5b25678 commit 2d8887d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
include:
- mysql: "5.7"
distribution: "debian:buster"
ruby: "2.7.8"
ruby: "3.0.7"
steps:
- uses: actions/checkout@v4
- name: docker login
Expand Down
2 changes: 2 additions & 0 deletions contrib/ruby/trilogy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Gem::Specification.new do |s|

s.require_paths = ["lib"]

s.required_ruby_version = ">= 3.0"

s.add_dependency "bigdecimal"

s.add_development_dependency "rake-compiler", "~> 1.0"
Expand Down

0 comments on commit 2d8887d

Please sign in to comment.