Skip to content

Commit 407a9cc

Browse files
authored
Merge pull request #441 from wordpress-mobile/dependabot/bundler/activesupport-6.1.7.1
Update activesupport requirement from ~> 5 to >= 5, < 8
2 parents 58c839c + d5f31fd commit 407a9cc

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ _None_
1818

1919
### Internal Changes
2020

21-
_None_
21+
- Updates `activesupport` to `6.1.7.1`, addressing [a security issue](https://github.com/advisories/GHSA-j6gc-792m-qgm2). This is a major version change, but as the dependency is internal-only, it shouldn't be a breaking change for clients. [#441]
2222

2323
## 6.3.0
2424

Gemfile.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
fastlane-plugin-wpmreleasetoolkit (6.3.0)
5-
activesupport (~> 5)
5+
activesupport (>= 6.1.7.1)
66
bigdecimal (~> 1.4)
77
buildkit (~> 1.5)
88
chroma (= 0.2.0)
@@ -22,11 +22,12 @@ GEM
2222
specs:
2323
CFPropertyList (3.0.5)
2424
rexml
25-
activesupport (5.2.6)
25+
activesupport (6.1.7.1)
2626
concurrent-ruby (~> 1.0, >= 1.0.2)
27-
i18n (>= 0.7, < 2)
28-
minitest (~> 5.1)
29-
tzinfo (~> 1.1)
27+
i18n (>= 1.6, < 2)
28+
minitest (>= 5.1)
29+
tzinfo (~> 2.0)
30+
zeitwerk (~> 2.3)
3031
addressable (2.8.1)
3132
public_suffix (>= 2.0.2, < 6.0)
3233
algoliasearch (1.27.5)
@@ -105,7 +106,7 @@ GEM
105106
colored2 (3.1.2)
106107
commander (4.6.0)
107108
highline (~> 2.0.0)
108-
concurrent-ruby (1.1.9)
109+
concurrent-ruby (1.1.10)
109110
cork (0.3.0)
110111
colored2 (~> 3.1)
111112
crack (0.4.5)
@@ -260,7 +261,7 @@ GEM
260261
http-cookie (1.0.5)
261262
domain_name (~> 0.5)
262263
httpclient (2.8.3)
263-
i18n (1.8.10)
264+
i18n (1.12.0)
264265
concurrent-ruby (~> 1.0)
265266
jmespath (1.6.1)
266267
json (2.6.2)
@@ -274,7 +275,7 @@ GEM
274275
mini_magick (4.11.0)
275276
mini_mime (1.1.2)
276277
mini_portile2 (2.8.0)
277-
minitest (5.14.4)
278+
minitest (5.17.0)
278279
molinillo (0.8.0)
279280
multi_json (1.15.0)
280281
multipart-post (2.0.0)
@@ -378,16 +379,15 @@ GEM
378379
simplecov-html (0.10.2)
379380
terminal-notifier (2.0.0)
380381
terminal-table (1.6.0)
381-
thread_safe (0.3.6)
382382
trailblazer-option (0.1.2)
383383
tty-cursor (0.7.1)
384384
tty-screen (0.8.1)
385385
tty-spinner (0.9.3)
386386
tty-cursor (~> 0.7)
387387
typhoeus (1.4.0)
388388
ethon (>= 0.9.0)
389-
tzinfo (1.2.10)
390-
thread_safe (~> 0.1)
389+
tzinfo (2.0.5)
390+
concurrent-ruby (~> 1.0)
391391
uber (0.1.0)
392392
unf (0.1.4)
393393
unf_ext
@@ -412,6 +412,7 @@ GEM
412412
xcpretty-travis-formatter (1.0.1)
413413
xcpretty (~> 0.2, >= 0.0.7)
414414
yard (0.9.26)
415+
zeitwerk (2.6.6)
415416

416417
PLATFORMS
417418
ruby

fastlane-plugin-wpmreleasetoolkit.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
2525
# since this would cause a circular dependency
2626

2727
# spec.add_dependency 'your-dependency', '~> 1.0.0'
28-
spec.add_dependency 'activesupport', '~> 5'
28+
spec.add_dependency 'activesupport', '>= 6.1.7.1'
2929
spec.add_dependency 'buildkit', '~> 1.5'
3030
spec.add_dependency 'chroma', '0.2.0'
3131
spec.add_dependency 'diffy', '~> 3.3'
@@ -50,7 +50,7 @@ Gem::Specification.new do |spec|
5050

5151
spec.add_development_dependency 'bundler', '~> 2.0'
5252
spec.add_development_dependency 'cocoapods', '~> 1.10'
53-
# Use at least Fastlene 2.210.0 to ensure compatibility with the Xcode 14 toolchain
53+
# Use at least Fastlane 2.210.0 to ensure compatibility with the Xcode 14 toolchain
5454
# See https://github.com/fastlane/fastlane/releases/tag/2.210.0
5555
spec.add_development_dependency 'fastlane', '~> 2.210'
5656
spec.add_development_dependency 'pry', '~> 0.12.2'

0 commit comments

Comments
 (0)