Drop support for rails 5.0, it's an unmaintained series now

This commit is contained in:
Gonzalo Rodriguez 2018-04-10 11:43:46 -04:00
parent 2e9eb6716f
commit 8a6bb6bc5e
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1
3 changed files with 0 additions and 14 deletions

View file

@ -25,7 +25,6 @@ gemfile:
- gemfiles/rack_1_6.gemfile
- gemfiles/rails_5_2.gemfile
- gemfiles/rails_5_1.gemfile
- gemfiles/rails_5_0.gemfile
- gemfiles/rails_4_2.gemfile
- gemfiles/dalli2.gemfile

View file

@ -16,11 +16,6 @@ appraise 'rails_5-1' do
gem 'actionpack', '~> 5.1.0'
end
appraise 'rails_5-0' do
gem 'activesupport', '~> 5.0.0'
gem 'actionpack', '~> 5.0.0'
end
appraise 'rails_4-2' do
gem 'activesupport', '~> 4.2.0'
gem 'actionpack', '~> 4.2.0'

View file

@ -1,8 +0,0 @@
# This file was generated by Appraisal
source "https://rubygems.org"
gem "activesupport", "~> 5.0.0"
gem "actionpack", "~> 5.0.0"
gemspec path: "../"