Skip to content

Commit

Permalink
ci: use published versions of Ruby gems
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Oct 4, 2024
1 parent f46a1f7 commit a7937e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ if File.directory?(File.join(__dir__, "../anycable"))
gem "anyt", path: "../anyt"
gem "wsdirector-cli", path: "../wsdirector"
else
gem "anycable", github: "anycable/anycable"
gem "anycable-rails", github: "anycable/anycable-rails"
gem "anyt", github: "anycable/anyt"
gem "wsdirector-cli", github: "palkan/wsdirector"
gem "anycable"
gem "anycable-rails"
gem "anyt"
gem "wsdirector-cli"
end

0 comments on commit a7937e5

Please sign in to comment.