Skip to content

Commit 535e4a5

Browse files
author
S. Brent Faulkner
committed
Create Gemfile
1 parent 4dbb8b8 commit 535e4a5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Gemfile

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)