rack-attack/gemfiles/activesupport3.2.gemfile
2016-01-07 21:00:36 +01:00

14 lines
232 B
Text

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