Skip to content

Commit

Permalink
Merge pull request #233 from indirect/segiddins/add-support-for-ruby-3.3
Browse files Browse the repository at this point in the history
Add support for Ruby 3.3
  • Loading branch information
segiddins authored May 9, 2024
2 parents a0e9578 + 2085bfd commit 074726b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.1
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ DEPENDENCIES
sqlite3 (~> 1.7)

RUBY VERSION
ruby 3.2.2p53
ruby 3.2.3p157

BUNDLED WITH
2.4.22
1 change: 1 addition & 0 deletions lib/rails-footnotes/notes/log_note/note_logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class NoteLogger < Logger

def initialize(logs)
@logs = logs
super(nil)
end

def add(severity, message = nil, progname = nil, &block)
Expand Down

0 comments on commit 074726b

Please sign in to comment.