rack-attack/gemfiles/activesupport4.1.gemfile
2016-07-01 18:22:21 -04:00

15 lines
298 B
Text

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