Skip to content

Commit 7363d4e

Browse files
Update activesupport requirement from ~> 5 to >= 5, < 8
Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v5.2.6...v6.1.7.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1dcef3d commit 7363d4e

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

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 (>= 5, < 8)
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)
@@ -259,7 +260,7 @@ GEM
259260
http-cookie (1.0.5)
260261
domain_name (~> 0.5)
261262
httpclient (2.8.3)
262-
i18n (1.8.10)
263+
i18n (1.12.0)
263264
concurrent-ruby (~> 1.0)
264265
jmespath (1.6.1)
265266
json (2.6.2)
@@ -273,7 +274,7 @@ GEM
273274
mini_magick (4.11.0)
274275
mini_mime (1.1.2)
275276
mini_portile2 (2.8.0)
276-
minitest (5.14.4)
277+
minitest (5.17.0)
277278
molinillo (0.8.0)
278279
multi_json (1.15.0)
279280
multipart-post (2.0.0)
@@ -377,16 +378,15 @@ GEM
377378
simplecov-html (0.10.2)
378379
terminal-notifier (2.0.0)
379380
terminal-table (1.6.0)
380-
thread_safe (0.3.6)
381381
trailblazer-option (0.1.2)
382382
tty-cursor (0.7.1)
383383
tty-screen (0.8.1)
384384
tty-spinner (0.9.3)
385385
tty-cursor (~> 0.7)
386386
typhoeus (1.4.0)
387387
ethon (>= 0.9.0)
388-
tzinfo (1.2.10)
389-
thread_safe (~> 0.1)
388+
tzinfo (2.0.5)
389+
concurrent-ruby (~> 1.0)
390390
uber (0.1.0)
391391
unf (0.1.4)
392392
unf_ext
@@ -411,6 +411,7 @@ GEM
411411
xcpretty-travis-formatter (1.0.1)
412412
xcpretty (~> 0.2, >= 0.0.7)
413413
yard (0.9.26)
414+
zeitwerk (2.6.6)
414415

415416
PLATFORMS
416417
ruby

fastlane-plugin-wpmreleasetoolkit.gemspec

Lines changed: 1 addition & 1 deletion
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', '>= 5', '< 8'
2929
spec.add_dependency 'buildkit', '~> 1.5'
3030
spec.add_dependency 'chroma', '0.2.0'
3131
spec.add_dependency 'diffy', '~> 3.3'

0 commit comments

Comments
 (0)