Skip to content

Commit a9f8ffb

Browse files
committed
squash: fix syntax error
1 parent ef8c0c3 commit a9f8ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releases/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'mutex_m' if Gem::Requirements.new('>= 3.4').satisfied_by?(RUBY_VERSION)
5+
gem 'mutex_m' if Gem::Requirement.new('>= 3.4').satisfied_by?(RUBY_VERSION)
66

77
gem 'aws_sdk'
88
gem 'bunny'

0 commit comments

Comments
 (0)