about summary refs log tree commit diff stats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-11-30 13:29:08 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2023-11-30 13:29:08 -0500
commit0929719a845897cc8567cf972e07a69a71f0fa6f (patch)
tree2b6f69c1d906abb6e0abf8a0f1d51725bc78087d /Gemfile.lock
parent01c1947537e4e23ded0c16812a7cd9d49ad88356 (diff)
downloadwittle-0929719a845897cc8567cf972e07a69a71f0fa6f.tar.gz
wittle-0929719a845897cc8567cf972e07a69a71f0fa6f.tar.bz2
wittle-0929719a845897cc8567cf972e07a69a71f0fa6f.zip
Migrate to a full rails app
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock224
1 files changed, 140 insertions, 84 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 11ce5d5..86a8335 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -1,81 +1,71 @@
1PATH
2 remote: .
3 specs:
4 wittle (0.1.0)
5 enumerize
6 haml
7 jquery-rails
8 rails (>= 7.1.1)
9 rice
10 sassc-rails
11
12GEM 1GEM
13 remote: https://rubygems.org/ 2 remote: https://rubygems.org/
14 specs: 3 specs:
15 actioncable (7.1.1) 4 actioncable (7.1.2)
16 actionpack (= 7.1.1) 5 actionpack (= 7.1.2)
17 activesupport (= 7.1.1) 6 activesupport (= 7.1.2)
18 nio4r (~> 2.0) 7 nio4r (~> 2.0)
19 websocket-driver (>= 0.6.1) 8 websocket-driver (>= 0.6.1)
20 zeitwerk (~> 2.6) 9 zeitwerk (~> 2.6)
21 actionmailbox (7.1.1) 10 actionmailbox (7.1.2)
22 actionpack (= 7.1.1) 11 actionpack (= 7.1.2)
23 activejob (= 7.1.1) 12 activejob (= 7.1.2)
24 activerecord (= 7.1.1) 13 activerecord (= 7.1.2)
25 activestorage (= 7.1.1) 14 activestorage (= 7.1.2)
26 activesupport (= 7.1.1) 15 activesupport (= 7.1.2)
27 mail (>= 2.7.1) 16 mail (>= 2.7.1)
28 net-imap 17 net-imap
29 net-pop 18 net-pop
30 net-smtp 19 net-smtp
31 actionmailer (7.1.1) 20 actionmailer (7.1.2)
32 actionpack (= 7.1.1) 21 actionpack (= 7.1.2)
33 actionview (= 7.1.1) 22 actionview (= 7.1.2)
34 activejob (= 7.1.1) 23 activejob (= 7.1.2)
35 activesupport (= 7.1.1) 24 activesupport (= 7.1.2)
36 mail (~> 2.5, >= 2.5.4) 25 mail (~> 2.5, >= 2.5.4)
37 net-imap 26 net-imap
38 net-pop 27 net-pop
39 net-smtp 28 net-smtp
40 rails-dom-testing (~> 2.2) 29 rails-dom-testing (~> 2.2)
41 actionpack (7.1.1) 30 actionpack (7.1.2)
42 actionview (= 7.1.1) 31 actionview (= 7.1.2)
43 activesupport (= 7.1.1) 32 activesupport (= 7.1.2)
44 nokogiri (>= 1.8.5) 33 nokogiri (>= 1.8.5)
34 racc
45 rack (>= 2.2.4) 35 rack (>= 2.2.4)
46 rack-session (>= 1.0.1) 36 rack-session (>= 1.0.1)
47 rack-test (>= 0.6.3) 37 rack-test (>= 0.6.3)
48 rails-dom-testing (~> 2.2) 38 rails-dom-testing (~> 2.2)
49 rails-html-sanitizer (~> 1.6) 39 rails-html-sanitizer (~> 1.6)
50 actiontext (7.1.1) 40 actiontext (7.1.2)
51 actionpack (= 7.1.1) 41 actionpack (= 7.1.2)
52 activerecord (= 7.1.1) 42 activerecord (= 7.1.2)
53 activestorage (= 7.1.1) 43 activestorage (= 7.1.2)
54 activesupport (= 7.1.1) 44 activesupport (= 7.1.2)
55 globalid (>= 0.6.0) 45 globalid (>= 0.6.0)
56 nokogiri (>= 1.8.5) 46 nokogiri (>= 1.8.5)
57 actionview (7.1.1) 47 actionview (7.1.2)
58 activesupport (= 7.1.1) 48 activesupport (= 7.1.2)
59 builder (~> 3.1) 49 builder (~> 3.1)
60 erubi (~> 1.11) 50 erubi (~> 1.11)
61 rails-dom-testing (~> 2.2) 51 rails-dom-testing (~> 2.2)
62 rails-html-sanitizer (~> 1.6) 52 rails-html-sanitizer (~> 1.6)
63 activejob (7.1.1) 53 activejob (7.1.2)
64 activesupport (= 7.1.1) 54 activesupport (= 7.1.2)
65 globalid (>= 0.3.6) 55 globalid (>= 0.3.6)
66 activemodel (7.1.1) 56 activemodel (7.1.2)
67 activesupport (= 7.1.1) 57 activesupport (= 7.1.2)
68 activerecord (7.1.1) 58 activerecord (7.1.2)
69 activemodel (= 7.1.1) 59 activemodel (= 7.1.2)
70 activesupport (= 7.1.1) 60 activesupport (= 7.1.2)
71 timeout (>= 0.4.0) 61 timeout (>= 0.4.0)
72 activestorage (7.1.1) 62 activestorage (7.1.2)
73 actionpack (= 7.1.1) 63 actionpack (= 7.1.2)
74 activejob (= 7.1.1) 64 activejob (= 7.1.2)
75 activerecord (= 7.1.1) 65 activerecord (= 7.1.2)
76 activesupport (= 7.1.1) 66 activesupport (= 7.1.2)
77 marcel (~> 1.0) 67 marcel (~> 1.0)
78 activesupport (7.1.1) 68 activesupport (7.1.2)
79 base64 69 base64
80 bigdecimal 70 bigdecimal
81 concurrent-ruby (~> 1.0, >= 1.0.2) 71 concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -85,18 +75,36 @@ GEM
85 minitest (>= 5.1) 75 minitest (>= 5.1)
86 mutex_m 76 mutex_m
87 tzinfo (~> 2.0) 77 tzinfo (~> 2.0)
88 base64 (0.1.1) 78 addressable (2.8.5)
79 public_suffix (>= 2.0.2, < 6.0)
80 base64 (0.2.0)
89 bigdecimal (3.1.4) 81 bigdecimal (3.1.4)
82 bindex (0.8.1)
83 bootsnap (1.17.0)
84 msgpack (~> 1.2)
90 builder (3.2.4) 85 builder (3.2.4)
86 capybara (3.39.2)
87 addressable
88 matrix
89 mini_mime (>= 0.1.3)
90 nokogiri (~> 1.8)
91 rack (>= 1.6.0)
92 rack-test (>= 0.6.3)
93 regexp_parser (>= 1.5, < 3.0)
94 xpath (~> 3.2)
91 concurrent-ruby (1.2.2) 95 concurrent-ruby (1.2.2)
92 connection_pool (2.4.1) 96 connection_pool (2.4.1)
93 crass (1.0.6) 97 crass (1.0.6)
94 date (3.3.3) 98 date (3.3.4)
95 drb (2.1.1) 99 debug (1.8.0)
100 irb (>= 1.5.0)
101 reline (>= 0.3.1)
102 drb (2.2.0)
96 ruby2_keywords 103 ruby2_keywords
97 enumerize (2.7.0) 104 enumerize (2.7.0)
98 activesupport (>= 3.2) 105 activesupport (>= 3.2)
99 erubi (1.12.0) 106 erubi (1.12.0)
107 execjs (2.9.1)
100 ffi (1.16.3) 108 ffi (1.16.3)
101 globalid (1.2.1) 109 globalid (1.2.1)
102 activesupport (>= 6.1) 110 activesupport (>= 6.1)
@@ -107,14 +115,19 @@ GEM
107 i18n (1.14.1) 115 i18n (1.14.1)
108 concurrent-ruby (~> 1.0) 116 concurrent-ruby (~> 1.0)
109 io-console (0.6.0) 117 io-console (0.6.0)
110 irb (1.8.3) 118 irb (1.9.1)
111 rdoc 119 rdoc
112 reline (>= 0.3.8) 120 reline (>= 0.3.8)
121 jbuilder (2.11.5)
122 actionview (>= 5.0.0)
123 activesupport (>= 5.0.0)
113 jquery-rails (4.6.0) 124 jquery-rails (4.6.0)
114 rails-dom-testing (>= 1, < 3) 125 rails-dom-testing (>= 1, < 3)
115 railties (>= 4.2.0) 126 railties (>= 4.2.0)
116 thor (>= 0.14, < 2.0) 127 thor (>= 0.14, < 2.0)
117 loofah (2.21.4) 128 libv8-node (18.16.0.0-x86_64-darwin)
129 libv8-node (18.16.0.0-x86_64-linux)
130 loofah (2.22.0)
118 crass (~> 1.0.2) 131 crass (~> 1.0.2)
119 nokogiri (>= 1.12.0) 132 nokogiri (>= 1.12.0)
120 mail (2.8.1) 133 mail (2.8.1)
@@ -123,26 +136,33 @@ GEM
123 net-pop 136 net-pop
124 net-smtp 137 net-smtp
125 marcel (1.0.2) 138 marcel (1.0.2)
139 matrix (0.4.2)
126 mini_mime (1.1.5) 140 mini_mime (1.1.5)
141 mini_racer (0.8.0)
142 libv8-node (~> 18.16.0.0)
127 minitest (5.20.0) 143 minitest (5.20.0)
128 mutex_m (0.1.2) 144 msgpack (1.7.2)
129 net-imap (0.4.2) 145 mutex_m (0.2.0)
146 net-imap (0.4.7)
130 date 147 date
131 net-protocol 148 net-protocol
132 net-pop (0.1.2) 149 net-pop (0.1.2)
133 net-protocol 150 net-protocol
134 net-protocol (0.2.1) 151 net-protocol (0.2.2)
135 timeout 152 timeout
136 net-smtp (0.4.0) 153 net-smtp (0.4.0)
137 net-protocol 154 net-protocol
138 nio4r (2.5.9) 155 nio4r (2.6.1)
139 nokogiri (1.15.4-x86_64-darwin) 156 nokogiri (1.15.5-x86_64-darwin)
157 racc (~> 1.4)
158 nokogiri (1.15.5-x86_64-linux)
140 racc (~> 1.4) 159 racc (~> 1.4)
141 psych (5.1.1.1) 160 psych (5.1.1.1)
142 stringio 161 stringio
162 public_suffix (5.0.4)
143 puma (6.4.0) 163 puma (6.4.0)
144 nio4r (~> 2.0) 164 nio4r (~> 2.0)
145 racc (1.7.1) 165 racc (1.7.3)
146 rack (3.0.8) 166 rack (3.0.8)
147 rack-session (2.0.0) 167 rack-session (2.0.0)
148 rack (>= 3.0.0) 168 rack (>= 3.0.0)
@@ -151,20 +171,20 @@ GEM
151 rackup (2.1.0) 171 rackup (2.1.0)
152 rack (>= 3) 172 rack (>= 3)
153 webrick (~> 1.8) 173 webrick (~> 1.8)
154 rails (7.1.1) 174 rails (7.1.2)
155 actioncable (= 7.1.1) 175 actioncable (= 7.1.2)
156 actionmailbox (= 7.1.1) 176 actionmailbox (= 7.1.2)
157 actionmailer (= 7.1.1) 177 actionmailer (= 7.1.2)
158 actionpack (= 7.1.1) 178 actionpack (= 7.1.2)
159 actiontext (= 7.1.1) 179 actiontext (= 7.1.2)
160 actionview (= 7.1.1) 180 actionview (= 7.1.2)
161 activejob (= 7.1.1) 181 activejob (= 7.1.2)
162 activemodel (= 7.1.1) 182 activemodel (= 7.1.2)
163 activerecord (= 7.1.1) 183 activerecord (= 7.1.2)
164 activestorage (= 7.1.1) 184 activestorage (= 7.1.2)
165 activesupport (= 7.1.1) 185 activesupport (= 7.1.2)
166 bundler (>= 1.15.0) 186 bundler (>= 1.15.0)
167 railties (= 7.1.1) 187 railties (= 7.1.2)
168 rails-dom-testing (2.2.0) 188 rails-dom-testing (2.2.0)
169 activesupport (>= 5.0.0) 189 activesupport (>= 5.0.0)
170 minitest 190 minitest
@@ -172,9 +192,9 @@ GEM
172 rails-html-sanitizer (1.6.0) 192 rails-html-sanitizer (1.6.0)
173 loofah (~> 2.21) 193 loofah (~> 2.21)
174 nokogiri (~> 1.14) 194 nokogiri (~> 1.14)
175 railties (7.1.1) 195 railties (7.1.2)
176 actionpack (= 7.1.1) 196 actionpack (= 7.1.2)
177 activesupport (= 7.1.1) 197 activesupport (= 7.1.2)
178 irb 198 irb
179 rackup (>= 1.0.0) 199 rackup (>= 1.0.0)
180 rake (>= 12.2) 200 rake (>= 12.2)
@@ -183,12 +203,15 @@ GEM
183 rake (13.1.0) 203 rake (13.1.0)
184 rake-compiler (1.2.5) 204 rake-compiler (1.2.5)
185 rake 205 rake
186 rdoc (6.5.0) 206 rdoc (6.6.0)
187 psych (>= 4.0.0) 207 psych (>= 4.0.0)
188 reline (0.3.9) 208 regexp_parser (2.8.2)
209 reline (0.4.1)
189 io-console (~> 0.5) 210 io-console (~> 0.5)
211 rexml (3.2.6)
190 rice (4.1.0) 212 rice (4.1.0)
191 ruby2_keywords (0.0.5) 213 ruby2_keywords (0.0.5)
214 rubyzip (2.3.2)
192 sassc (2.4.0) 215 sassc (2.4.0)
193 ffi (~> 1.9) 216 ffi (~> 1.9)
194 sassc-rails (2.1.2) 217 sassc-rails (2.1.2)
@@ -197,6 +220,10 @@ GEM
197 sprockets (> 3.0) 220 sprockets (> 3.0)
198 sprockets-rails 221 sprockets-rails
199 tilt 222 tilt
223 selenium-webdriver (4.15.0)
224 rexml (~> 3.2, >= 3.2.5)
225 rubyzip (>= 1.2.2, < 3.0)
226 websocket (~> 1.0)
200 sprockets (4.2.1) 227 sprockets (4.2.1)
201 concurrent-ruby (~> 1.0) 228 concurrent-ruby (~> 1.0)
202 rack (>= 2.2.4, < 4) 229 rack (>= 2.2.4, < 4)
@@ -204,29 +231,58 @@ GEM
204 actionpack (>= 5.2) 231 actionpack (>= 5.2)
205 activesupport (>= 5.2) 232 activesupport (>= 5.2)
206 sprockets (>= 3.0.0) 233 sprockets (>= 3.0.0)
207 sqlite3 (1.6.7-x86_64-darwin) 234 sqlite3 (1.6.9-x86_64-darwin)
208 stringio (3.0.8) 235 sqlite3 (1.6.9-x86_64-linux)
236 stringio (3.1.0)
209 temple (0.10.3) 237 temple (0.10.3)
238 terser (1.1.20)
239 execjs (>= 0.3.0, < 3)
210 thor (1.3.0) 240 thor (1.3.0)
211 tilt (2.3.0) 241 tilt (2.3.0)
212 timeout (0.4.0) 242 timeout (0.4.1)
213 tzinfo (2.0.6) 243 tzinfo (2.0.6)
214 concurrent-ruby (~> 1.0) 244 concurrent-ruby (~> 1.0)
245 web-console (4.2.1)
246 actionview (>= 6.0.0)
247 activemodel (>= 6.0.0)
248 bindex (>= 0.4.0)
249 railties (>= 6.0.0)
215 webrick (1.8.1) 250 webrick (1.8.1)
251 websocket (1.2.10)
216 websocket-driver (0.7.6) 252 websocket-driver (0.7.6)
217 websocket-extensions (>= 0.1.0) 253 websocket-extensions (>= 0.1.0)
218 websocket-extensions (0.1.5) 254 websocket-extensions (0.1.5)
255 xpath (3.2.0)
256 nokogiri (~> 1.8)
219 zeitwerk (2.6.12) 257 zeitwerk (2.6.12)
220 258
221PLATFORMS 259PLATFORMS
222 x86_64-darwin-22 260 x86_64-darwin-22
261 x86_64-linux
223 262
224DEPENDENCIES 263DEPENDENCIES
225 puma 264 bootsnap
265 capybara
266 debug
267 enumerize
268 haml
269 jbuilder
270 jquery-rails
271 mini_racer
272 puma (>= 5.0)
273 rails (~> 7.1.2)
226 rake-compiler 274 rake-compiler
275 rice
276 sassc-rails
277 selenium-webdriver
227 sprockets-rails 278 sprockets-rails
228 sqlite3 279 sqlite3 (~> 1.4)
229 wittle! 280 terser (~> 1.1.19)
281 tzinfo-data
282 web-console
283
284RUBY VERSION
285 ruby 3.2.2p53
230 286
231BUNDLED WITH 287BUNDLED WITH
232 2.4.10 288 2.4.21