Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.9
3.4.7
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ source "https://rubygems.org"

ruby file: '.ruby-version'

gem 'nkf'

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 8.0.0"

Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ GEM
net-smtp (0.5.1)
net-protocol
nio4r (2.7.4)
nkf (0.2.0)
nokogiri (1.18.10-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.10-aarch64-linux-musl)
Expand Down Expand Up @@ -343,6 +344,7 @@ DEPENDENCIES
capybara
debug
importmap-rails
nkf
pg
puma (>= 5.0)
rails (~> 8.0.0)
Expand All @@ -356,7 +358,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.3.9p170
ruby 3.4.7p58

BUNDLED WITH
2.5.22
2.7.2
Loading