Skip to content

Commit 4e5d965

Browse files
Merge pull request #43 from rocketbop/master
Update tzdata to ~> 1.1 to Fix Handling of Timezone Database
2 parents 5e02f31 + 89915d5 commit 4e5d965

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
otp: 24.0.3
2020
steps:
2121
- uses: actions/checkout@v2
22-
- run: docker-compose up -d
22+
- run: docker compose up -d
2323
- uses: ruby/setup-ruby@v1
2424
with:
2525
ruby-version: 2.6

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ defmodule ExqScheduler.Mixfile do
2929
# Run "mix help deps" to learn about dependencies.
3030
defp deps do
3131
[
32-
{:tzdata, "~> 1.0"},
32+
{:tzdata, "~> 1.1"},
3333
{:timex, "~> 3.7"},
3434
{:redix, "~> 0.7 or ~> 1.0"},
3535
{:poison, "~> 3.1 or ~> 4.0 or ~> 5.0", optional: true},

mix.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"tesla": {:hex, :tesla, "0.10.0", "e588c7e7f1c0866c81eeed5c38f02a4a94d6309eede336c1e6ca08b0a95abd3f", [:mix], [{:exjsx, ">= 0.1.0", [hex: :exjsx, repo: "hexpm", optional: true]}, {:fuse, "~> 2.4", [hex: :fuse, repo: "hexpm", optional: true]}, {:hackney, "~> 1.6", [hex: :hackney, repo: "hexpm", optional: true]}, {:ibrowse, "~> 4.2", [hex: :ibrowse, repo: "hexpm", optional: true]}, {:mime, "~> 1.0", [hex: :mime, repo: "hexpm", optional: false]}, {:poison, ">= 1.0.0", [hex: :poison, repo: "hexpm", optional: true]}], "hexpm", "bb10f37d124e2a04950e1642437fc30368cd992bd7370b38eeb3af1ebf1c2029"},
2727
"timex": {:hex, :timex, "3.7.6", "502d2347ec550e77fdf419bc12d15bdccd31266bb7d925b30bf478268098282f", [:mix], [{:combine, "~> 0.10", [hex: :combine, repo: "hexpm", optional: false]}, {:gettext, "~> 0.10", [hex: :gettext, repo: "hexpm", optional: false]}, {:tzdata, "~> 1.0", [hex: :tzdata, repo: "hexpm", optional: false]}], "hexpm", "a296327f79cb1ec795b896698c56e662ed7210cc9eb31f0ab365eb3a62e2c589"},
2828
"toxiproxy": {:hex, :toxiproxy, "0.4.0", "08b17ebf240dc94ceb408d3180461332c18fbbce90d113c19ab254cdc8c5dd53", [:mix], [{:poison, ">= 1.0.0", [hex: :poison, repo: "hexpm", optional: false]}, {:tesla, "~> 0.6", [hex: :tesla, repo: "hexpm", optional: false]}], "hexpm", "830aa513b7ea90ab95871bc81e45d255dd69c90b691bc7de24addcc8bd27db38"},
29-
"tzdata": {:hex, :tzdata, "1.1.0", "72f5babaa9390d0f131465c8702fa76da0919e37ba32baa90d93c583301a8359", [:mix], [{:hackney, "~> 1.17", [hex: :hackney, repo: "hexpm", optional: false]}], "hexpm", "18f453739b48d3dc5bcf0e8906d2dc112bb40baafe2c707596d89f3c8dd14034"},
29+
"tzdata": {:hex, :tzdata, "1.1.2", "45e5f1fcf8729525ec27c65e163be5b3d247ab1702581a94674e008413eef50b", [:mix], [{:hackney, "~> 1.17", [hex: :hackney, repo: "hexpm", optional: false]}], "hexpm", "cec7b286e608371602318c414f344941d5eb0375e14cfdab605cca2fe66cba8b"},
3030
"unicode_util_compat": {:hex, :unicode_util_compat, "0.7.0", "bc84380c9ab48177092f43ac89e4dfa2c6d62b40b8bd132b1059ecc7232f9a78", [:rebar3], [], "hexpm", "25eee6d67df61960cf6a794239566599b09e17e668d3700247bc498638152521"},
3131
}

0 commit comments

Comments
 (0)