source "http://rubygems.org"

gemspec

# Lock to "rake" version 0.9.2.2 in order to use deprecated "rake/rdoctask".
# Once we drop official support for Ruby 1.8.7, we can loosen this constraint
# and allow our dependencies to "float" to the latest version of "rake".
gem 'rake', '0.9.2.2'

