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