Skip to content

Commit 502a52e

Browse files
authored
deps: Update dependencies (#408)
1 parent 6ed24e1 commit 502a52e

File tree

12 files changed

+5270
-11587
lines changed

12 files changed

+5270
-11587
lines changed

.cspell.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
{
22
"version": "0.2",
33
"ignorePaths": [
4-
"*.svg",
4+
".eslintrc.js",
5+
".gitignore",
56
"*.lock",
67
"*.snap",
7-
".gitignore",
8-
"Podfile",
9-
"ios/",
10-
"Gemfile",
8+
"*.svg",
119
"android/",
12-
".eslintrc.js",
13-
10+
"Gemfile",
11+
"ios/",
12+
"Podfile"
1413
],
15-
"words": ["lefthook", "yakuza", "Deku", "tada", "Podfile", "danielchabr", "Slashgear"]
14+
"words": [
15+
"autolabeler",
16+
"commitish",
17+
"danielchabr",
18+
"Deku",
19+
"lefthook",
20+
"Podfile",
21+
"Slashgear",
22+
"tada",
23+
"yakuza"
24+
]
1625
}

.github/release-drafter.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
name-template: "v$RESOLVED_VERSION"
2-
tag-template: "v$RESOLVED_VERSION"
3-
tag-prefix: 'v'
1+
name-template: "$RESOLVED_VERSION"
2+
tag-template: "$RESOLVED_VERSION"
43
include-labels:
54
- 'major'
65
- 'minor'

Develop/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.2.1.1)
8+
activesupport (7.2.1.2)
99
base64
1010
bigdecimal
1111
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -76,7 +76,7 @@ GEM
7676
httpclient (2.8.3)
7777
i18n (1.14.6)
7878
concurrent-ruby (~> 1.0)
79-
json (2.7.2)
79+
json (2.7.4)
8080
logger (1.6.1)
8181
minitest (5.25.1)
8282
molinillo (0.8.0)
@@ -85,7 +85,7 @@ GEM
8585
netrc (0.11.0)
8686
nkf (0.2.0)
8787
public_suffix (4.0.7)
88-
rexml (3.3.8)
88+
rexml (3.3.9)
8989
ruby-macho (2.5.1)
9090
securerandom (0.3.1)
9191
typhoeus (1.4.1)

0 commit comments

Comments
 (0)