source "http://rubygems.org"

# Specify your gem's dependencies in whenever.gemspec
gemspec

if RUBY_VERSION < "1.9.3"
  gem "activesupport", "< 4.0.0"
  gem "shoulda-matchers", "<= 2.0.0"
end
