A skeleton web application configured to use Sinatra and ActiveRecord
1GEM
2 remote: https://rubygems.org/
3 specs:
4 activemodel (8.0.2)
5 activesupport (= 8.0.2)
6 activerecord (8.0.2)
7 activemodel (= 8.0.2)
8 activesupport (= 8.0.2)
9 timeout (>= 0.4.0)
10 activesupport (8.0.2)
11 base64
12 benchmark (>= 0.3)
13 bigdecimal
14 concurrent-ruby (~> 1.0, >= 1.3.1)
15 connection_pool (>= 2.2.5)
16 drb
17 i18n (>= 1.6, < 2)
18 logger (>= 1.4.2)
19 minitest (>= 5.1)
20 securerandom (>= 0.3)
21 tzinfo (~> 2.0, >= 2.0.5)
22 uri (>= 0.13.1)
23 base64 (0.2.0)
24 bcrypt (3.1.20)
25 benchmark (0.4.0)
26 bigdecimal (3.1.9)
27 concurrent-ruby (1.3.5)
28 connection_pool (2.5.0)
29 date (3.4.1)
30 drb (2.2.1)
31 erubi (1.13.1)
32 ffi (1.17.1)
33 i18n (1.14.7)
34 concurrent-ruby (~> 1.0)
35 io-console (0.8.0)
36 irb (1.15.1)
37 pp (>= 0.6.0)
38 rdoc (>= 4.0.0)
39 reline (>= 0.4.2)
40 json (2.10.2)
41 listen (3.9.0)
42 rb-fsevent (~> 0.10, >= 0.10.3)
43 rb-inotify (~> 0.9, >= 0.9.10)
44 logger (1.6.6)
45 mail (2.8.1)
46 mini_mime (>= 0.1.1)
47 net-imap
48 net-pop
49 net-smtp
50 mini_mime (1.1.5)
51 mini_portile2 (2.8.8)
52 minitest (5.25.4)
53 multi_json (1.15.0)
54 mustermann (3.0.3)
55 ruby2_keywords (~> 0.0.1)
56 net-imap (0.5.6)
57 date
58 net-protocol
59 net-pop (0.1.2)
60 net-protocol
61 net-protocol (0.2.2)
62 timeout
63 net-smtp (0.5.1)
64 net-protocol
65 nio4r (2.7.4)
66 pony (1.13.1)
67 mail (>= 2.0)
68 pp (0.6.2)
69 prettyprint
70 prettyprint (0.2.0)
71 psych (5.2.3)
72 date
73 stringio
74 puma (6.6.0)
75 nio4r (~> 2.0)
76 rack (3.1.12)
77 rack-protection (4.1.1)
78 base64 (>= 0.1.0)
79 logger (>= 1.6.0)
80 rack (>= 3.0.0, < 4)
81 rack-session (2.1.0)
82 base64 (>= 0.1.0)
83 rack (>= 3.0.0)
84 rack-test (2.2.0)
85 rack (>= 1.3)
86 rack_csrf (2.7.0)
87 rack (>= 1.1.0)
88 rackup (2.2.1)
89 rack (>= 3)
90 rake (13.2.1)
91 rb-fsevent (0.11.2)
92 rb-inotify (0.11.1)
93 ffi (~> 1.0)
94 rb-kqueue (0.2.8)
95 ffi (>= 0.5.0)
96 rdoc (6.12.0)
97 psych (>= 4.0.0)
98 reline (0.6.0)
99 io-console (~> 0.5)
100 rerun (0.14.0)
101 listen (~> 3.0)
102 ruby2_keywords (0.0.5)
103 securerandom (0.4.1)
104 sinatra (4.1.1)
105 logger (>= 1.6.0)
106 mustermann (~> 3.0)
107 rack (>= 3.0.0, < 4)
108 rack-protection (= 4.1.1)
109 rack-session (>= 2.0.0, < 3)
110 tilt (~> 2.0)
111 sinatra-activerecord (2.0.28)
112 activerecord (>= 4.1)
113 sinatra (>= 1.0)
114 sinatra-contrib (4.1.1)
115 multi_json (>= 0.0.2)
116 mustermann (~> 3.0)
117 rack-protection (= 4.1.1)
118 sinatra (= 4.1.1)
119 tilt (~> 2.0)
120 sqlite3 (2.6.0)
121 mini_portile2 (~> 2.8.0)
122 stringio (3.1.5)
123 tilt (2.6.0)
124 timeout (0.4.3)
125 tzinfo (2.0.6)
126 concurrent-ruby (~> 1.0)
127 uri (1.0.3)
128
129PLATFORMS
130 ruby
131
132DEPENDENCIES
133 activerecord (~> 8.0)
134 bcrypt
135 erubi
136 irb
137 json
138 mail
139 minitest
140 pony
141 puma
142 rack
143 rack-test
144 rack_csrf
145 rackup
146 rake
147 rb-kqueue
148 rerun
149 sinatra (< 4.2)
150 sinatra-activerecord
151 sinatra-contrib
152 sqlite3
153
154RUBY VERSION
155 ruby 3.4.2p28
156
157BUNDLED WITH
158 2.6.2