1
1
PATH
2
2
remote: .
3
3
specs:
4
- auth0 (5.14.2 )
4
+ auth0 (5.15.0 )
5
5
addressable (~> 2.8 )
6
6
jwt (~> 2.7 )
7
7
rest-client (~> 2.1 )
11
11
GEM
12
12
remote: https://rubygems.org/
13
13
specs:
14
- actionpack (7.0.8 )
15
- actionview (= 7.0.8 )
16
- activesupport (= 7.0.8 )
17
- rack (~> 2.0 , >= 2.2.4 )
14
+ actionpack (7.1.1 )
15
+ actionview (= 7.1.1 )
16
+ activesupport (= 7.1.1 )
17
+ nokogiri (>= 1.8.5 )
18
+ rack (>= 2.2.4 )
19
+ rack-session (>= 1.0.1 )
18
20
rack-test (>= 0.6.3 )
19
- rails-dom-testing (~> 2.0 )
20
- rails-html-sanitizer (~> 1.0 , >= 1.2.0 )
21
- actionview (7.0.8 )
22
- activesupport (= 7.0.8 )
21
+ rails-dom-testing (~> 2.2 )
22
+ rails-html-sanitizer (~> 1.6 )
23
+ actionview (7.1.1 )
24
+ activesupport (= 7.1.1 )
23
25
builder (~> 3.1 )
24
- erubi (~> 1.4 )
25
- rails-dom-testing (~> 2.0 )
26
- rails-html-sanitizer (~> 1.1 , >= 1.2.0 )
27
- activesupport (7.0.8 )
26
+ erubi (~> 1.11 )
27
+ rails-dom-testing (~> 2.2 )
28
+ rails-html-sanitizer (~> 1.6 )
29
+ activesupport (7.1.1 )
30
+ base64
31
+ bigdecimal
28
32
concurrent-ruby (~> 1.0 , >= 1.0.2 )
33
+ connection_pool (>= 2.2.5 )
34
+ drb
29
35
i18n (>= 1.6 , < 2 )
30
36
minitest (>= 5.1 )
37
+ mutex_m
31
38
tzinfo (~> 2.0 )
32
39
addressable (2.8.5 )
33
40
public_suffix (>= 2.0.2 , < 6.0 )
34
41
ast (2.4.2 )
42
+ base64 (0.1.1 )
43
+ bigdecimal (3.1.4 )
35
44
builder (3.2.4 )
36
45
coderay (1.1.3 )
37
46
concurrent-ruby (1.2.2 )
47
+ connection_pool (2.4.1 )
38
48
coveralls (0.7.1 )
39
49
multi_json (~> 1.3 )
40
50
rest-client
52
62
dotenv-rails (2.8.1 )
53
63
dotenv (= 2.8.1 )
54
64
railties (>= 3.2 )
65
+ drb (2.1.1 )
66
+ ruby2_keywords
55
67
erubi (1.12.0 )
56
68
faker (2.23.0 )
57
69
i18n (>= 1.8.11 , < 2 )
58
- ffi (1.16.2 )
70
+ ffi (1.16.3 )
59
71
formatador (1.1.0 )
60
72
fuubar (2.5.1 )
61
73
rspec-core (~> 3.0 )
90
102
listen (3.8.0 )
91
103
rb-fsevent (~> 0.10 , >= 0.10.3 )
92
104
rb-inotify (~> 0.9 , >= 0.9.10 )
93
- loofah (2.21.3 )
105
+ loofah (2.21.4 )
94
106
crass (~> 1.0.2 )
95
107
nokogiri (>= 1.12.0 )
96
108
lumberjack (1.2.9 )
97
109
method_source (1.0.0 )
98
110
mime-types (3.5.1 )
99
111
mime-types-data (~> 3.2015 )
100
- mime-types-data (3.2023.0808 )
112
+ mime-types-data (3.2023.1003 )
101
113
minitest (5.20.0 )
102
114
multi_json (1.15.0 )
115
+ mutex_m (0.1.2 )
103
116
nenv (0.3.0 )
104
117
netrc (0.11.0 )
105
118
nokogiri (1.15.4-aarch64-linux )
@@ -123,29 +136,35 @@ GEM
123
136
pry (0.14.2 )
124
137
coderay (~> 1.1 )
125
138
method_source (~> 1.0 )
126
- psych (5.1.1 )
139
+ psych (5.1.1.1 )
127
140
stringio
128
141
public_suffix (5.0.3 )
129
142
racc (1.7.1 )
130
- rack (2.2.8 )
143
+ rack (3.0.8 )
144
+ rack-session (2.0.0 )
145
+ rack (>= 3.0.0 )
131
146
rack-test (2.1.0 )
132
147
rack (>= 1.3 )
148
+ rackup (2.1.0 )
149
+ rack (>= 3 )
150
+ webrick (~> 1.8 )
133
151
rails-dom-testing (2.2.0 )
134
152
activesupport (>= 5.0.0 )
135
153
minitest
136
154
nokogiri (>= 1.6 )
137
155
rails-html-sanitizer (1.6.0 )
138
156
loofah (~> 2.21 )
139
157
nokogiri (~> 1.14 )
140
- railties (7.0.8 )
141
- actionpack (= 7.0.8 )
142
- activesupport (= 7.0.8 )
143
- method_source
158
+ railties (7.1.1 )
159
+ actionpack (= 7.1.1 )
160
+ activesupport (= 7.1.1 )
161
+ irb
162
+ rackup (>= 1.0.0 )
144
163
rake (>= 12.2 )
145
- thor (~> 1.0 )
146
- zeitwerk (~> 2.5 )
164
+ thor (~> 1.0 , >= 1.2.2 )
165
+ zeitwerk (~> 2.6 )
147
166
rainbow (3.1.1 )
148
- rake (13.0.6 )
167
+ rake (13.1.0 )
149
168
rb-fsevent (0.11.2 )
150
169
rb-inotify (0.10.1 )
151
170
ffi (~> 1.0 )
@@ -187,11 +206,12 @@ GEM
187
206
unicode-display_width (>= 2.4.0 , < 3.0 )
188
207
rubocop-ast (1.30.0 )
189
208
parser (>= 3.2.1.0 )
190
- rubocop-rails (2.21.2 )
209
+ rubocop-rails (2.22.1 )
191
210
activesupport (>= 4.2.0 )
192
211
rack (>= 1.1 )
193
212
rubocop (>= 1.33.0 , < 2.0 )
194
213
ruby-progressbar (1.13.0 )
214
+ ruby2_keywords (0.0.5 )
195
215
shellany (0.0.1 )
196
216
simplecov (0.22.0 )
197
217
docile (~> 1.1 )
207
227
term-ansicolor (1.7.1 )
208
228
tins (~> 1.0 )
209
229
terminal-notifier-guard (1.7.0 )
210
- thor (1.2.2 )
230
+ thor (1.3.0 )
211
231
timecop (0.9.8 )
212
232
tins (1.32.1 )
213
233
sync
222
242
addressable (>= 2.8.0 )
223
243
crack (>= 0.3.2 )
224
244
hashdiff (>= 0.4.0 , < 2.0.0 )
245
+ webrick (1.8.1 )
225
246
zache (0.13.1 )
226
247
zeitwerk (2.6.12 )
227
248
0 commit comments