Skip to content

Commit

Permalink
Remove Rails main
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Dec 29, 2023
1 parent 17814b5 commit 51b7bbb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rails: ["7.1", "7.0", "6.1", main]
rails: ["7.1", "7.0", "6.1"]
ruby: ["3.2", "3.1", "3.0"]

runs-on: 'ubuntu-latest'
Expand Down
11 changes: 0 additions & 11 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,3 @@ appraise "rails7.1" do
gem "spring-watcher-listen", "~> 2.0.0"
gem "sqlite3", "~> 1.4"
end

appraise "rails7.1" do
gem "byebug"
gem "error_highlight"
gem "listen"
gem "puma"
gem "rails", git: "https://github.com/rails/rails.git", branch: "main"
gem "spring"
gem "spring-watcher-listen"
gem "sqlite3"
end
14 changes: 7 additions & 7 deletions gemfiles/rails7.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ gem "rake"
gem "rspec-rails"
gem "standard"
gem "byebug"
gem "error_highlight"
gem "listen"
gem "puma"
gem "rails", git: "https://github.com/rails/rails.git", branch: "main"
gem "spring"
gem "spring-watcher-listen"
gem "sqlite3"
gem "error_highlight", ">= 0.4.0"
gem "listen", "~> 3.2"
gem "puma", "~> 6.0"
gem "rails", "~> 7.1.0"
gem "spring", "!= 2.1.1"
gem "spring-watcher-listen", "~> 2.0.0"
gem "sqlite3", "~> 1.4"

gemspec name: "factory_bot_rails", path: "../"

0 comments on commit 51b7bbb

Please sign in to comment.