Skip to content

Commit

Permalink
remove .git
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpuyol committed Mar 24, 2021
1 parent 954b3df commit 4e8ba47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if ENV["RAILS_VERSION"] != "main"
gem "activesupport", rails_version
gem "railties", rails_version
else
git "https://github.com/rails/rails.git", ref: "main" do
git "https://github.com/rails/rails", ref: "main" do
# rubocop:disable Bundler/DuplicatedGem
gem "actionview"
gem "activemodel"
Expand Down
2 changes: 1 addition & 1 deletion demo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if ENV["RAILS_VERSION"] != "main"
gem "activesupport", rails_version
gem "railties", rails_version
else
git "https://github.com/rails/rails.git", ref: "main" do
git "https://github.com/rails/rails", ref: "main" do
# rubocop:disable Bundler/DuplicatedGem
gem "actionview"
gem "activemodel"
Expand Down

0 comments on commit 4e8ba47

Please sign in to comment.