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
75bc68db
Commit
75bc68db
authored
Sep 05, 2018
by
Moon Man
Browse files
pinned crypt dependency to specific commit
parent
8b020e03
Changes
1
Hide whitespace changes
Inline
Side-by-side
mix.exs
View file @
75bc68db
...
...
@@ -51,7 +51,8 @@ defp deps do
{
:ex_machina
,
"~> 2.2"
,
only:
:test
},
{
:credo
,
"~> 0.9.3"
,
only:
[
:dev
,
:test
]},
{
:mock
,
"~> 0.3.1"
,
only:
:test
},
{
:crypt
,
git:
"https://github.com/msantos/crypt"
}
{
:crypt
,
git:
"https://github.com/msantos/crypt"
,
ref:
"1f2b58927ab57e72910191a7ebaeff984382a1d3"
}
]
end
...
...
feld
@feld
mentioned in merge request
!3224 (merged)
·
Dec 29, 2020
mentioned in merge request
!3224 (merged)
mentioned in merge request !3224
Toggle commit list
Write
Preview
Supports
Markdown
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