source 'http://rubygems.org'
gemspec

if RUBY_VERSION < '2.2.2'
  gem 'rack', '< 2.0.0'
end
