File tree Expand file tree Collapse file tree 2 files changed +57
-42
lines changed Expand file tree Collapse file tree 2 files changed +57
-42
lines changed Original file line number Diff line number Diff line change 7
7
GEM
8
8
remote: https://rubygems.org/
9
9
specs:
10
- activesupport (6.1.4.1 )
10
+ activesupport (7.1.2 )
11
+ base64
12
+ bigdecimal
11
13
concurrent-ruby (~> 1.0 , >= 1.0.2 )
14
+ connection_pool (>= 2.2.5 )
15
+ drb
12
16
i18n (>= 1.6 , < 2 )
13
17
minitest (>= 5.1 )
18
+ mutex_m
14
19
tzinfo (~> 2.0 )
15
- zeitwerk (~> 2.3 )
16
- addressable (2.8.0 )
17
- public_suffix (>= 2.0.2 , < 5.0 )
18
- ast (2.4.0 )
19
- concurrent-ruby (1.1.9 )
20
- crack (0.4.3 )
21
- safe_yaml (~> 1.0.0 )
20
+ addressable (2.8.5 )
21
+ public_suffix (>= 2.0.2 , < 6.0 )
22
+ ast (2.4.2 )
23
+ base64 (0.2.0 )
24
+ bigdecimal (3.1.4 )
25
+ concurrent-ruby (1.2.2 )
26
+ connection_pool (2.4.1 )
27
+ crack (0.4.5 )
28
+ rexml
29
+ drb (2.2.0 )
30
+ ruby2_keywords
22
31
hashdiff (1.0.1 )
23
- i18n (1.8.10 )
32
+ i18n (1.14.1 )
24
33
concurrent-ruby (~> 1.0 )
25
- jaro_winkler (1.5.4 )
26
- jwt (2.3.0 )
27
- minitest (5.14.0 )
28
- mocha (1.11.2 )
29
- parallel (1.19.1 )
30
- parser (2.7.1.2 )
31
- ast (~> 2.4.0 )
32
- public_suffix (4.0.6 )
33
- rainbow (3.0.0 )
34
- rake (12.3.3 )
35
- rexml (3.2.5 )
36
- rubocop (0.82.0 )
37
- jaro_winkler (~> 1.5.1 )
34
+ jwt (2.7.1 )
35
+ minitest (5.20.0 )
36
+ mocha (2.1.0 )
37
+ ruby2_keywords (>= 0.0.5 )
38
+ mutex_m (0.2.0 )
39
+ parallel (1.23.0 )
40
+ parser (3.2.2.4 )
41
+ ast (~> 2.4.1 )
42
+ racc
43
+ public_suffix (5.0.4 )
44
+ racc (1.7.3 )
45
+ rainbow (3.1.1 )
46
+ rake (13.1.0 )
47
+ regexp_parser (2.8.2 )
48
+ rexml (3.2.6 )
49
+ rubocop (0.93.1 )
38
50
parallel (~> 1.10 )
39
- parser (>= 2.7.0.1 )
51
+ parser (>= 2.7.1.5 )
40
52
rainbow (>= 2.2.2 , < 4.0 )
53
+ regexp_parser (>= 1.8 )
41
54
rexml
55
+ rubocop-ast (>= 0.6.0 )
42
56
ruby-progressbar (~> 1.7 )
43
57
unicode-display_width (>= 1.4.0 , < 2.0 )
44
- rubocop-shopify (1.0.2 )
45
- rubocop (~> 0.82.0 )
46
- ruby-progressbar (1.10.1 )
47
- safe_yaml (1.0.5 )
48
- timecop (0.9.1 )
49
- tzinfo (2.0.4 )
58
+ rubocop-ast (1.30.0 )
59
+ parser (>= 3.2.1.0 )
60
+ rubocop-shopify (1.0.6 )
61
+ rubocop (>= 0.92 , < 0.94 )
62
+ ruby-progressbar (1.13.0 )
63
+ ruby2_keywords (0.0.5 )
64
+ timecop (0.9.8 )
65
+ tzinfo (2.0.6 )
50
66
concurrent-ruby (~> 1.0 )
51
- unicode-display_width (1.7 .0 )
52
- vcr (5.1 .0 )
53
- webmock (3.8.3 )
54
- addressable (>= 2.3.6 )
67
+ unicode-display_width (1.8 .0 )
68
+ vcr (6.2 .0 )
69
+ webmock (3.19.1 )
70
+ addressable (>= 2.8.0 )
55
71
crack (>= 0.3.2 )
56
72
hashdiff (>= 0.4.0 , < 2.0.0 )
57
- zeitwerk (2.4.2 )
58
73
59
74
PLATFORMS
60
- ruby
75
+ arm64-darwin-22
61
76
62
77
DEPENDENCIES
63
78
activesupport
64
79
github-authentication !
65
80
minitest (~> 5.0 )
66
- mocha (~> 1.11 )
67
- rake (~> 12.3 )
81
+ mocha (~> 2 )
82
+ rake (~> 13 )
68
83
rubocop (~> 0.52 )
69
84
rubocop-shopify
70
85
timecop (~> 0.9 )
71
- vcr (~> 5.1 )
86
+ vcr (~> 6.2 )
72
87
webmock (~> 3.8 )
73
88
74
89
BUNDLED WITH
75
- 2.2.22
90
+ 2.4.21
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ Gem::Specification.new do |spec|
37
37
38
38
spec . add_dependency ( "jwt" , "~> 2.2" )
39
39
40
- spec . add_development_dependency ( "rake" , "~> 12.3 " )
40
+ spec . add_development_dependency ( "rake" , "~> 13 " )
41
41
spec . add_development_dependency ( "minitest" , "~> 5.0" )
42
42
spec . add_development_dependency ( "timecop" , "~> 0.9" )
43
- spec . add_development_dependency ( "mocha" , "~> 1.11 " )
43
+ spec . add_development_dependency ( "mocha" , "~> 2 " )
44
44
spec . add_development_dependency ( "webmock" , "~> 3.8" )
45
- spec . add_development_dependency ( "vcr" , "~> 5.1 " )
45
+ spec . add_development_dependency ( "vcr" , "~> 6.2 " )
46
46
spec . add_development_dependency ( "rubocop" , "~> 0.52" )
47
47
spec . add_development_dependency ( "rubocop-shopify" )
48
48
spec . add_development_dependency ( "activesupport" )
You can’t perform that action at this time.
0 commit comments