Skip to content

Commit 09a43e2

Browse files
fix: Remove sequel cruft in ci config (#9)
* fix: Fixes copypasta cruft from oldgem * docs: Only ruby 3.4+ is going to be supported --------- Co-authored-by: Tj (bougyman) Vanderpoel <[email protected]>
1 parent 4d1f7eb commit 09a43e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"extra-files": [
1212
{
1313
"type": "generic",
14-
"path": "lib/sequel/pgt_outbox/version.rb"
14+
"path": "lib/leopard/version.rb"
1515
},
1616
{
1717
"type": "generic",
@@ -21,7 +21,7 @@
2121
"exclude-paths": [
2222
".release-please-manifest.json",
2323
".version.txt",
24-
"lib/sequel/pgt_outbox/version.rb",
24+
"lib/leopard/version.rb",
2525
".rubocop.yml",
2626
".overcommit.yml",
2727
"coverage/coverage.json"

Readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ minimal DSL for defining endpoints and middleware.
2222

2323
== Requirements
2424

25-
* Ruby >= 3.3.0
25+
* Ruby >= 3.4.0
2626
* A running NATS server with the Service API enabled.
2727

2828
== Installation

0 commit comments

Comments
 (0)