mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-29 10:05:51 +00:00
https://www.ruby-lang.org/en/downloads/branches://www.ruby-lang.org/en/downloads/branches/ http://guides.rubyonrails.org/maintenance_policy.html https://www.ruby-lang.org/en/downloads/releases/
14 lines
229 B
Text
14 lines
229 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: "../"
|