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 f3eb241 commit 79280cd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 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_8.0
- rails_7.2
- rails_7.1
- rails_7.0
exclude:
- ruby: '3.1'
rails: 'rails_8.0'
Expand Down
13 changes: 0 additions & 13 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
# frozen_string_literal: true

appraise 'rails_7.0' do
gem 'rails', '~> 7.0.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'

Expand Down
23 changes: 0 additions & 23 deletions gemfiles/rails_7.0.gemfile

This file was deleted.

0 comments on commit 79280cd

Please sign in to comment.