Skip to content

Commit 8da0ab9

Browse files
committed
Add Rails dep
1 parent b8954f6 commit 8da0ab9

File tree

2 files changed

+194
-0
lines changed

2 files changed

+194
-0
lines changed

Gemfile.lock

+193
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,193 @@
1+
PATH
2+
remote: .
3+
specs:
4+
custom_elements-rails (0.1.0)
5+
rails (>= 7.1.3.2)
6+
7+
GEM
8+
remote: https://rubygems.org/
9+
specs:
10+
actioncable (7.1.3.2)
11+
actionpack (= 7.1.3.2)
12+
activesupport (= 7.1.3.2)
13+
nio4r (~> 2.0)
14+
websocket-driver (>= 0.6.1)
15+
zeitwerk (~> 2.6)
16+
actionmailbox (7.1.3.2)
17+
actionpack (= 7.1.3.2)
18+
activejob (= 7.1.3.2)
19+
activerecord (= 7.1.3.2)
20+
activestorage (= 7.1.3.2)
21+
activesupport (= 7.1.3.2)
22+
mail (>= 2.7.1)
23+
net-imap
24+
net-pop
25+
net-smtp
26+
actionmailer (7.1.3.2)
27+
actionpack (= 7.1.3.2)
28+
actionview (= 7.1.3.2)
29+
activejob (= 7.1.3.2)
30+
activesupport (= 7.1.3.2)
31+
mail (~> 2.5, >= 2.5.4)
32+
net-imap
33+
net-pop
34+
net-smtp
35+
rails-dom-testing (~> 2.2)
36+
actionpack (7.1.3.2)
37+
actionview (= 7.1.3.2)
38+
activesupport (= 7.1.3.2)
39+
nokogiri (>= 1.8.5)
40+
racc
41+
rack (>= 2.2.4)
42+
rack-session (>= 1.0.1)
43+
rack-test (>= 0.6.3)
44+
rails-dom-testing (~> 2.2)
45+
rails-html-sanitizer (~> 1.6)
46+
actiontext (7.1.3.2)
47+
actionpack (= 7.1.3.2)
48+
activerecord (= 7.1.3.2)
49+
activestorage (= 7.1.3.2)
50+
activesupport (= 7.1.3.2)
51+
globalid (>= 0.6.0)
52+
nokogiri (>= 1.8.5)
53+
actionview (7.1.3.2)
54+
activesupport (= 7.1.3.2)
55+
builder (~> 3.1)
56+
erubi (~> 1.11)
57+
rails-dom-testing (~> 2.2)
58+
rails-html-sanitizer (~> 1.6)
59+
activejob (7.1.3.2)
60+
activesupport (= 7.1.3.2)
61+
globalid (>= 0.3.6)
62+
activemodel (7.1.3.2)
63+
activesupport (= 7.1.3.2)
64+
activerecord (7.1.3.2)
65+
activemodel (= 7.1.3.2)
66+
activesupport (= 7.1.3.2)
67+
timeout (>= 0.4.0)
68+
activestorage (7.1.3.2)
69+
actionpack (= 7.1.3.2)
70+
activejob (= 7.1.3.2)
71+
activerecord (= 7.1.3.2)
72+
activesupport (= 7.1.3.2)
73+
marcel (~> 1.0)
74+
activesupport (7.1.3.2)
75+
base64
76+
bigdecimal
77+
concurrent-ruby (~> 1.0, >= 1.0.2)
78+
connection_pool (>= 2.2.5)
79+
drb
80+
i18n (>= 1.6, < 2)
81+
minitest (>= 5.1)
82+
mutex_m
83+
tzinfo (~> 2.0)
84+
base64 (0.2.0)
85+
bigdecimal (3.1.7)
86+
builder (3.2.4)
87+
concurrent-ruby (1.2.3)
88+
connection_pool (2.4.1)
89+
crass (1.0.6)
90+
date (3.3.4)
91+
drb (2.2.1)
92+
erubi (1.12.0)
93+
globalid (1.2.1)
94+
activesupport (>= 6.1)
95+
i18n (1.14.4)
96+
concurrent-ruby (~> 1.0)
97+
io-console (0.7.2)
98+
irb (1.12.0)
99+
rdoc
100+
reline (>= 0.4.2)
101+
loofah (2.22.0)
102+
crass (~> 1.0.2)
103+
nokogiri (>= 1.12.0)
104+
mail (2.8.1)
105+
mini_mime (>= 0.1.1)
106+
net-imap
107+
net-pop
108+
net-smtp
109+
marcel (1.0.4)
110+
mini_mime (1.1.5)
111+
minitest (5.22.3)
112+
mutex_m (0.2.0)
113+
net-imap (0.4.10)
114+
date
115+
net-protocol
116+
net-pop (0.1.2)
117+
net-protocol
118+
net-protocol (0.2.2)
119+
timeout
120+
net-smtp (0.5.0)
121+
net-protocol
122+
nio4r (2.7.1)
123+
nokogiri (1.16.4-arm64-darwin)
124+
racc (~> 1.4)
125+
psych (5.1.2)
126+
stringio
127+
puma (6.4.2)
128+
nio4r (~> 2.0)
129+
racc (1.7.3)
130+
rack (3.0.10)
131+
rack-session (2.0.0)
132+
rack (>= 3.0.0)
133+
rack-test (2.1.0)
134+
rack (>= 1.3)
135+
rackup (2.1.0)
136+
rack (>= 3)
137+
webrick (~> 1.8)
138+
rails (7.1.3.2)
139+
actioncable (= 7.1.3.2)
140+
actionmailbox (= 7.1.3.2)
141+
actionmailer (= 7.1.3.2)
142+
actionpack (= 7.1.3.2)
143+
actiontext (= 7.1.3.2)
144+
actionview (= 7.1.3.2)
145+
activejob (= 7.1.3.2)
146+
activemodel (= 7.1.3.2)
147+
activerecord (= 7.1.3.2)
148+
activestorage (= 7.1.3.2)
149+
activesupport (= 7.1.3.2)
150+
bundler (>= 1.15.0)
151+
railties (= 7.1.3.2)
152+
rails-dom-testing (2.2.0)
153+
activesupport (>= 5.0.0)
154+
minitest
155+
nokogiri (>= 1.6)
156+
rails-html-sanitizer (1.6.0)
157+
loofah (~> 2.21)
158+
nokogiri (~> 1.14)
159+
railties (7.1.3.2)
160+
actionpack (= 7.1.3.2)
161+
activesupport (= 7.1.3.2)
162+
irb
163+
rackup (>= 1.0.0)
164+
rake (>= 12.2)
165+
thor (~> 1.0, >= 1.2.2)
166+
zeitwerk (~> 2.6)
167+
rake (13.2.1)
168+
rdoc (6.6.3.1)
169+
psych (>= 4.0.0)
170+
reline (0.5.1)
171+
io-console (~> 0.5)
172+
sqlite3 (1.7.3-arm64-darwin)
173+
stringio (3.1.0)
174+
thor (1.3.1)
175+
timeout (0.4.1)
176+
tzinfo (2.0.6)
177+
concurrent-ruby (~> 1.0)
178+
webrick (1.8.1)
179+
websocket-driver (0.7.6)
180+
websocket-extensions (>= 0.1.0)
181+
websocket-extensions (0.1.5)
182+
zeitwerk (2.6.13)
183+
184+
PLATFORMS
185+
arm64-darwin
186+
187+
DEPENDENCIES
188+
custom_elements-rails!
189+
puma
190+
sqlite3
191+
192+
BUNDLED WITH
193+
2.5.9

custom_elements-rails.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ Gem::Specification.new do |spec|
2020
end
2121

2222
# TODO
23+
spec.add_dependency "rails", ">= 7.1.3.2"
2324
end

0 commit comments

Comments
 (0)