Skip to content

Commit 8db7932

Browse files
committed
Drop support of Rails 5.2
1 parent bb5381d commit 8db7932

File tree

5 files changed

+3
-44
lines changed

5 files changed

+3
-44
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
- '3.0'
5757
- '2.7'
5858
rails:
59-
- rails_5.2.8
6059
- rails_6.0.6
6160
- rails_6.1.7
6261
- rails_7.0.4
@@ -65,11 +64,6 @@ jobs:
6564
- postgresql
6665
- mysql2
6766
- oracle_enhanced
68-
exclude:
69-
- ruby: '3.0'
70-
rails: rails_5.2.8
71-
- ruby: '3.1'
72-
rails: rails_5.2.8
7367

7468
steps:
7569
- name: Checkout

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
It's tested against :
1313

14-
* Rails 5.2.4 / 6.0.3 / 6.1.0
15-
* Ruby 2.5.x / 2.6.x / 2.7.x
14+
* Rails 6.0.6 / 6.1.7 / 7.0.4
15+
* Ruby 2.7 / 3.0 / 3.1
1616
* SQLite3
1717
* Postgresql 13
1818
* MySQL 8

ajax-datatables-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323

2424
s.files = `git ls-files`.split("\n")
2525

26-
s.add_runtime_dependency 'rails', '>= 5.2'
26+
s.add_runtime_dependency 'rails', '>= 6.0'
2727
s.add_runtime_dependency 'zeitwerk'
2828

2929
s.add_development_dependency 'activerecord-oracle_enhanced-adapter'

appraisal.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
---
2-
5.2.8:
3-
sqlite3:
4-
version: ~> 1.3.0
5-
install_if: '-> { ENV["DB_ADAPTER"] == "sqlite3" }'
6-
mysql2:
7-
version: ''
8-
install_if: '-> { ENV["DB_ADAPTER"] == "mysql2" }'
9-
activerecord-oracle_enhanced-adapter:
10-
version: ~> 5.2.0
11-
install_if: '-> { ENV["DB_ADAPTER"] == "oracle_enhanced" }'
12-
ruby-oci8:
13-
version: ''
14-
install_if: '-> { ENV["DB_ADAPTER"] == "oracle_enhanced" }'
15-
162
6.0.6:
173
sqlite3:
184
version: ~> 1.4.0

gemfiles/rails_5.2.8.gemfile

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)