Removing unused git source from Gemfile

This commit is contained in:
Pedro Schlickmann Mendes
2025-10-30 19:11:47 -03:00
parent 89f45cee76
commit c6ea9fda4c
-1
View File
@@ -1,7 +1,6 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
git_source(:bc) { |repo| "https://github.com/basecamp/#{repo}" }
# Rails
gem "rails", github: "rails/rails", branch: "main"