Skip to content

Commit

Permalink
fix: anycable -> anycable-rb
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jan 2, 2025
1 parent b3cda00 commit 3a1b0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if File.directory?(File.join(__dir__, "../anycable-rb"))
gem "anycable", path: "../anycable-rb"
gem "anycable-rails", path: "../anycable-rails"
else
gem "anycable", github: "anycable/anycable"
gem "anycable", github: "anycable/anycable-rb"
gem "anycable-rails", github: "anycable/anycable-rails"
end

Expand Down

0 comments on commit 3a1b0c5

Please sign in to comment.