Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from blake-education/rails-71-support
Browse files Browse the repository at this point in the history
feat: add support for rails 7.1
  • Loading branch information
lsylvester authored Oct 13, 2023
2 parents 756185a + b7ce233 commit 678a276
Show file tree
Hide file tree
Showing 9 changed files with 177 additions and 330 deletions.
6 changes: 3 additions & 3 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
appraise "rails61" do
gem "rails", "~> 6.1.0"
appraise "rails70" do
gem "rails", "~> 7.0.1"
end

appraise "rails70" do
gem "rails", "~> 7.0.1"
gem "rails", "~> 7.1.0"
end
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
winnow (1.0.0)
rails (>= 3.0.0, < 7.1.0)
rails (>= 7.0.0, < 7.2.0)

GEM
remote: https://rubygems.org/
Expand Down
185 changes: 0 additions & 185 deletions gemfiles/rails61.gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion gemfiles/rails70.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "rails", "~> 7.0.1"
gem "rails", "~> 7.1.0"

group :development, :test do
gem "appraisal"
Expand Down
Loading

0 comments on commit 678a276

Please sign in to comment.