From 49dd3459420477db235d00073b7cc9c282b9d0bb Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Tue, 24 Dec 2024 13:00:40 +0100 Subject: [PATCH] Update gem dependencies (#15) * Update gems * Update `CHANGELOG.md` --- CHANGELOG.md | 6 +++++- Gemfile.lock | 44 +++++++++++++++++++++++++------------------- 2 files changed, 30 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2ccde..310434e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ Released on 2024-12-24. - Increase the Swift version to 6.0. - Added in Pull Request [#13](https://github.com/space-code/validator/pull/13). +#### Updated +- Update gem dependencies. + - Updated in Pull Request [#15](https://github.com/space-code/validator/pull/15). + ## [1.0.1](https://github.com/space-code/validator/releases/tag/1.0.1) Released on 2024-01-10. @@ -32,4 +36,4 @@ Released on 2023-09-28. #### Added - Initial release of Validator. - - Added by [Nikita Vasilev](https://github.com/nik3212). \ No newline at end of file + - Added by [Nikita Vasilev](https://github.com/nik3212). diff --git a/Gemfile.lock b/Gemfile.lock index dc185c0..e22eb00 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,9 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + base64 (0.2.0) claide (1.1.0) claide-plugins (0.9.2) cork @@ -11,7 +12,8 @@ GEM colored2 (3.1.2) cork (0.3.0) colored2 (~> 3.1) - danger (9.4.2) + danger (9.5.1) + base64 (~> 0.2) claide (~> 1.0) claide-plugins (>= 0.9.2) colored2 (~> 3.1) @@ -21,40 +23,44 @@ GEM git (~> 1.13) kramdown (~> 2.3) kramdown-parser-gfm (~> 1.0) - no_proxy_fix octokit (>= 4.0) + pstore (~> 0.1) terminal-table (>= 1, < 4) - faraday (2.9.0) - faraday-net_http (>= 2.0, < 3.2) - faraday-http-cache (2.5.0) + faraday (2.12.2) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-http-cache (2.5.1) faraday (>= 0.8) - faraday-net_http (3.1.0) - net-http - git (1.19.0) + faraday-net_http (3.4.0) + net-http (>= 0.5.0) + git (1.19.1) addressable (~> 2.8) rchardet (~> 1.8) - kramdown (2.4.0) - rexml + json (2.9.1) + kramdown (2.5.1) + rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) + logger (1.6.4) nap (1.1.0) - net-http (0.4.1) + net-http (0.6.0) uri - no_proxy_fix (0.1.2) - octokit (8.0.0) + octokit (9.2.0) faraday (>= 1, < 3) sawyer (~> 0.9) open4 (1.3.4) - public_suffix (5.0.4) + pstore (0.1.4) + public_suffix (6.0.1) rchardet (1.8.0) - rexml (3.2.6) + rexml (3.4.0) sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - unicode-display_width (2.5.0) - uri (0.13.0) + unicode-display_width (2.6.0) + uri (1.0.2) PLATFORMS x86_64-darwin-22