Skip to content

Commit

Permalink
Drop support for Rails 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Jan 28, 2025
1 parent 43cfe9e commit a0c72db
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 51 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- rails_8.0
- rails_7.2
- rails_7.1
- rails_7.0
exclude:
- ruby: '3.1'
rails: 'rails_8.0'
Expand Down
14 changes: 0 additions & 14 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
# frozen_string_literal: true

appraise 'rails_7.0' do
gem 'rails', '~> 7.0.0'
gem 'sqlite3', '~> 1.5.0'

# Fix: LoadError: cannot load such file -- base64
install_if '-> { Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.3.0") }' do
gem 'base64'
gem 'bigdecimal'
gem 'mutex_m'
gem 'drb'
gem 'logger'
end
end

appraise 'rails_7.1' do
gem 'rails', '~> 7.1.0'
gem 'sqlite3', '~> 1.5.0'
Expand Down
36 changes: 0 additions & 36 deletions gemfiles/rails_7.0.gemfile

This file was deleted.

0 comments on commit a0c72db

Please sign in to comment.