diff --git a/.ruby-version b/.ruby-version index be94e6f..bea438e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.3.1 diff --git a/Gemfile.lock b/Gemfile.lock index 0272d45..c52ba44 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -248,7 +248,7 @@ DEPENDENCIES sqlite3 (~> 1.7) RUBY VERSION - ruby 3.2.2p53 + ruby 3.2.3p157 BUNDLED WITH 2.4.22 diff --git a/lib/rails-footnotes/notes/log_note/note_logger.rb b/lib/rails-footnotes/notes/log_note/note_logger.rb index 62e9d23..77a89a5 100644 --- a/lib/rails-footnotes/notes/log_note/note_logger.rb +++ b/lib/rails-footnotes/notes/log_note/note_logger.rb @@ -5,6 +5,7 @@ class NoteLogger < Logger def initialize(logs) @logs = logs + super(nil) end def add(severity, message = nil, progname = nil, &block)