Skip to content

Commit

Permalink
Merge pull request #94 from opal/elia/submodules
Browse files Browse the repository at this point in the history
Switch to ssh git addresses for submodules
  • Loading branch information
hmdne authored Feb 23, 2024
2 parents 804d13d + cad5c8c commit 8acd492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "rspec"]
path = rspec/upstream
url = https://github.com/rspec/rspec.git
url = https://github.com/rspec/rspec-metagem.git
[submodule "rspec-support"]
path = rspec-support/upstream
url = https://github.com/rspec/rspec-support.git
Expand All @@ -13,9 +13,6 @@
[submodule "rspec-expectations"]
path = rspec-expectations/upstream
url = https://github.com/rspec/rspec-expectations.git
[submodule "diff-lcs/diff-lcs/upstream"]
path = diff-lcs/diff-lcs/upstream
url = https://github.com/halostatue/diff-lcs
[submodule "diff-lcs/upstream"]
path = diff-lcs/upstream
url = https://github.com/halostatue/diff-lcs
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ gem 'opal-sprockets', '>=1.0'

gem 'puma'
gem 'rack', '<3'
gem 'base64'

0 comments on commit 8acd492

Please sign in to comment.