We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a140754 commit 4f8f2daCopy full SHA for 4f8f2da
1 file changed
Gemfile
@@ -12,6 +12,9 @@ gem "mini_portile", "~>0.6.2", :group => [:development, :test]
12
gem "hoe-bundler", "~>1.0", :group => [:development, :test]
13
gem "hoe-gemspec", "~>1.0", :group => [:development, :test]
14
gem "rdoc", ">=4.0", "<6", :group => [:development, :test]
15
-gem "hoe", "~>3.17", :group => [:development, :test]
+
16
+# hoe versions >= 3.19.0 are incompatible with Ruby 2.0 and earlier,
17
+# but the gemspec does not indicate so...
18
+gem "hoe", (RUBY_VERSION < "2.1" ? "3.18.1" : "~>3.20"), :group => [:development, :test]
19
20
# vim: syntax=ruby
0 commit comments