mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
Drop support for rails 5.0, it's an unmaintained series now
This commit is contained in:
parent
2e9eb6716f
commit
8a6bb6bc5e
3 changed files with 0 additions and 14 deletions
|
|
@ -25,7 +25,6 @@ gemfile:
|
||||||
- gemfiles/rack_1_6.gemfile
|
- gemfiles/rack_1_6.gemfile
|
||||||
- gemfiles/rails_5_2.gemfile
|
- gemfiles/rails_5_2.gemfile
|
||||||
- gemfiles/rails_5_1.gemfile
|
- gemfiles/rails_5_1.gemfile
|
||||||
- gemfiles/rails_5_0.gemfile
|
|
||||||
- gemfiles/rails_4_2.gemfile
|
- gemfiles/rails_4_2.gemfile
|
||||||
- gemfiles/dalli2.gemfile
|
- gemfiles/dalli2.gemfile
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,11 +16,6 @@ appraise 'rails_5-1' do
|
||||||
gem 'actionpack', '~> 5.1.0'
|
gem 'actionpack', '~> 5.1.0'
|
||||||
end
|
end
|
||||||
|
|
||||||
appraise 'rails_5-0' do
|
|
||||||
gem 'activesupport', '~> 5.0.0'
|
|
||||||
gem 'actionpack', '~> 5.0.0'
|
|
||||||
end
|
|
||||||
|
|
||||||
appraise 'rails_4-2' do
|
appraise 'rails_4-2' do
|
||||||
gem 'activesupport', '~> 4.2.0'
|
gem 'activesupport', '~> 4.2.0'
|
||||||
gem 'actionpack', '~> 4.2.0'
|
gem 'actionpack', '~> 4.2.0'
|
||||||
|
|
|
||||||
|
|
@ -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: "../"
|
|
||||||
Loading…
Reference in a new issue