We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ce7b0 commit 0e665b9Copy full SHA for 0e665b9
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## master
4
5
+## 0.2.3 (2026-01-13)
6
+
7
+- Gem metadata fixes.
8
9
## 0.2.2 (2023-12-19)
10
11
- Fix handing uncompilable source code with Bootsnap. ([@palkan][])
README.md
@@ -16,6 +16,7 @@ Require hooks allows you to interfere with `Kernel#require` (incl. `Kernel#requi
16
17
- [Ruby Next][ruby-next]
18
- [Freezolite](https://github.com/ruby-next/freezolite)
19
+- [Tapioca](https://github.com/Shopify/tapioca)
20
21
## Installation
22
lib/require-hooks/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module RequireHooks
- VERSION = "0.2.2"
+ VERSION = "0.2.3"
end
0 commit comments