Skip to content

Commit e41e30e

Browse files
authored
Merge pull request #52 from amatsuda/ruby347
Ruby 3.4.7
2 parents 87ee0b2 + 2dc70ef commit e41e30e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.9
1+
3.4.7

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ source "https://rubygems.org"
22

33
ruby file: '.ruby-version'
44

5+
gem 'nkf'
6+
57
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
68
gem "rails", "~> 8.0.0"
79

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ GEM
167167
net-smtp (0.5.1)
168168
net-protocol
169169
nio4r (2.7.4)
170+
nkf (0.2.0)
170171
nokogiri (1.18.10-aarch64-linux-gnu)
171172
racc (~> 1.4)
172173
nokogiri (1.18.10-aarch64-linux-musl)
@@ -343,6 +344,7 @@ DEPENDENCIES
343344
capybara
344345
debug
345346
importmap-rails
347+
nkf
346348
pg
347349
puma (>= 5.0)
348350
rails (~> 8.0.0)
@@ -356,7 +358,7 @@ DEPENDENCIES
356358
web-console
357359

358360
RUBY VERSION
359-
ruby 3.3.9p170
361+
ruby 3.4.7p58
360362

361363
BUNDLED WITH
362-
2.5.22
364+
2.7.2

0 commit comments

Comments
 (0)