rbexy 2.0.0.rc4 → 2.0.0.rc5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/main.yml +2 -2
- data/.travis.yml +3 -2
- data/Appraisals +4 -0
- data/Dockerfile +2 -2
- data/Gemfile.lock +106 -109
- data/README.md +7 -7
- data/gemfiles/rails_6_1.gemfile.lock +115 -107
- data/gemfiles/rails_7_0.gemfile.lock +112 -113
- data/gemfiles/rails_7_1.gemfile.lock +103 -98
- data/gemfiles/rails_7_2.gemfile +7 -0
- data/gemfiles/rails_7_2.gemfile.lock +276 -0
- data/gemfiles/rails_master.gemfile.lock +161 -134
- data/lib/rbexy/component.rb +0 -1
- data/lib/rbexy/nodes/html_element.rb +3 -6
- data/lib/rbexy/runtime.rb +1 -1
- data/lib/rbexy/version.rb +1 -1
- data/lib/rbexy.rb +3 -4
- data/rbexy.gemspec +4 -4
- metadata +11 -9
@@ -1,122 +1,131 @@
|
|
1
1
|
GIT
|
2
2
|
remote: https://github.com/rails/rails.git
|
3
|
-
revision:
|
3
|
+
revision: 23af6f37a310e16916ca788837f4a7accb2cebad
|
4
4
|
branch: main
|
5
5
|
specs:
|
6
|
-
actioncable (7.
|
7
|
-
actionpack (= 7.
|
8
|
-
activesupport (= 7.
|
6
|
+
actioncable (7.2.0.alpha)
|
7
|
+
actionpack (= 7.2.0.alpha)
|
8
|
+
activesupport (= 7.2.0.alpha)
|
9
9
|
nio4r (~> 2.0)
|
10
10
|
websocket-driver (>= 0.6.1)
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
activesupport (= 7.1.0.alpha)
|
34
|
-
rack (~> 2.0, >= 2.2.0)
|
11
|
+
zeitwerk (~> 2.6)
|
12
|
+
actionmailbox (7.2.0.alpha)
|
13
|
+
actionpack (= 7.2.0.alpha)
|
14
|
+
activejob (= 7.2.0.alpha)
|
15
|
+
activerecord (= 7.2.0.alpha)
|
16
|
+
activestorage (= 7.2.0.alpha)
|
17
|
+
activesupport (= 7.2.0.alpha)
|
18
|
+
mail (>= 2.8.0)
|
19
|
+
actionmailer (7.2.0.alpha)
|
20
|
+
actionpack (= 7.2.0.alpha)
|
21
|
+
actionview (= 7.2.0.alpha)
|
22
|
+
activejob (= 7.2.0.alpha)
|
23
|
+
activesupport (= 7.2.0.alpha)
|
24
|
+
mail (>= 2.8.0)
|
25
|
+
rails-dom-testing (~> 2.2)
|
26
|
+
actionpack (7.2.0.alpha)
|
27
|
+
actionview (= 7.2.0.alpha)
|
28
|
+
activesupport (= 7.2.0.alpha)
|
29
|
+
nokogiri (>= 1.8.5)
|
30
|
+
racc
|
31
|
+
rack (>= 2.2.4)
|
32
|
+
rack-session (>= 1.0.1)
|
35
33
|
rack-test (>= 0.6.3)
|
36
|
-
rails-dom-testing (~> 2.
|
37
|
-
rails-html-sanitizer (~> 1.
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
34
|
+
rails-dom-testing (~> 2.2)
|
35
|
+
rails-html-sanitizer (~> 1.6)
|
36
|
+
useragent (~> 0.16)
|
37
|
+
actiontext (7.2.0.alpha)
|
38
|
+
actionpack (= 7.2.0.alpha)
|
39
|
+
activerecord (= 7.2.0.alpha)
|
40
|
+
activestorage (= 7.2.0.alpha)
|
41
|
+
activesupport (= 7.2.0.alpha)
|
43
42
|
globalid (>= 0.6.0)
|
44
43
|
nokogiri (>= 1.8.5)
|
45
|
-
actionview (7.
|
46
|
-
activesupport (= 7.
|
44
|
+
actionview (7.2.0.alpha)
|
45
|
+
activesupport (= 7.2.0.alpha)
|
47
46
|
builder (~> 3.1)
|
48
|
-
erubi (~> 1.
|
49
|
-
rails-dom-testing (~> 2.
|
50
|
-
rails-html-sanitizer (~> 1.
|
51
|
-
activejob (7.
|
52
|
-
activesupport (= 7.
|
47
|
+
erubi (~> 1.11)
|
48
|
+
rails-dom-testing (~> 2.2)
|
49
|
+
rails-html-sanitizer (~> 1.6)
|
50
|
+
activejob (7.2.0.alpha)
|
51
|
+
activesupport (= 7.2.0.alpha)
|
53
52
|
globalid (>= 0.3.6)
|
54
|
-
activemodel (7.
|
55
|
-
activesupport (= 7.
|
56
|
-
activerecord (7.
|
57
|
-
activemodel (= 7.
|
58
|
-
activesupport (= 7.
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
53
|
+
activemodel (7.2.0.alpha)
|
54
|
+
activesupport (= 7.2.0.alpha)
|
55
|
+
activerecord (7.2.0.alpha)
|
56
|
+
activemodel (= 7.2.0.alpha)
|
57
|
+
activesupport (= 7.2.0.alpha)
|
58
|
+
timeout (>= 0.4.0)
|
59
|
+
activestorage (7.2.0.alpha)
|
60
|
+
actionpack (= 7.2.0.alpha)
|
61
|
+
activejob (= 7.2.0.alpha)
|
62
|
+
activerecord (= 7.2.0.alpha)
|
63
|
+
activesupport (= 7.2.0.alpha)
|
64
64
|
marcel (~> 1.0)
|
65
|
-
|
66
|
-
|
65
|
+
activesupport (7.2.0.alpha)
|
66
|
+
base64
|
67
|
+
bigdecimal
|
67
68
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
69
|
+
connection_pool (>= 2.2.5)
|
70
|
+
drb
|
68
71
|
i18n (>= 1.6, < 2)
|
69
|
-
minitest (>= 5.1)
|
70
|
-
tzinfo (~> 2.0)
|
71
|
-
rails (7.
|
72
|
-
actioncable (= 7.
|
73
|
-
actionmailbox (= 7.
|
74
|
-
actionmailer (= 7.
|
75
|
-
actionpack (= 7.
|
76
|
-
actiontext (= 7.
|
77
|
-
actionview (= 7.
|
78
|
-
activejob (= 7.
|
79
|
-
activemodel (= 7.
|
80
|
-
activerecord (= 7.
|
81
|
-
activestorage (= 7.
|
82
|
-
activesupport (= 7.
|
72
|
+
minitest (>= 5.1, < 5.22.0)
|
73
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
74
|
+
rails (7.2.0.alpha)
|
75
|
+
actioncable (= 7.2.0.alpha)
|
76
|
+
actionmailbox (= 7.2.0.alpha)
|
77
|
+
actionmailer (= 7.2.0.alpha)
|
78
|
+
actionpack (= 7.2.0.alpha)
|
79
|
+
actiontext (= 7.2.0.alpha)
|
80
|
+
actionview (= 7.2.0.alpha)
|
81
|
+
activejob (= 7.2.0.alpha)
|
82
|
+
activemodel (= 7.2.0.alpha)
|
83
|
+
activerecord (= 7.2.0.alpha)
|
84
|
+
activestorage (= 7.2.0.alpha)
|
85
|
+
activesupport (= 7.2.0.alpha)
|
83
86
|
bundler (>= 1.15.0)
|
84
|
-
railties (= 7.
|
85
|
-
railties (7.
|
86
|
-
actionpack (= 7.
|
87
|
-
activesupport (= 7.
|
88
|
-
|
87
|
+
railties (= 7.2.0.alpha)
|
88
|
+
railties (7.2.0.alpha)
|
89
|
+
actionpack (= 7.2.0.alpha)
|
90
|
+
activesupport (= 7.2.0.alpha)
|
91
|
+
irb
|
92
|
+
rackup (>= 1.0.0)
|
89
93
|
rake (>= 12.2)
|
90
|
-
thor (~> 1.0)
|
91
|
-
zeitwerk (~> 2.
|
94
|
+
thor (~> 1.0, >= 1.2.2)
|
95
|
+
zeitwerk (~> 2.6)
|
92
96
|
|
93
97
|
PATH
|
94
98
|
remote: ..
|
95
99
|
specs:
|
96
|
-
rbexy (2.0.0.
|
97
|
-
actionview (>= 6, < 7.
|
98
|
-
activesupport (>= 6, < 7.
|
100
|
+
rbexy (2.0.0.rc5)
|
101
|
+
actionview (>= 6, < 7.3)
|
102
|
+
activesupport (>= 6, < 7.3)
|
99
103
|
|
100
104
|
GEM
|
101
105
|
remote: https://rubygems.org/
|
102
106
|
specs:
|
103
|
-
appraisal (2.
|
107
|
+
appraisal (2.5.0)
|
104
108
|
bundler
|
105
109
|
rake
|
106
110
|
thor (>= 0.14.0)
|
111
|
+
base64 (0.2.0)
|
112
|
+
bigdecimal (3.1.6)
|
107
113
|
builder (3.2.4)
|
108
114
|
byebug (11.1.3)
|
109
115
|
coderay (1.1.3)
|
110
|
-
concurrent-ruby (1.2.
|
116
|
+
concurrent-ruby (1.2.3)
|
117
|
+
connection_pool (2.4.1)
|
111
118
|
crass (1.0.6)
|
112
|
-
|
113
|
-
|
119
|
+
date (3.3.4)
|
120
|
+
diff-lcs (1.5.1)
|
121
|
+
drb (2.2.0)
|
122
|
+
ruby2_keywords
|
114
123
|
erubi (1.12.0)
|
115
|
-
ffi (1.
|
124
|
+
ffi (1.16.3)
|
116
125
|
formatador (1.1.0)
|
117
|
-
globalid (1.
|
118
|
-
activesupport (>=
|
119
|
-
guard (2.18.
|
126
|
+
globalid (1.2.1)
|
127
|
+
activesupport (>= 6.1)
|
128
|
+
guard (2.18.1)
|
120
129
|
formatador (>= 0.2.4)
|
121
130
|
listen (>= 2.7, < 4.0)
|
122
131
|
lumberjack (>= 1.0.12, < 2.0)
|
@@ -132,55 +141,64 @@ GEM
|
|
132
141
|
rspec (>= 2.99.0, < 4.0)
|
133
142
|
i18n (1.14.1)
|
134
143
|
concurrent-ruby (~> 1.0)
|
135
|
-
io-
|
136
|
-
|
144
|
+
io-console (0.7.2)
|
145
|
+
irb (1.11.2)
|
146
|
+
rdoc
|
147
|
+
reline (>= 0.4.2)
|
148
|
+
listen (3.9.0)
|
137
149
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
138
150
|
rb-inotify (~> 0.9, >= 0.9.10)
|
139
|
-
loofah (2.
|
151
|
+
loofah (2.22.0)
|
140
152
|
crass (~> 1.0.2)
|
141
153
|
nokogiri (>= 1.12.0)
|
142
|
-
lumberjack (1.2.
|
143
|
-
mail (2.
|
154
|
+
lumberjack (1.2.10)
|
155
|
+
mail (2.8.1)
|
144
156
|
mini_mime (>= 0.1.1)
|
157
|
+
net-imap
|
158
|
+
net-pop
|
159
|
+
net-smtp
|
145
160
|
marcel (1.0.2)
|
146
161
|
memory_profiler (0.9.14)
|
147
162
|
method_source (1.0.0)
|
148
|
-
mini_mime (1.1.
|
149
|
-
minitest (5.
|
163
|
+
mini_mime (1.1.5)
|
164
|
+
minitest (5.21.2)
|
150
165
|
nenv (0.3.0)
|
151
|
-
net-imap (0.
|
152
|
-
|
166
|
+
net-imap (0.4.10)
|
167
|
+
date
|
153
168
|
net-protocol
|
154
|
-
|
155
|
-
net-pop (0.1.1)
|
156
|
-
digest
|
169
|
+
net-pop (0.1.2)
|
157
170
|
net-protocol
|
171
|
+
net-protocol (0.2.2)
|
158
172
|
timeout
|
159
|
-
net-
|
160
|
-
io-wait
|
161
|
-
timeout
|
162
|
-
net-smtp (0.3.1)
|
163
|
-
digest
|
173
|
+
net-smtp (0.4.0.1)
|
164
174
|
net-protocol
|
165
|
-
|
166
|
-
|
167
|
-
|
175
|
+
nio4r (2.7.0)
|
176
|
+
nokogiri (1.16.2-arm64-darwin)
|
177
|
+
racc (~> 1.4)
|
178
|
+
nokogiri (1.16.2-x86_64-linux)
|
168
179
|
racc (~> 1.4)
|
169
180
|
notiffany (0.1.3)
|
170
181
|
nenv (~> 0.1)
|
171
182
|
shellany (~> 0.0)
|
172
|
-
pry (0.
|
183
|
+
pry (0.14.2)
|
173
184
|
coderay (~> 1.1)
|
174
185
|
method_source (~> 1.0)
|
175
|
-
pry-byebug (3.
|
186
|
+
pry-byebug (3.10.1)
|
176
187
|
byebug (~> 11.0)
|
177
|
-
pry (
|
178
|
-
|
188
|
+
pry (>= 0.13, < 0.15)
|
189
|
+
psych (5.1.2)
|
190
|
+
stringio
|
191
|
+
puma (6.4.2)
|
179
192
|
nio4r (~> 2.0)
|
180
|
-
racc (1.7.
|
181
|
-
rack (
|
193
|
+
racc (1.7.3)
|
194
|
+
rack (3.0.9.1)
|
195
|
+
rack-session (2.0.0)
|
196
|
+
rack (>= 3.0.0)
|
182
197
|
rack-test (2.1.0)
|
183
198
|
rack (>= 1.3)
|
199
|
+
rackup (2.1.0)
|
200
|
+
rack (>= 3)
|
201
|
+
webrick (~> 1.8)
|
184
202
|
rails-dom-testing (2.2.0)
|
185
203
|
activesupport (>= 5.0.0)
|
186
204
|
minitest
|
@@ -188,26 +206,30 @@ GEM
|
|
188
206
|
rails-html-sanitizer (1.6.0)
|
189
207
|
loofah (~> 2.21)
|
190
208
|
nokogiri (~> 1.14)
|
191
|
-
rake (13.0
|
192
|
-
rb-fsevent (0.11.
|
209
|
+
rake (13.1.0)
|
210
|
+
rb-fsevent (0.11.2)
|
193
211
|
rb-inotify (0.10.1)
|
194
212
|
ffi (~> 1.0)
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
rspec
|
200
|
-
rspec-
|
201
|
-
|
213
|
+
rdoc (6.6.2)
|
214
|
+
psych (>= 4.0.0)
|
215
|
+
reline (0.4.2)
|
216
|
+
io-console (~> 0.5)
|
217
|
+
rspec (3.13.0)
|
218
|
+
rspec-core (~> 3.13.0)
|
219
|
+
rspec-expectations (~> 3.13.0)
|
220
|
+
rspec-mocks (~> 3.13.0)
|
221
|
+
rspec-core (3.13.0)
|
222
|
+
rspec-support (~> 3.13.0)
|
223
|
+
rspec-expectations (3.13.0)
|
202
224
|
diff-lcs (>= 1.2.0, < 2.0)
|
203
|
-
rspec-support (~> 3.
|
225
|
+
rspec-support (~> 3.13.0)
|
204
226
|
rspec-html-matchers (0.9.4)
|
205
227
|
nokogiri (~> 1)
|
206
228
|
rspec (>= 3.0.0.a, < 4)
|
207
|
-
rspec-mocks (3.
|
229
|
+
rspec-mocks (3.13.0)
|
208
230
|
diff-lcs (>= 1.2.0, < 2.0)
|
209
|
-
rspec-support (~> 3.
|
210
|
-
rspec-rails (6.
|
231
|
+
rspec-support (~> 3.13.0)
|
232
|
+
rspec-rails (6.1.1)
|
211
233
|
actionpack (>= 6.1)
|
212
234
|
activesupport (>= 6.1)
|
213
235
|
railties (>= 6.1)
|
@@ -215,27 +237,32 @@ GEM
|
|
215
237
|
rspec-expectations (~> 3.12)
|
216
238
|
rspec-mocks (~> 3.12)
|
217
239
|
rspec-support (~> 3.12)
|
218
|
-
rspec-support (3.
|
240
|
+
rspec-support (3.13.1)
|
241
|
+
ruby2_keywords (0.0.5)
|
219
242
|
shellany (0.0.1)
|
220
|
-
sprockets (4.
|
243
|
+
sprockets (4.2.1)
|
221
244
|
concurrent-ruby (~> 1.0)
|
222
|
-
rack (
|
245
|
+
rack (>= 2.2.4, < 4)
|
223
246
|
sprockets-rails (3.4.2)
|
224
247
|
actionpack (>= 5.2)
|
225
248
|
activesupport (>= 5.2)
|
226
249
|
sprockets (>= 3.0.0)
|
227
|
-
sqlite3 (1.
|
228
|
-
|
250
|
+
sqlite3 (1.7.2-arm64-darwin)
|
251
|
+
sqlite3 (1.7.2-x86_64-linux)
|
252
|
+
stringio (3.1.0)
|
229
253
|
thor (1.3.0)
|
230
|
-
timeout (0.
|
254
|
+
timeout (0.4.1)
|
231
255
|
tzinfo (2.0.6)
|
232
256
|
concurrent-ruby (~> 1.0)
|
233
|
-
|
257
|
+
useragent (0.16.10)
|
258
|
+
webrick (1.8.1)
|
259
|
+
websocket-driver (0.7.6)
|
234
260
|
websocket-extensions (>= 0.1.0)
|
235
261
|
websocket-extensions (0.1.5)
|
236
|
-
zeitwerk (2.6.
|
262
|
+
zeitwerk (2.6.13)
|
237
263
|
|
238
264
|
PLATFORMS
|
265
|
+
arm64-darwin-23
|
239
266
|
x86_64-linux
|
240
267
|
|
241
268
|
DEPENDENCIES
|
@@ -254,4 +281,4 @@ DEPENDENCIES
|
|
254
281
|
sqlite3
|
255
282
|
|
256
283
|
BUNDLED WITH
|
257
|
-
2.
|
284
|
+
2.5.6
|
data/lib/rbexy/component.rb
CHANGED
@@ -1,11 +1,8 @@
|
|
1
1
|
module Rbexy
|
2
2
|
module Nodes
|
3
3
|
class HTMLElement < AbstractElement
|
4
|
-
|
5
|
-
|
6
|
-
else
|
7
|
-
KNOWN_VOID_ELEMENTS = ActionView::Helpers::TagHelper::TagBuilder::VOID_ELEMENTS.map(&:to_s).to_set
|
8
|
-
end
|
4
|
+
# Referenced from https://html.spec.whatwg.org/#void-elements
|
5
|
+
HTML_VOID_ELEMENTS = %w(area base br col embed hr img input link meta source track wbr)
|
9
6
|
|
10
7
|
def precompile
|
11
8
|
nodes = []
|
@@ -24,7 +21,7 @@ module Rbexy
|
|
24
21
|
private
|
25
22
|
|
26
23
|
def void?
|
27
|
-
|
24
|
+
HTML_VOID_ELEMENTS.include?(name)
|
28
25
|
end
|
29
26
|
|
30
27
|
def precompile_open_tag
|
data/lib/rbexy/runtime.rb
CHANGED
@@ -30,7 +30,7 @@ module Rbexy
|
|
30
30
|
@output_buffer = ActionView::OutputBuffer.new
|
31
31
|
instance_eval(code)
|
32
32
|
rescue => e
|
33
|
-
e.set_backtrace(e.backtrace.map { |l| l.gsub(
|
33
|
+
e.set_backtrace(e.backtrace.map { |l| l.gsub(/\(eval( at [^)]+)?\)/, "(rbx template string)") })
|
34
34
|
raise e
|
35
35
|
end
|
36
36
|
end
|
data/lib/rbexy/version.rb
CHANGED
data/lib/rbexy.rb
CHANGED
@@ -2,10 +2,9 @@ require "rbexy/version"
|
|
2
2
|
require "active_support/inflector"
|
3
3
|
require "active_support/concern"
|
4
4
|
require "active_support/core_ext/enumerable"
|
5
|
-
require "action_view
|
6
|
-
|
7
|
-
require "
|
8
|
-
require "action_view/context"
|
5
|
+
require "action_view"
|
6
|
+
|
7
|
+
require "rbexy/rails/engine" if defined?(::Rails)
|
9
8
|
|
10
9
|
module Rbexy
|
11
10
|
autoload :Lexer, "rbexy/lexer"
|
data/rbexy.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.summary = "A Ruby template language inspired by JSX"
|
10
10
|
spec.homepage = "https://github.com/patbenatar/rbexy"
|
11
11
|
spec.license = "MIT"
|
12
|
-
spec.required_ruby_version = Gem::Requirement.new(">=
|
12
|
+
spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")
|
13
13
|
|
14
14
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
15
15
|
|
@@ -25,11 +25,11 @@ Gem::Specification.new do |spec|
|
|
25
25
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
26
26
|
spec.require_paths = ["lib"]
|
27
27
|
|
28
|
-
spec.add_dependency "activesupport", ">= 6", "< 7.
|
29
|
-
spec.add_dependency "actionview", ">= 6", "< 7.
|
28
|
+
spec.add_dependency "activesupport", ">= 6", "< 7.3"
|
29
|
+
spec.add_dependency "actionview", ">= 6", "< 7.3"
|
30
30
|
|
31
31
|
spec.add_development_dependency "appraisal", "~> 2.2"
|
32
|
-
spec.add_development_dependency "rails", ">= 6", "< 7.
|
32
|
+
spec.add_development_dependency "rails", ">= 6", "< 7.3"
|
33
33
|
spec.add_development_dependency "sprockets-rails", ">= 2", "< 4"
|
34
34
|
spec.add_development_dependency "rspec", "~> 3.12"
|
35
35
|
spec.add_development_dependency "guard-rspec", "~> 4.7", ">= 4.7.3"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rbexy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.
|
4
|
+
version: 2.0.0.rc5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nick Giancola
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '6'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '7.
|
22
|
+
version: '7.3'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '6'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: '7.
|
32
|
+
version: '7.3'
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: actionview
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -39,7 +39,7 @@ dependencies:
|
|
39
39
|
version: '6'
|
40
40
|
- - "<"
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: '7.
|
42
|
+
version: '7.3'
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -49,7 +49,7 @@ dependencies:
|
|
49
49
|
version: '6'
|
50
50
|
- - "<"
|
51
51
|
- !ruby/object:Gem::Version
|
52
|
-
version: '7.
|
52
|
+
version: '7.3'
|
53
53
|
- !ruby/object:Gem::Dependency
|
54
54
|
name: appraisal
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
@@ -73,7 +73,7 @@ dependencies:
|
|
73
73
|
version: '6'
|
74
74
|
- - "<"
|
75
75
|
- !ruby/object:Gem::Version
|
76
|
-
version: '7.
|
76
|
+
version: '7.3'
|
77
77
|
type: :development
|
78
78
|
prerelease: false
|
79
79
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -83,7 +83,7 @@ dependencies:
|
|
83
83
|
version: '6'
|
84
84
|
- - "<"
|
85
85
|
- !ruby/object:Gem::Version
|
86
|
-
version: '7.
|
86
|
+
version: '7.3'
|
87
87
|
- !ruby/object:Gem::Dependency
|
88
88
|
name: sprockets-rails
|
89
89
|
requirement: !ruby/object:Gem::Requirement
|
@@ -273,6 +273,8 @@ files:
|
|
273
273
|
- gemfiles/rails_7_0.gemfile.lock
|
274
274
|
- gemfiles/rails_7_1.gemfile
|
275
275
|
- gemfiles/rails_7_1.gemfile.lock
|
276
|
+
- gemfiles/rails_7_2.gemfile
|
277
|
+
- gemfiles/rails_7_2.gemfile.lock
|
276
278
|
- gemfiles/rails_master.gemfile
|
277
279
|
- gemfiles/rails_master.gemfile.lock
|
278
280
|
- lib/rbexy.rb
|
@@ -330,7 +332,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
330
332
|
requirements:
|
331
333
|
- - ">="
|
332
334
|
- !ruby/object:Gem::Version
|
333
|
-
version:
|
335
|
+
version: 3.1.0
|
334
336
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
335
337
|
requirements:
|
336
338
|
- - ">"
|