File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 2
2
remote: .
3
3
specs:
4
4
fastlane-plugin-wpmreleasetoolkit (6.3.0 )
5
- activesupport (~> 5 )
5
+ activesupport (>= 5 , < 8 )
6
6
bigdecimal (~> 1.4 )
7
7
buildkit (~> 1.5 )
8
8
chroma (= 0.2.0 )
22
22
specs:
23
23
CFPropertyList (3.0.5 )
24
24
rexml
25
- activesupport (5.2.6 )
25
+ activesupport (6.1.7.1 )
26
26
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 )
30
31
addressable (2.8.1 )
31
32
public_suffix (>= 2.0.2 , < 6.0 )
32
33
algoliasearch (1.27.5 )
105
106
colored2 (3.1.2 )
106
107
commander (4.6.0 )
107
108
highline (~> 2.0.0 )
108
- concurrent-ruby (1.1.9 )
109
+ concurrent-ruby (1.1.10 )
109
110
cork (0.3.0 )
110
111
colored2 (~> 3.1 )
111
112
crack (0.4.5 )
259
260
http-cookie (1.0.5 )
260
261
domain_name (~> 0.5 )
261
262
httpclient (2.8.3 )
262
- i18n (1.8.10 )
263
+ i18n (1.12.0 )
263
264
concurrent-ruby (~> 1.0 )
264
265
jmespath (1.6.1 )
265
266
json (2.6.2 )
273
274
mini_magick (4.11.0 )
274
275
mini_mime (1.1.2 )
275
276
mini_portile2 (2.8.0 )
276
- minitest (5.14.4 )
277
+ minitest (5.17.0 )
277
278
molinillo (0.8.0 )
278
279
multi_json (1.15.0 )
279
280
multipart-post (2.0.0 )
@@ -377,16 +378,15 @@ GEM
377
378
simplecov-html (0.10.2 )
378
379
terminal-notifier (2.0.0 )
379
380
terminal-table (1.6.0 )
380
- thread_safe (0.3.6 )
381
381
trailblazer-option (0.1.2 )
382
382
tty-cursor (0.7.1 )
383
383
tty-screen (0.8.1 )
384
384
tty-spinner (0.9.3 )
385
385
tty-cursor (~> 0.7 )
386
386
typhoeus (1.4.0 )
387
387
ethon (>= 0.9.0 )
388
- tzinfo (1.2.10 )
389
- thread_safe (~> 0.1 )
388
+ tzinfo (2.0.5 )
389
+ concurrent-ruby (~> 1.0 )
390
390
uber (0.1.0 )
391
391
unf (0.1.4 )
392
392
unf_ext
411
411
xcpretty-travis-formatter (1.0.1 )
412
412
xcpretty (~> 0.2 , >= 0.0.7 )
413
413
yard (0.9.26 )
414
+ zeitwerk (2.6.6 )
414
415
415
416
PLATFORMS
416
417
ruby
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
# since this would cause a circular dependency
26
26
27
27
# spec.add_dependency 'your-dependency', '~> 1.0.0'
28
- spec . add_dependency 'activesupport' , '~> 5 '
28
+ spec . add_dependency 'activesupport' , '>= 5' , '< 8 '
29
29
spec . add_dependency 'buildkit' , '~> 1.5'
30
30
spec . add_dependency 'chroma' , '0.2.0'
31
31
spec . add_dependency 'diffy' , '~> 3.3'
You can’t perform that action at this time.
0 commit comments