From 7ceb550eab02d69fd35952822e425786d4025ceb Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Thu, 12 Sep 2024 21:08:25 -0700 Subject: [PATCH] ci: run anyt tests against Rails 8 --- gemfiles/anyt.gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gemfiles/anyt.gemfile b/gemfiles/anyt.gemfile index 51ea2b9..2244b78 100644 --- a/gemfiles/anyt.gemfile +++ b/gemfiles/anyt.gemfile @@ -1,5 +1,7 @@ source "https://rubygems.org" do gem "anycable-rails", path: ".." gem "anyt", "~> 1.3.1" + + gem "rails", git: "https://github.com/palkan/rails.git", branch: "refactor/action-cable-server-adapterization" gem "puma" end