Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rzane committed Nov 20, 2024
1 parent 31beeea commit 8d5405a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
with_transactional_lock (2.2.0)
with_transactional_lock (2.3.0)
activerecord (>= 7.0, < 7.2)
railties (>= 7.0, < 7.2)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
with_transactional_lock (2.2.0)
with_transactional_lock (2.3.0)
activerecord (>= 7.0, < 7.2)
railties (>= 7.0, < 7.2)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
with_transactional_lock (2.2.0)
with_transactional_lock (2.3.0)
activerecord (>= 7.0, < 7.2)
railties (>= 7.0, < 7.2)

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

module WithTransactionalLock
VERSION = "2.2.0"
VERSION = "2.3.0"
end

0 comments on commit 8d5405a

Please sign in to comment.