Skip to content

Commit 49dd345

Browse files
authored
Update gem dependencies (#15)
* Update gems * Update `CHANGELOG.md`
1 parent fc4637f commit 49dd345

File tree

2 files changed

+30
-20
lines changed

2 files changed

+30
-20
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Released on 2024-12-24.
1212
- Increase the Swift version to 6.0.
1313
- Added in Pull Request [#13](https://github.com/space-code/validator/pull/13).
1414

15+
#### Updated
16+
- Update gem dependencies.
17+
- Updated in Pull Request [#15](https://github.com/space-code/validator/pull/15).
18+
1519
## [1.0.1](https://github.com/space-code/validator/releases/tag/1.0.1)
1620
Released on 2024-01-10.
1721

@@ -32,4 +36,4 @@ Released on 2023-09-28.
3236

3337
#### Added
3438
- Initial release of Validator.
35-
- Added by [Nikita Vasilev](https://github.com/nik3212).
39+
- Added by [Nikita Vasilev](https://github.com/nik3212).

Gemfile.lock

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.2.0)
67
claide (1.1.0)
78
claide-plugins (0.9.2)
89
cork
@@ -11,7 +12,8 @@ GEM
1112
colored2 (3.1.2)
1213
cork (0.3.0)
1314
colored2 (~> 3.1)
14-
danger (9.4.2)
15+
danger (9.5.1)
16+
base64 (~> 0.2)
1517
claide (~> 1.0)
1618
claide-plugins (>= 0.9.2)
1719
colored2 (~> 3.1)
@@ -21,40 +23,44 @@ GEM
2123
git (~> 1.13)
2224
kramdown (~> 2.3)
2325
kramdown-parser-gfm (~> 1.0)
24-
no_proxy_fix
2526
octokit (>= 4.0)
27+
pstore (~> 0.1)
2628
terminal-table (>= 1, < 4)
27-
faraday (2.9.0)
28-
faraday-net_http (>= 2.0, < 3.2)
29-
faraday-http-cache (2.5.0)
29+
faraday (2.12.2)
30+
faraday-net_http (>= 2.0, < 3.5)
31+
json
32+
logger
33+
faraday-http-cache (2.5.1)
3034
faraday (>= 0.8)
31-
faraday-net_http (3.1.0)
32-
net-http
33-
git (1.19.0)
35+
faraday-net_http (3.4.0)
36+
net-http (>= 0.5.0)
37+
git (1.19.1)
3438
addressable (~> 2.8)
3539
rchardet (~> 1.8)
36-
kramdown (2.4.0)
37-
rexml
40+
json (2.9.1)
41+
kramdown (2.5.1)
42+
rexml (>= 3.3.9)
3843
kramdown-parser-gfm (1.1.0)
3944
kramdown (~> 2.0)
45+
logger (1.6.4)
4046
nap (1.1.0)
41-
net-http (0.4.1)
47+
net-http (0.6.0)
4248
uri
43-
no_proxy_fix (0.1.2)
44-
octokit (8.0.0)
49+
octokit (9.2.0)
4550
faraday (>= 1, < 3)
4651
sawyer (~> 0.9)
4752
open4 (1.3.4)
48-
public_suffix (5.0.4)
53+
pstore (0.1.4)
54+
public_suffix (6.0.1)
4955
rchardet (1.8.0)
50-
rexml (3.2.6)
56+
rexml (3.4.0)
5157
sawyer (0.9.2)
5258
addressable (>= 2.3.5)
5359
faraday (>= 0.17.3, < 3)
5460
terminal-table (3.0.2)
5561
unicode-display_width (>= 1.1.1, < 3)
56-
unicode-display_width (2.5.0)
57-
uri (0.13.0)
62+
unicode-display_width (2.6.0)
63+
uri (1.0.2)
5864

5965
PLATFORMS
6066
x86_64-darwin-22

0 commit comments

Comments
 (0)