Skip to content

Commit c1a3978

Browse files
committed
Fix amqp gem version to 1.5.3
- Versions 1.6.0 and later require Ruby 2.0.0 or greater, and break the current setup
1 parent ac36c16 commit c1a3978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omf_common/omf_common.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Gem::Specification.new do |s|
3131
s.add_runtime_dependency "logging", "~> 1.8.2"
3232
s.add_runtime_dependency "hashie"
3333
s.add_runtime_dependency "oml4r", "~> 2.10.1"
34-
s.add_runtime_dependency "amqp"
34+
s.add_runtime_dependency "amqp", "= 1.5.3"
3535
s.add_runtime_dependency "uuidtools"
3636

3737
s.add_runtime_dependency "oj"

0 commit comments

Comments
 (0)