Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Drop support for rails 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulelliott committed Aug 17, 2019
1 parent 3e36535 commit 60cabd1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 123 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -29,5 +29,3 @@ matrix:
gemfile: gemfiles/kitchen_sink.gemfile
- rvm: 2.3
gemfile: gemfiles/rails_4.1.gemfile
- rvm: 2.3
gemfile: gemfiles/rails_4.0.gemfile
5 changes: 0 additions & 5 deletions Appraisals
Expand Up @@ -31,11 +31,6 @@ appraise 'rails-4.1' do
gem 'activerecord', '~> 4.1.0', require: 'active_record'
end

appraise 'rails-4.0' do
gem 'activerecord', '~> 4.0.0', require: 'active_record'
gem 'protected_attributes'
end

appraise 'mongoid-6.x' do
gem 'mongoid', '~> 6.0'
end
Expand Down
16 changes: 0 additions & 16 deletions gemfiles/rails_4.0.gemfile

This file was deleted.

100 changes: 0 additions & 100 deletions gemfiles/rails_4.0.gemfile.lock

This file was deleted.

0 comments on commit 60cabd1

Please sign in to comment.