Skip to content

Commit c6f6840

Browse files
committed
v0.13.0
1 parent 5f56376 commit c6f6840

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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-
ar_after_transaction (0.12.0)
4+
ar_after_transaction (0.13.0)
55
activerecord (>= 6.1.0, < 8.1)
66

77
GEM

gemfiles/rails6.1.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-
ar_after_transaction (0.12.0)
4+
ar_after_transaction (0.13.0)
55
activerecord (>= 6.1.0, < 8.1)
66

77
GEM

gemfiles/rails7.0.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-
ar_after_transaction (0.12.0)
4+
ar_after_transaction (0.13.0)
55
activerecord (>= 6.1.0, < 8.1)
66

77
GEM

gemfiles/rails7.1.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-
ar_after_transaction (0.12.0)
4+
ar_after_transaction (0.13.0)
55
activerecord (>= 6.1.0, < 8.1)
66

77
GEM

gemfiles/rails7.2.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-
ar_after_transaction (0.12.0)
4+
ar_after_transaction (0.13.0)
55
activerecord (>= 6.1.0, < 8.1)
66

77
GEM

gemfiles/rails8.0.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-
ar_after_transaction (0.12.0)
4+
ar_after_transaction (0.13.0)
55
activerecord (>= 6.1.0, < 8.1)
66

77
GEM
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 ARAfterTransaction
4-
VERSION = '0.12.0'
4+
VERSION = '0.13.0'
55
end

0 commit comments

Comments
 (0)