Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
c8fe0321
Verified
Commit
c8fe0321
authored
Jul 22, 2020
by
Haelwenn
Browse files
mix.exs: Append .git to git repo URLs
Closes:
#1980
parent
c36113cd
Pipeline
#28937
passed with stages
in 20 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mix.exs
View file @
c8fe0321
...
...
@@ -151,12 +151,13 @@ defp deps do
{
:credo
,
"~> 1.1.0"
,
only:
[
:dev
,
:test
],
runtime:
false
},
{
:mock
,
"~> 0.3.3"
,
only:
:test
},
{
:crypt
,
git:
"https://github.com/msantos/crypt"
,
ref:
"f63a705f92c26955977ee62a313012e309a4d77a"
},
git:
"https://github.com/msantos/crypt.git"
,
ref:
"f63a705f92c26955977ee62a313012e309a4d77a"
},
{
:cors_plug
,
"~> 1.5"
},
{
:ex_doc
,
"~> 0.21"
,
only:
:dev
,
runtime:
false
},
{
:web_push_encryption
,
"~> 0.2.1"
},
{
:swoosh
,
git:
"https://github.com/swoosh/swoosh"
,
git:
"https://github.com/swoosh/swoosh
.git
"
,
ref:
"c96e0ca8a00d8f211ec1f042a4626b09f249caa5"
,
override:
true
},
{
:phoenix_swoosh
,
"~> 0.2"
},
...
...
@@ -190,7 +191,7 @@ defp deps do
{
:excoveralls
,
"~> 0.12.1"
,
only:
:test
},
{
:flake_id
,
"~> 0.1.0"
},
{
:concurrent_limiter
,
git:
"https://git.pleroma.social/pleroma/elixir-libraries/concurrent_limiter"
,
git:
"https://git.pleroma.social/pleroma/elixir-libraries/concurrent_limiter
.git
"
,
ref:
"8eee96c6ba39b9286ec44c51c52d9f2758951365"
},
{
:remote_ip
,
git:
"https://git.pleroma.social/pleroma/remote_ip.git"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment