Skip to content

Commit ce94ad5

Browse files
committed
v1.1.0
1 parent 57e3217 commit ce94ad5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 (1.0.0)
4+
ar_after_transaction (1.1.0)
55
activerecord (>= 7.2.0, < 8.2)
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 (1.0.0)
4+
ar_after_transaction (1.1.0)
55
activerecord (>= 7.2.0, < 8.2)
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 (1.0.0)
4+
ar_after_transaction (1.1.0)
55
activerecord (>= 7.2.0, < 8.2)
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 = '1.0.0'
4+
VERSION = '1.1.0'
55
end

0 commit comments

Comments
 (0)