Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fast_sanitize
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
Elixir libraries
fast_sanitize
Merge requests
!2
Update fast_html dependency
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update fast_html dependency
update-fast-html
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
lain
requested to merge
update-fast-html
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
9e7474ac
1 commit,
3 years ago
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
mix.exs
+
1
−
1
Options
@@ -4,7 +4,7 @@ defmodule FastSanitize.MixProject do
def
project
do
[
app:
:fast_sanitize
,
version:
"0.2.
2
"
,
version:
"0.2.
3
"
,
elixir:
"~> 1.7"
,
start_permanent:
Mix
.
env
()
==
:prod
,
deps:
deps
(),
Loading