rack-attack/gemfiles/activesupport4.2.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

15 lines
288 B
Text

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