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 d9febee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
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 d9febee

Please sign in to comment.