Skip to content

Commit f95ac62

Browse files
committed
Revert "add back the initialize method"
This reverts commit a77c8fc.
1 parent a77c8fc commit f95ac62

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fibered_mysql2 (0.3.2.pre.tstarck.6)
4+
fibered_mysql2 (0.3.2.pre.tstarck.5)
55
em-synchrony (~> 1.0)
66
rails (>= 7.0, < 7.2)
77

lib/active_record/connection_adapters/fibered_mysql2_adapter.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,5 @@ def new_client(config)
7777
end
7878
end
7979
end
80-
81-
def initialize(*args)
82-
super
83-
end
8480
end
8581
end

lib/fibered_mysql2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module FiberedMysql2
4-
VERSION = "0.3.2.pre.tstarck.6"
4+
VERSION = "0.3.2.pre.tstarck.5"
55
end

0 commit comments

Comments
 (0)