From a5c682b8bafe41970a4f1b278f0d251e581cad6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 21:12:32 +0000 Subject: [PATCH 1/4] Bump nokogiri from 1.8.2 to 1.10.5 in /docs Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.8.2 to 1.10.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.8.2...v1.10.5) Signed-off-by: dependabot[bot] --- docs/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 5c08b22d..c6841cc6 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -191,14 +191,14 @@ GEM rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9.7) mercenary (0.3.6) - mini_portile2 (2.3.0) + mini_portile2 (2.4.0) minima (2.1.1) jekyll (~> 3.3) minitest (5.11.3) multipart-post (2.0.0) net-dns (0.8.0) - nokogiri (1.8.2) - mini_portile2 (~> 2.3.0) + nokogiri (1.10.5) + mini_portile2 (~> 2.4.0) octokit (4.8.0) sawyer (~> 0.8.0, >= 0.5.3) pathutil (0.16.1) From 002e635a88408d1fe9aa374d15da0ecac216c8f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 11:21:45 +0000 Subject: [PATCH 2/4] Bump ffi from 1.9.21 to 1.11.1 in /docs Bumps [ffi](https://github.com/ffi/ffi) from 1.9.21 to 1.11.1. - [Release notes](https://github.com/ffi/ffi/releases) - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](https://github.com/ffi/ffi/compare/1.9.21...1.11.1) Signed-off-by: dependabot[bot] --- docs/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index c6841cc6..4e0ba85b 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -21,7 +21,7 @@ GEM execjs (2.7.0) faraday (0.14.0) multipart-post (>= 1.2, < 3) - ffi (1.9.21) + ffi (1.11.1) forwardable-extended (2.6.0) gemoji (3.0.0) github-pages (177) From 25bd5b2081aec0756f39749cdeb618e10b5691ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 11:21:52 +0000 Subject: [PATCH 3/4] Bump rubyzip from 1.2.1 to 2.0.0 in /docs Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.1 to 2.0.0. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md) - [Commits](https://github.com/rubyzip/rubyzip/compare/v1.2.1...v2.0.0) Signed-off-by: dependabot[bot] --- docs/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index c6841cc6..2f82e19e 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -210,7 +210,7 @@ GEM rouge (2.2.1) ruby-enum (0.7.2) i18n - rubyzip (1.2.1) + rubyzip (2.0.0) safe_yaml (1.0.4) sass (3.5.5) sass-listen (~> 4.0.0) From 1c65b4fa939b34be7d77c6268db7e57820b5521b Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sun, 10 Nov 2019 19:20:11 +0100 Subject: [PATCH 4/4] Update INSTALLATION.md --- docs/docs/INSTALLATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/INSTALLATION.md b/docs/docs/INSTALLATION.md index 2fe72637..d26e72d3 100644 --- a/docs/docs/INSTALLATION.md +++ b/docs/docs/INSTALLATION.md @@ -48,7 +48,7 @@ composer.json: "description": "Project description", "type": "project", "require": { - "danog/madelineproto": "dev-master", + "danog/madelineproto": "^4", "amphp/dns": "dev-master#aa1892bd as 0.9", "amphp/socket": "0.10.12 as 1", "amphp/websocket": "dev-master#db2da8c5b3ed22eae37da5ffa10ab3ea8de19342 as 1", @@ -116,4 +116,4 @@ Then you can require the package by addding the following lines to the require s "amphp/websocket-client": "dev-master#aff808025637bd705672338b4904ad03a4dbdc04 as 1" ``` -Next section \ No newline at end of file +Next section