about summary refs log tree commit diff stats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-27 23:51:23 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-27 23:51:23 -0400
commitd09db2d6d0727faba8e5078900f2fbd1e18ea49f (patch)
tree978edaa0c321477d3c04f515cd13da0051a5459f /Gemfile.lock
parent75a7c7131f6c9a6d80d16055130609eb97f37dfd (diff)
downloadwittle-d09db2d6d0727faba8e5078900f2fbd1e18ea49f.tar.gz
wittle-d09db2d6d0727faba8e5078900f2fbd1e18ea49f.tar.bz2
wittle-d09db2d6d0727faba8e5078900f2fbd1e18ea49f.zip
it's an engine now!
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock196
1 files changed, 195 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 16be444..88b074d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -1,13 +1,207 @@
1PATH
2 remote: .
3 specs:
4 wittle (0.1.0)
5 rails (>= 7.1.1)
6 rice
7
1GEM 8GEM
2 remote: https://rubygems.org/ 9 remote: https://rubygems.org/
3 specs: 10 specs:
11 actioncable (7.1.1)
12 actionpack (= 7.1.1)
13 activesupport (= 7.1.1)
14 nio4r (~> 2.0)
15 websocket-driver (>= 0.6.1)
16 zeitwerk (~> 2.6)
17 actionmailbox (7.1.1)
18 actionpack (= 7.1.1)
19 activejob (= 7.1.1)
20 activerecord (= 7.1.1)
21 activestorage (= 7.1.1)
22 activesupport (= 7.1.1)
23 mail (>= 2.7.1)
24 net-imap
25 net-pop
26 net-smtp
27 actionmailer (7.1.1)
28 actionpack (= 7.1.1)
29 actionview (= 7.1.1)
30 activejob (= 7.1.1)
31 activesupport (= 7.1.1)
32 mail (~> 2.5, >= 2.5.4)
33 net-imap
34 net-pop
35 net-smtp
36 rails-dom-testing (~> 2.2)
37 actionpack (7.1.1)
38 actionview (= 7.1.1)
39 activesupport (= 7.1.1)
40 nokogiri (>= 1.8.5)
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.1)
47 actionpack (= 7.1.1)
48 activerecord (= 7.1.1)
49 activestorage (= 7.1.1)
50 activesupport (= 7.1.1)
51 globalid (>= 0.6.0)
52 nokogiri (>= 1.8.5)
53 actionview (7.1.1)
54 activesupport (= 7.1.1)
55 builder (~> 3.1)
56 erubi (~> 1.11)
57 rails-dom-testing (~> 2.2)
58 rails-html-sanitizer (~> 1.6)
59 activejob (7.1.1)
60 activesupport (= 7.1.1)
61 globalid (>= 0.3.6)
62 activemodel (7.1.1)
63 activesupport (= 7.1.1)
64 activerecord (7.1.1)
65 activemodel (= 7.1.1)
66 activesupport (= 7.1.1)
67 timeout (>= 0.4.0)
68 activestorage (7.1.1)
69 actionpack (= 7.1.1)
70 activejob (= 7.1.1)
71 activerecord (= 7.1.1)
72 activesupport (= 7.1.1)
73 marcel (~> 1.0)
74 activesupport (7.1.1)
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.1.1)
85 bigdecimal (3.1.4)
86 builder (3.2.4)
87 concurrent-ruby (1.2.2)
88 connection_pool (2.4.1)
89 crass (1.0.6)
90 date (3.3.3)
91 drb (2.1.1)
92 ruby2_keywords
93 erubi (1.12.0)
94 globalid (1.2.1)
95 activesupport (>= 6.1)
96 i18n (1.14.1)
97 concurrent-ruby (~> 1.0)
98 io-console (0.6.0)
99 irb (1.8.3)
100 rdoc
101 reline (>= 0.3.8)
102 loofah (2.21.4)
103 crass (~> 1.0.2)
104 nokogiri (>= 1.12.0)
105 mail (2.8.1)
106 mini_mime (>= 0.1.1)
107 net-imap
108 net-pop
109 net-smtp
110 marcel (1.0.2)
111 mini_mime (1.1.5)
112 minitest (5.20.0)
113 mutex_m (0.1.2)
114 net-imap (0.4.2)
115 date
116 net-protocol
117 net-pop (0.1.2)
118 net-protocol
119 net-protocol (0.2.1)
120 timeout
121 net-smtp (0.4.0)
122 net-protocol
123 nio4r (2.5.9)
124 nokogiri (1.15.4-x86_64-darwin)
125 racc (~> 1.4)
126 psych (5.1.1.1)
127 stringio
128 puma (6.4.0)
129 nio4r (~> 2.0)
130 racc (1.7.1)
131 rack (3.0.8)
132 rack-session (2.0.0)
133 rack (>= 3.0.0)
134 rack-test (2.1.0)
135 rack (>= 1.3)
136 rackup (2.1.0)
137 rack (>= 3)
138 webrick (~> 1.8)
139 rails (7.1.1)
140 actioncable (= 7.1.1)
141 actionmailbox (= 7.1.1)
142 actionmailer (= 7.1.1)
143 actionpack (= 7.1.1)
144 actiontext (= 7.1.1)
145 actionview (= 7.1.1)
146 activejob (= 7.1.1)
147 activemodel (= 7.1.1)
148 activerecord (= 7.1.1)
149 activestorage (= 7.1.1)
150 activesupport (= 7.1.1)
151 bundler (>= 1.15.0)
152 railties (= 7.1.1)
153 rails-dom-testing (2.2.0)
154 activesupport (>= 5.0.0)
155 minitest
156 nokogiri (>= 1.6)
157 rails-html-sanitizer (1.6.0)
158 loofah (~> 2.21)
159 nokogiri (~> 1.14)
160 railties (7.1.1)
161 actionpack (= 7.1.1)
162 activesupport (= 7.1.1)
163 irb
164 rackup (>= 1.0.0)
165 rake (>= 12.2)
166 thor (~> 1.0, >= 1.2.2)
167 zeitwerk (~> 2.6)
168 rake (13.1.0)
169 rake-compiler (1.2.5)
170 rake
171 rdoc (6.5.0)
172 psych (>= 4.0.0)
173 reline (0.3.9)
174 io-console (~> 0.5)
4 rice (4.1.0) 175 rice (4.1.0)
176 ruby2_keywords (0.0.5)
177 sprockets (4.2.1)
178 concurrent-ruby (~> 1.0)
179 rack (>= 2.2.4, < 4)
180 sprockets-rails (3.4.2)
181 actionpack (>= 5.2)
182 activesupport (>= 5.2)
183 sprockets (>= 3.0.0)
184 sqlite3 (1.6.7-x86_64-darwin)
185 stringio (3.0.8)
186 thor (1.3.0)
187 timeout (0.4.0)
188 tzinfo (2.0.6)
189 concurrent-ruby (~> 1.0)
190 webrick (1.8.1)
191 websocket-driver (0.7.6)
192 websocket-extensions (>= 0.1.0)
193 websocket-extensions (0.1.5)
194 zeitwerk (2.6.12)
5 195
6PLATFORMS 196PLATFORMS
7 x86_64-darwin-22 197 x86_64-darwin-22
8 198
9DEPENDENCIES 199DEPENDENCIES
10 rice 200 puma
201 rake-compiler
202 sprockets-rails
203 sqlite3
204 wittle!
11 205
12BUNDLED WITH 206BUNDLED WITH
13 2.4.10 207 2.4.10