Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 73103f9

Browse files
authoredAug 5, 2020
chore(deps): bump gettext from 0.13.1 to 0.18.1
Bumps [gettext](https://github.com/elixir-lang/gettext) from 0.13.1 to 0.18.1. - [Release notes](https://github.com/elixir-lang/gettext/releases) - [Changelog](https://github.com/elixir-gettext/gettext/blob/master/CHANGELOG.md) - [Commits](elixir-gettext/gettext@v0.13.1...v0.18.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent f74dff6 commit 73103f9

File tree

3 files changed

+89
-89
lines changed

3 files changed

+89
-89
lines changed
 

‎apps/cf/mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ defmodule CF.Mixfile do
3939
[
4040
{:phoenix, "~> 1.3.0", override: true},
4141
{:phoenix_html, "~> 2.6"},
42-
{:gettext, "~> 0.13.1"},
42+
{:gettext, "~> 0.18.1"},
4343
{:google_api_you_tube, "~> 0.1.0"},
4444
{:kaur, "~> 1.1"},
4545
{:bcrypt_elixir, "~> 1.0"},

‎apps/cf_rest_api/mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ defmodule CF.RestApi.Mixfile do
3737
[
3838
{:corsica, "~> 1.0"},
3939
{:cowboy, "~> 1.0"},
40-
{:gettext, "~> 0.13.1"},
40+
{:gettext, "~> 0.18.1"},
4141
{:kaur, "~> 1.1"},
4242
{:phoenix, "~> 1.3.0", override: true},
4343
{:phoenix_html, "~> 2.6"},

‎mix.lock

+87-87
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.