|
2 | 2 | remote: .
|
3 | 3 | specs:
|
4 | 4 | solid_cache (0.7.0)
|
5 |
| - activejob (>= 7) |
6 |
| - activerecord (>= 7) |
7 |
| - railties (>= 7) |
| 5 | + activejob (>= 7.2) |
| 6 | + activerecord (>= 7.2) |
| 7 | + railties (>= 7.2) |
8 | 8 |
|
9 | 9 | GEM
|
10 | 10 | remote: https://rubygems.org/
|
11 | 11 | specs:
|
12 |
| - actionpack (7.1.3.4) |
13 |
| - actionview (= 7.1.3.4) |
14 |
| - activesupport (= 7.1.3.4) |
| 12 | + actionpack (7.2.0) |
| 13 | + actionview (= 7.2.0) |
| 14 | + activesupport (= 7.2.0) |
15 | 15 | nokogiri (>= 1.8.5)
|
16 | 16 | racc
|
17 |
| - rack (>= 2.2.4) |
| 17 | + rack (>= 2.2.4, < 3.2) |
18 | 18 | rack-session (>= 1.0.1)
|
19 | 19 | rack-test (>= 0.6.3)
|
20 | 20 | rails-dom-testing (~> 2.2)
|
21 | 21 | rails-html-sanitizer (~> 1.6)
|
22 |
| - actionview (7.1.3.4) |
23 |
| - activesupport (= 7.1.3.4) |
| 22 | + useragent (~> 0.16) |
| 23 | + actionview (7.2.0) |
| 24 | + activesupport (= 7.2.0) |
24 | 25 | builder (~> 3.1)
|
25 | 26 | erubi (~> 1.11)
|
26 | 27 | rails-dom-testing (~> 2.2)
|
27 | 28 | rails-html-sanitizer (~> 1.6)
|
28 |
| - activejob (7.1.3.4) |
29 |
| - activesupport (= 7.1.3.4) |
| 29 | + activejob (7.2.0) |
| 30 | + activesupport (= 7.2.0) |
30 | 31 | globalid (>= 0.3.6)
|
31 |
| - activemodel (7.1.3.4) |
32 |
| - activesupport (= 7.1.3.4) |
33 |
| - activerecord (7.1.3.4) |
34 |
| - activemodel (= 7.1.3.4) |
35 |
| - activesupport (= 7.1.3.4) |
| 32 | + activemodel (7.2.0) |
| 33 | + activesupport (= 7.2.0) |
| 34 | + activerecord (7.2.0) |
| 35 | + activemodel (= 7.2.0) |
| 36 | + activesupport (= 7.2.0) |
36 | 37 | timeout (>= 0.4.0)
|
37 |
| - activesupport (7.1.3.4) |
| 38 | + activesupport (7.2.0) |
38 | 39 | base64
|
39 | 40 | bigdecimal
|
40 |
| - concurrent-ruby (~> 1.0, >= 1.0.2) |
| 41 | + concurrent-ruby (~> 1.0, >= 1.3.1) |
41 | 42 | connection_pool (>= 2.2.5)
|
42 | 43 | drb
|
43 | 44 | i18n (>= 1.6, < 2)
|
| 45 | + logger (>= 1.4.2) |
44 | 46 | minitest (>= 5.1)
|
45 |
| - mutex_m |
46 |
| - tzinfo (~> 2.0) |
| 47 | + securerandom (>= 0.3) |
| 48 | + tzinfo (~> 2.0, >= 2.0.5) |
47 | 49 | appraisal (2.5.0)
|
48 | 50 | bundler
|
49 | 51 | rake
|
|
65 | 67 | i18n (1.14.5)
|
66 | 68 | concurrent-ruby (~> 1.0)
|
67 | 69 | io-console (0.7.1)
|
68 |
| - irb (1.11.0) |
69 |
| - rdoc |
70 |
| - reline (>= 0.3.8) |
| 70 | + irb (1.14.0) |
| 71 | + rdoc (>= 4.0.0) |
| 72 | + reline (>= 0.4.2) |
71 | 73 | json (2.7.1)
|
72 | 74 | language_server-protocol (3.17.0.3)
|
| 75 | + logger (1.6.0) |
73 | 76 | loofah (2.22.0)
|
74 | 77 | crass (~> 1.0.2)
|
75 | 78 | nokogiri (>= 1.12.0)
|
76 | 79 | minitest (5.23.1)
|
77 | 80 | mocha (2.1.0)
|
78 | 81 | ruby2_keywords (>= 0.0.5)
|
79 | 82 | msgpack (1.7.2)
|
80 |
| - mutex_m (0.2.0) |
81 | 83 | mysql2 (0.5.5)
|
82 | 84 | nokogiri (1.16.5-arm64-darwin)
|
83 | 85 | racc (~> 1.4)
|
@@ -108,10 +110,10 @@ GEM
|
108 | 110 | rails-html-sanitizer (1.6.0)
|
109 | 111 | loofah (~> 2.21)
|
110 | 112 | nokogiri (~> 1.14)
|
111 |
| - railties (7.1.3.4) |
112 |
| - actionpack (= 7.1.3.4) |
113 |
| - activesupport (= 7.1.3.4) |
114 |
| - irb |
| 113 | + railties (7.2.0) |
| 114 | + actionpack (= 7.2.0) |
| 115 | + activesupport (= 7.2.0) |
| 116 | + irb (~> 1.13) |
115 | 117 | rackup (>= 1.0.0)
|
116 | 118 | rake (>= 12.2)
|
117 | 119 | thor (~> 1.0, >= 1.2.2)
|
|
121 | 123 | rdoc (6.6.3.1)
|
122 | 124 | psych (>= 4.0.0)
|
123 | 125 | regexp_parser (2.8.3)
|
124 |
| - reline (0.4.1) |
| 126 | + reline (0.5.9) |
125 | 127 | io-console (~> 0.5)
|
126 | 128 | rexml (3.3.3)
|
127 | 129 | strscan
|
|
155 | 157 | rubocop-ast (>= 1.30.0, < 2.0)
|
156 | 158 | ruby-progressbar (1.13.0)
|
157 | 159 | ruby2_keywords (0.0.5)
|
| 160 | + securerandom (0.3.1) |
158 | 161 | sprockets (4.2.1)
|
159 | 162 | concurrent-ruby (~> 1.0)
|
160 | 163 | rack (>= 2.2.4, < 4)
|
|
172 | 175 | tzinfo (2.0.6)
|
173 | 176 | concurrent-ruby (~> 1.0)
|
174 | 177 | unicode-display_width (2.5.0)
|
| 178 | + useragent (0.16.10) |
175 | 179 | webrick (1.8.1)
|
176 | 180 | zeitwerk (2.6.12)
|
177 | 181 |
|
|
0 commit comments