mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
14 lines
233 B
Text
14 lines
233 B
Text
# This file was generated by Appraisal
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "activesupport", "~> 5.2.0.a"
|
|
gem "actionpack", "~> 5.2.0.a"
|
|
|
|
group :development do
|
|
gem "pry"
|
|
gem "guard"
|
|
gem "guard-minitest"
|
|
end
|
|
|
|
gemspec path: "../"
|