File tree 2 files changed +25
-13
lines changed
2 files changed +25
-13
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
12
+ - uses : ruby/setup-ruby@v1
13
+ with :
14
+ ruby-version : ${{ matrix.ruby }}
15
+ - name : Unlock Active Support
16
+ run : bundle lock --update activesupport
17
+ if : matrix.ruby == '3.1'
12
18
- uses : ruby/setup-ruby@v1
13
19
with :
14
20
ruby-version : ${{ matrix.ruby }}
Original file line number Diff line number Diff line change 12
12
GEM
13
13
remote: https://rubygems.org/
14
14
specs:
15
- actionview (7.1.3.2 )
16
- activesupport (= 7.1.3.2 )
15
+ actionview (8.0.1 )
16
+ activesupport (= 8.0.1 )
17
17
builder (~> 3.1 )
18
18
erubi (~> 1.11 )
19
19
rails-dom-testing (~> 2.2 )
20
20
rails-html-sanitizer (~> 1.6 )
21
- activesupport (7.1.3.2 )
21
+ activesupport (8.0.1 )
22
22
base64
23
+ benchmark (>= 0.3 )
23
24
bigdecimal
24
- concurrent-ruby (~> 1.0 , >= 1.0.2 )
25
+ concurrent-ruby (~> 1.0 , >= 1.3.1 )
25
26
connection_pool (>= 2.2.5 )
26
27
drb
27
28
i18n (>= 1.6 , < 2 )
29
+ logger (>= 1.4.2 )
28
30
minitest (>= 5.1 )
29
- mutex_m
30
- tzinfo (~> 2.0 )
31
+ securerandom (>= 0.3 )
32
+ tzinfo (~> 2.0 , >= 2.0.5 )
33
+ uri (>= 0.13.1 )
31
34
ast (2.4.2 )
32
35
base64 (0.2.0 )
36
+ benchmark (0.4.0 )
33
37
better_html (2.1.1 )
34
38
actionview (>= 6.0 )
35
39
activesupport (>= 6.0 )
36
40
ast (~> 2.0 )
37
41
erubi (~> 1.4 )
38
42
parser (>= 2.4 )
39
43
smart_properties
40
- bigdecimal (3.1.7 )
44
+ bigdecimal (3.1.9 )
41
45
builder (3.2.4 )
42
- concurrent-ruby (1.2.3 )
43
- connection_pool (2.4.1 )
46
+ concurrent-ruby (1.3.4 )
47
+ connection_pool (2.5.0 )
44
48
crass (1.0.6 )
45
49
diff-lcs (1.5.0 )
46
50
drb (2.2.1 )
47
51
erubi (1.12.0 )
48
52
fakefs (1.5.1 )
49
- i18n (1.14.4 )
53
+ i18n (1.14.6 )
50
54
concurrent-ruby (~> 1.0 )
51
55
json (2.9.1 )
52
56
language_server-protocol (3.17.0.3 )
57
+ logger (1.6.5 )
53
58
loofah (2.23.1 )
54
59
crass (~> 1.0.2 )
55
60
nokogiri (>= 1.12.0 )
56
61
mini_portile2 (2.8.8 )
57
- minitest (5.22.3 )
58
- mutex_m (0.2.0 )
62
+ minitest (5.25.4 )
59
63
nokogiri (1.15.7 )
60
64
mini_portile2 (~> 2.8.2 )
61
65
racc (~> 1.4 )
@@ -102,12 +106,14 @@ GEM
102
106
rubocop-shopify (2.15.1 )
103
107
rubocop (~> 1.51 )
104
108
ruby-progressbar (1.13.0 )
109
+ securerandom (0.4.1 )
105
110
smart_properties (1.17.0 )
106
111
tzinfo (2.0.6 )
107
112
concurrent-ruby (~> 1.0 )
108
113
unicode-display_width (3.1.3 )
109
114
unicode-emoji (~> 4.0 , >= 4.0.4 )
110
115
unicode-emoji (4.0.4 )
116
+ uri (1.0.2 )
111
117
112
118
PLATFORMS
113
119
ruby
@@ -121,4 +127,4 @@ DEPENDENCIES
121
127
rubocop-shopify
122
128
123
129
BUNDLED WITH
124
- 2.4.20
130
+ 2.6.2
You can’t perform that action at this time.
0 commit comments