Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Rails 5.2 support #1522

Merged
merged 1 commit into from
Mar 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.