Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
ci: use Rails 7.0 temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Oct 15, 2023
1 parent 3ebd561 commit 92a904d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .circleci/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion features/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

gem "childprocess", "~> 4.1"
gem "jwt"
gem "activesupport", "~> 7.0"
gem "activesupport", "~> 7.0.0"
end
rescue
raise if retried
Expand Down

0 comments on commit 92a904d

Please sign in to comment.