rack-attack/gemfiles/activesupport5.0.gemfile
2016-07-05 14:27:49 -04:00

15 lines
288 B
Text

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