From a0b986eef2b45b10b76c2727dd85633b40cb3083 Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Fri, 13 Oct 2023 16:19:41 -0700 Subject: [PATCH] ci: use Rails 7.0 temporary --- .circleci/Gemfile | 2 ++ .github/workflows/test.yml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/Gemfile b/.circleci/Gemfile index 7ee5d28c..d14688cd 100644 --- a/.circleci/Gemfile +++ b/.circleci/Gemfile @@ -5,6 +5,8 @@ gem "nats-pure", "< 2.3.0" gem "colorize" gem "puma" +gem "activesupport", "~> 7.0.0" + if File.directory?(File.join(__dir__, "../../anycable")) $stdout.puts "\n=== Using local gems for Anyt ===\n\n" gem "debug" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0f37f23e..cb153d12 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -175,7 +175,6 @@ jobs: go get -u github.com/google/gops - name: Run tests run: | - bundle install mkdir _icoverdir_ make ${{ matrix.test_command }} - name: Format coverage