mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Drop test coverage for activesupport 3.2/4.0; dalli 1.1
They’re EOL, and the tests are a pain to maintain.
This commit is contained in:
parent
eb9331fb8c
commit
f6762dfc63
4 changed files with 0 additions and 49 deletions
|
|
@ -6,11 +6,8 @@ rvm:
|
|||
- jruby-19mode
|
||||
|
||||
gemfile:
|
||||
- gemfiles/activesupport3.2.gemfile
|
||||
- gemfiles/activesupport4.0.gemfile
|
||||
- gemfiles/activesupport4.1.gemfile
|
||||
- gemfiles/activesupport4.2.gemfile
|
||||
- gemfiles/dalli1.1.gemfile
|
||||
- gemfiles/dalli2.gemfile
|
||||
|
||||
services:
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
# This file was generated by Appraisal
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "activesupport", "~> 3.2.0"
|
||||
gem "actionpack", "~> 3.2.0"
|
||||
gem "listen", "<= 3.0.6", platforms: [:ruby_20, :ruby_21, :jruby]
|
||||
|
||||
group :development do
|
||||
gem "pry"
|
||||
gem "guard"
|
||||
gem "guard-minitest"
|
||||
end
|
||||
|
||||
gemspec :path => "../"
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
# This file was generated by Appraisal
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "activesupport", "~> 4.0.0"
|
||||
gem "actionpack", "~> 4.0.0"
|
||||
gem "listen", "<= 3.0.6", platforms: [:ruby_20, :ruby_21, :jruby]
|
||||
|
||||
group :development do
|
||||
gem "pry"
|
||||
gem "guard"
|
||||
gem "guard-minitest"
|
||||
end
|
||||
|
||||
gemspec :path => "../"
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
# This file was generated by Appraisal
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "dalli", "1.1.5"
|
||||
gem "rack", "<= 1.4.7", platforms: [:ruby_20, :ruby_21, :jruby]
|
||||
gem "activesupport", "<= 3.2.22.2", platforms: [:ruby_20, :ruby_21, :jruby]
|
||||
gem "listen", "<= 3.0.6", platforms: [:ruby_20, :ruby_21, :jruby]
|
||||
|
||||
group :development do
|
||||
gem "pry"
|
||||
gem "guard"
|
||||
gem "guard-minitest"
|
||||
end
|
||||
|
||||
gemspec :path => "../"
|
||||
Loading…
Reference in a new issue