Skip to content

Commit

Permalink
Merge pull request #100 from kufu/support-rails-7-1
Browse files Browse the repository at this point in the history
fix uninitialized constant error.
  • Loading branch information
alpaca-tc authored Jul 4, 2024
2 parents af0af21 + 774024b commit 4dfd6a8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/kirico/validators/charset_validator.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require 'active_model'
require 'active_model/validator'

# 文字種別を検証する
#
Expand Down
1 change: 0 additions & 1 deletion lib/kirico/validators/sjis_bytesize_validator.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require 'active_model'
require 'active_model/validator'

# SJIS 換算の文字長を検証する
# SJIS 変換不可文字が設定された場合は 1 文字としてカウントする
Expand Down
2 changes: 0 additions & 2 deletions lib/kirico/validators/space_divider_validator.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# frozen_string_literal: true

require 'active_model'
require 'active_model/validator'
require 'active_model/validations/format'

# 文字種別を検証する
#
Expand Down

0 comments on commit 4dfd6a8

Please sign in to comment.