mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Add tests for ActiveSupport 5.0
This commit is contained in:
parent
e5e3ead0a5
commit
8a6e1e6c03
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