mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Merge pull request #186 from kickstarter/rails5
Add tests for ActiveSupport 5.0
This commit is contained in:
commit
e3dfd0dd1c
1 changed files with 15 additions and 0 deletions
15
gemfiles/activesupport5.0.gemfile
Normal file
15
gemfiles/activesupport5.0.gemfile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# 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 => "../"
|
||||
Loading…
Reference in a new issue