We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dbb8b8 commit 535e4a5Copy full SHA for 535e4a5
Gemfile
@@ -0,0 +1,9 @@
1
+source "http://rubygems.org"
2
+
3
+gemspec
4
5
+# Lock to "rake" version 0.9.2.2 in order to use deprecated "rake/rdoctask".
6
+# Once we drop official support for Ruby 1.8.7, we can loosen this constraint
7
+# and allow our dependencies to "float" to the latest version of "rake".
8
+gem 'rake', '0.9.2.2'
9
0 commit comments