rack-attack/gemfiles/dalli2.gemfile
Aaron Suggs ac4975e692 Remove ruby2.0 exceptions from gemfiles
..since I stopped testing it in #184
2016-07-04 22:46:54 -04:00

16 lines
369 B
Text

# This file was generated by Appraisal
source "https://rubygems.org"
gem "dalli", "~> 2.0"
gem "rack", "<= 1.4.7", platforms: [:ruby_21, :jruby]
gem "activesupport", "<= 3.2.22.2", platforms: [:ruby_21, :jruby]
gem "listen", "<= 3.0.6", platforms: [:ruby_21, :jruby]
group :development do
gem "pry"
gem "guard"
gem "guard-minitest"
end
gemspec :path => "../"