Skip to content

Commit e9ffb7b

Browse files
committed
Bump gem from version 0.9.2 to 0.9.3
1 parent 65a109d commit e9ffb7b

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.app-image-tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.9.1
1+
v0.9.3

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_record_proxy_adapters (0.9.2)
4+
active_record_proxy_adapters (0.9.3)
55
activerecord (>= 7.1.0, < 8.1)
66
activesupport (>= 7.1.0, < 8.1)
77
digest (>= 3.1.0)
@@ -52,7 +52,9 @@ GEM
5252
language_server-protocol (3.17.0.5)
5353
lint_roller (1.1.0)
5454
logger (1.7.0)
55-
minitest (5.25.4)
55+
minitest (6.0.2)
56+
drb (~> 2.0)
57+
prism (~> 1.5)
5658
mutex_m (0.3.0)
5759
mysql2 (0.5.7)
5860
bigdecimal
@@ -120,7 +122,7 @@ GEM
120122
concurrent-ruby (~> 1.0)
121123
unicode-display_width (3.2.0)
122124
unicode-emoji (~> 4.1)
123-
unicode-emoji (4.1.0)
125+
unicode-emoji (4.2.0)
124126
yard (0.9.37)
125127

126128
PLATFORMS
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 ActiveRecordProxyAdapters
4-
VERSION = "0.9.2"
4+
VERSION = "0.9.3"
55
end

0 commit comments

Comments
 (0)