Skip to content

Commit 3acd7c8

Browse files
committed
Merge branch 'develop' of github.com:shiguredo/swidden into develop
2 parents f8785b9 + d69e251 commit 3acd7c8

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
ci:
1212
runs-on: ubuntu-24.04
1313
container:
14-
image: ghcr.io/shiguredo/erlang:otp-28.1-openssl-3.6.0-beta1-ubuntu-24.04-x86_64
14+
image: ghcr.io/shiguredo/erlang:otp-28.1-openssl-3.6.0-ubuntu-24.04-x86_64
1515
steps:
1616
- uses: actions/checkout@v4
1717
- run: make ci

CHANGES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44

55
## 2025.3.0
66

7-
- [UPDATE] GitHub Actions の docker の OTP を shiguredo 28.1 / OpenSSL 3.6.0-beta1 に上げる
7+
- [UPDATE] rebar3 を 3.25.1 に上げる
8+
- @voluntas
9+
- [UPDATE] GitHub Actions の docker の OTP を shiguredo 28.1 / OpenSSL 3.6.0 に上げる
810
- @voluntas
911
- [CHANGE] rebar3 の minimum_otp_vsn を 28.1 にする
1012
- @voluntas
11-
- [UPDATE] cowboy のバージョンを 2.14.0 に上げる
13+
- [UPDATE] cowboy のバージョンを 2.14.2 に上げる
1214
- @voluntas
1315
- [UPDATE] cowboy の cowlib 依存バージョンを 2.16.0 に上書きする
1416
- <https://github.com/ninenines/cowboy/issues/1670#issuecomment-2670967044>

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{plugins, [rebar3_hex]}.
3838

3939
{deps,
40-
[{cowboy, "2.14.0"},
40+
[{cowboy, "2.14.2"},
4141
{gun, "2.2.0"},
4242
{jsone, "2025.1.0", {pkg, shiguredo_jsone}},
4343
{jesse, "2025.1.0", {pkg, shiguredo_jesse}}]}.

rebar.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{"1.2.0",
2-
[{<<"cowboy">>,{pkg,<<"cowboy">>,<<"2.14.0">>},0},
2+
[{<<"cowboy">>,{pkg,<<"cowboy">>,<<"2.14.2">>},0},
33
{<<"cowlib">>,{pkg,<<"cowlib">>,<<"2.16.0">>},1},
44
{<<"gun">>,{pkg,<<"gun">>,<<"2.2.0">>},0},
55
{<<"jesse">>,{pkg,<<"shiguredo_jesse">>,<<"2025.1.0">>},0},
66
{<<"jsone">>,{pkg,<<"shiguredo_jsone">>,<<"2025.1.0">>},0},
77
{<<"ranch">>,{pkg,<<"ranch">>,<<"2.2.0">>},1}]}.
88
[
99
{pkg_hash,[
10-
{<<"cowboy">>, <<"565DCF221BA99B1255B0ADCEC24D2D8DBE79E46EC79F30F8373CCEADC6A41E2A">>},
10+
{<<"cowboy">>, <<"4008BE1DF6ADE45E4F2A4E9E2D22B36D0B5ABA4E20B0A0D7049E28D124E34847">>},
1111
{<<"cowlib">>, <<"54592074EBBBB92EE4746C8A8846E5605052F29309D3A873468D76CDF932076F">>},
1212
{<<"gun">>, <<"B8F6B7D417E277D4C2B0DC3C07DFDF892447B087F1CC1CAFF9C0F556B884E33D">>},
1313
{<<"jesse">>, <<"E538E3B14546C4A995E47CCDD93B066150508A646AA3E16A107D233822E899DC">>},
1414
{<<"jsone">>, <<"462E04E388D11541C7E001A05823FDBC31132C85E2524A44CC7CC2EDE778078E">>},
1515
{<<"ranch">>, <<"25528F82BC8D7C6152C57666CA99EC716510FE0925CB188172F41CE93117B1B0">>}]},
1616
{pkg_hash_ext,[
17-
{<<"cowboy">>, <<"EA99769574550FE8A83225C752E8A62780A586770EF408816B82B6FE6D46476B">>},
17+
{<<"cowboy">>, <<"569081DA046E7B41B5DF36AA359BE71A0C8874E5B9CFF6F747073FC57BAF1AB9">>},
1818
{<<"cowlib">>, <<"7F478D80D66B747344F0EA7708C187645CFCC08B11AA424632F78E25BF05DB51">>},
1919
{<<"gun">>, <<"76022700C64287FEB4DF93A1795CFF6741B83FB37415C40C34C38D2A4645261A">>},
2020
{<<"jesse">>, <<"02CBD6A91828229349527B5DEB4AB0BA36E0BFCFC22A8680E4C74E7243E29B3B">>},

rebar3

2.89 KB
Binary file not shown.

0 commit comments

Comments
 (0)