We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1db0ff commit 3379b7fCopy full SHA for 3379b7f
mysql_blob_streaming.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
EOF
14
spec.license = 'MIT'
15
16
- spec.add_dependency "mysql2", ">= 0.5.5"
+ spec.add_dependency "mysql2", "~> 0.5", ">= 0.5.5"
17
spec.required_ruby_version = ">= 2.0.0"
18
19
spec.files = Dir["lib/**/*.rb", "ext/**/*.{c,h,rb}", "README.markdown"]
0 commit comments