File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ gem 'puma'
2121# gem 'rack-cors'
2222# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
2323
24+ gem 'cgi'
25+ gem 'tsort'
26+
2427group :development , :test do
2528 # Call 'byebug' anywhere in the code to stop execution and get a debugger console
2629 # gem 'byebug', platform: :mri
Original file line number Diff line number Diff line change 8484 benchmark (0.4.0 )
8585 bigdecimal (3.1.9 )
8686 builder (3.3.0 )
87+ cgi (0.5.1 )
8788 concurrent-ruby (1.3.5 )
8889 connection_pool (2.5.1 )
8990 crass (1.0.6 )
129130 marcel (1.0.4 )
130131 mini_mime (1.1.5 )
131132 mini_portile2 (2.8.8 )
132- minitest (5.25.5 )
133+ minitest (6.0.5 )
134+ drb (~> 2.0 )
135+ prism (~> 1.5 )
133136 net-imap (0.5.7 )
134137 date
135138 net-protocol
147150 pp (0.6.2 )
148151 prettyprint
149152 prettyprint (0.2.0 )
153+ prism (1.9.0 )
150154 psych (5.2.3 )
151155 date
152156 stringio
204208 stringio (3.1.7 )
205209 thor (1.3.2 )
206210 timeout (0.4.3 )
211+ tsort (0.2.0 )
207212 tzinfo (2.0.6 )
208213 concurrent-ruby (~> 1.0 )
209214 uri (1.0.3 )
@@ -225,10 +230,12 @@ PLATFORMS
225230 ruby
226231
227232DEPENDENCIES
233+ cgi
228234 devise-jwt !
229235 puma
230236 rails
231237 sqlite3
238+ tsort
232239
233240BUNDLED WITH
234241 2.6.7
You can’t perform that action at this time.
0 commit comments