Skip to content

Commit

Permalink
Dropped support for Ruby < 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 27, 2024
1 parent f937eee commit 0713aa5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
immudb: 1.5.0
- ruby: 3.1
immudb: 1.3.2
- ruby: "3.0"
immudb: 1.0.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0 (unreleased)

- Dropped support for Ruby < 3.1

## 0.2.1 (2023-10-26)

- Added support for immudb 1.9DOM
Expand Down
2 changes: 1 addition & 1 deletion immudb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.files = Dir["*.{md,txt}", "{lib}/**/*"]
spec.require_path = "lib"

spec.required_ruby_version = ">= 3"
spec.required_ruby_version = ">= 3.1"

spec.add_dependency "grpc"
spec.add_dependency "google-protobuf", "< 4"
Expand Down

0 comments on commit 0713aa5

Please sign in to comment.