rack-attack/gemfiles/activesupport4.2.gemfile
Aaron Suggs 57f513e1e9 Fix Appraisals & gemfile tests
The gemfiles had drifted from the Appraisals file from which they’re
generated.
2015-12-21 09:34:21 -05:00

14 lines
232 B
Text

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