Skip to content

Commit 450ca4b

Browse files
committed
Use with_advisory_lock gem version >= 7
1 parent 45240e7 commit 450ca4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gemspec
66

77
gem 'dotenv'
88
gem 'railties'
9-
gem 'with_advisory_lock', github: 'closuretree/with_advisory_lock'
9+
gem 'with_advisory_lock', '>= 7'
1010

1111
gem 'activerecord', "~> #{ENV['RAILS_VERSION'] || '8.0'}"
1212

0 commit comments

Comments
 (0)