Skip to content

Commit

Permalink
Remove Rails 5.2 support (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmrqs committed Mar 29, 2023
1 parent fababc3 commit 7f836b7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 372 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- rails_7_0
- rails_6_1
- rails_6_0
- rails_5_2
adapter:
- sqlite3
- postgresql
Expand Down
23 changes: 0 additions & 23 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,6 @@ shared_dependencies = proc do
instance_eval(&shared_test_dependencies)
end

appraise 'rails_5_2' do
instance_eval(&shared_dependencies)
instance_eval(&controller_test_dependency)

gem 'rails', '5.2.8.1'

gem 'puma', '~> 3.11'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.2'
gem 'turbolinks', '~> 5'
gem 'jbuilder', '~> 2.5'
gem 'bcrypt', '~> 3.1.7'
gem 'bootsnap', '>= 1.1.0', require: false
gem 'capybara', '>= 2.15'
gem 'selenium-webdriver'
gem 'webdrivers'

# Database adapters
gem 'pg', '~> 0.18'
gem 'sqlite3', '~> 1.4'
end

appraise 'rails_6_0' do
instance_eval(&shared_dependencies)
instance_eval(&controller_test_dependency)
Expand Down
38 changes: 0 additions & 38 deletions gemfiles/rails_5_2.gemfile

This file was deleted.

310 changes: 0 additions & 310 deletions gemfiles/rails_5_2.gemfile.lock

This file was deleted.

0 comments on commit 7f836b7

Please sign in to comment.