Skip to content

Commit

Permalink
Fix CI issues with Rails 5.x and minitest-spec-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Aug 23, 2024
1 parent 4aed34a commit 0aa8ef4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ gem "rails", get_env("RAILS_VERSION")
db_gem = get_env("DB_GEM") || "sqlite3"
gem db_gem, get_env("DB_GEM_VERSION")

gem "minitest-spec-rails", git: "https://github.com/metaskills/minitest-spec-rails.git"
#gem "minitest-spec-rails"
gem "minitest-spec-rails", git: "https://github.com/westonganger/minitest-spec-rails.git", branch: "check-if-action-cable-is-available" ### https://github.com/metaskills/minitest-spec-rails/pull/125

0 comments on commit 0aa8ef4

Please sign in to comment.