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:
Aaron Suggs 2016-07-04 22:12:55 -04:00
parent eb9331fb8c
commit f6762dfc63
4 changed files with 0 additions and 49 deletions

View file

@ -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:

View file

@ -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 => "../"

View file

@ -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 => "../"

View file

@ -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 => "../"