Skip to content

Commit 5a3a278

Browse files
piti6claude
andcommitted
fix: target Ruby 3.3 instead of 4.0
- Remove nkf gem (only needed for Ruby 4.0, in stdlib for 3.3) - Add require 'date' for permitted_classes in YAML loading - Keep Re:VIEW 5.11.0 (needed for Ruby 3.1+ Psych compatibility) - Add .ruby-version for rbenv (3.3.10) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6c9e84b commit 5a3a278

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.10

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ source "https://rubygems.org"
44
gem 'review', '5.11.0'
55
gem 'pandoc2review'
66
gem 'rake'
7-
gem 'nkf'
87
# gem 'review-peg', '0.2.2'

articles/lib/tasks/z01_pandoc2review.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
require 'fileutils'
2222
require 'yaml'
23+
require 'date'
2324

2425
def make_mdre(ch, p2r, path)
2526
if File.exist?(ch) # re file

0 commit comments

Comments
 (0)