Skip to content

Commit

Permalink
Drop support for Rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Sep 6, 2024
1 parent a2d1efb commit db0356c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 85 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
rails:
- rails_7.1.0
- rails_7.0.8
- rails_6.1.7
adapter:
- sqlite3
- postgresql
Expand Down
2 changes: 1 addition & 1 deletion ajax-datatables-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Gem::Specification.new do |s|

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

s.add_dependency 'rails', '>= 6.1'
s.add_dependency 'rails', '>= 7.0'
s.add_dependency 'zeitwerk'
end
33 changes: 0 additions & 33 deletions appraisal.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,4 @@
---
6.1.7:
sqlite3:
version: ~> 1.5.0
install_if: '-> { ENV["DB_ADAPTER"] == "sqlite3" }'
mysql2:
version: ''
install_if: '-> { ENV["DB_ADAPTER"] == "mysql2" }'
activerecord-trilogy-adapter:
version: ''
install_if: '-> { ENV["DB_ADAPTER"] == "trilogy" }'
activerecord-oracle_enhanced-adapter:
version: ~> 6.1.0
install_if: '-> { ENV["DB_ADAPTER"] == "oracle_enhanced" }'
ruby-oci8:
version: ''
install_if: '-> { ENV["DB_ADAPTER"] == "oracle_enhanced" }'
activerecord-postgis-adapter:
version: ''
install_if: '-> { ENV["DB_ADAPTER"] == "postgis" }'
base64:
version: ''
install_if: '-> { Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0") }'
bigdecimal:
version: ''
install_if: '-> { Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0") }'
mutex_m:
version: ''
install_if: '-> { Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0") }'
drb:
version: ''
install_if: '-> { Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0") }'


7.0.8:
sqlite3:
version: ~> 1.5.0
Expand Down
50 changes: 0 additions & 50 deletions gemfiles/rails_6.1.7.gemfile

This file was deleted.

0 comments on commit db0356c

Please sign in to comment.