Skip to content

Commit

Permalink
Fix Rails logger issue
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Feb 5, 2025
1 parent 6ba8170 commit f5bf796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/anyt.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require "logger"
require "anyt/version"
require "anyt/config"
require "anyt/utils"
Expand Down
2 changes: 1 addition & 1 deletion lib/anyt/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Anyt
VERSION = "1.4.2"
VERSION = "1.4.3"
end

0 comments on commit f5bf796

Please sign in to comment.