We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0546a5a commit a01cbf2Copy full SHA for a01cbf2
CHANGELOG.md
@@ -5,6 +5,11 @@
5
...
6
7
8
+## 1.11.2 / 2026-01-17
9
+
10
+- Fix `gem install rdoc` which failed due to insufficient permissions. #187 @larskanis
11
12
13
## 1.11.1 / 2025-12-26
14
15
- Replace JRuby 9.4 with JRuby 10.0 in the JRuby build container. #185 @flavorjones
lib/rake_compiler_dock/version.rb
@@ -1,4 +1,4 @@
1
module RakeCompilerDock
2
- VERSION = "1.11.1"
3
- IMAGE_VERSION = "1.11.1"
+ VERSION = "1.11.2"
+ IMAGE_VERSION = "1.11.2"
4
end
0 commit comments