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