File tree 2 files changed +24
-18
lines changed
2 files changed +24
-18
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ gem 'parslet'
22
22
# Reduces boot times through caching; required in config/boot.rb
23
23
gem 'bootsnap' , require : false
24
24
25
- gem 'rack' , '~> 2.2 '
25
+ gem 'rack' , '~> 3.1 '
26
26
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
27
- gem 'rack-cors' , '2.0.0'
27
+ gem 'rack-cors'
28
28
29
29
# Used for our import of the card data.
30
30
gem 'activerecord-import'
@@ -41,7 +41,8 @@ gem 'scenic'
41
41
42
42
gem 'apitome'
43
43
gem 'jwt'
44
- gem 'rspec_api_documentation'
44
+ # Specific fork to deal with rack 3.1 compatibility issue.
45
+ gem 'rspec_api_documentation' , github : 'SchoolKeep/rspec_api_documentation' , ref : '13df1ac'
45
46
gem 'sprockets-rails'
46
47
47
48
# Observability and monitoring via OpenTelemetry.
Original file line number Diff line number Diff line change
1
+ GIT
2
+ remote: https://github.com/SchoolKeep/rspec_api_documentation.git
3
+ revision: 13df1acbcacf730468b6cfd2bae56e3c0d1a5b3a
4
+ ref: 13df1ac
5
+ specs:
6
+ rspec_api_documentation (6.1.0 )
7
+ activesupport (>= 3.0.0 )
8
+ mustache (~> 1.0 , >= 0.99.4 )
9
+ rspec (~> 3.0 )
10
+
1
11
GEM
2
12
remote: https://rubygems.org/
3
13
specs:
@@ -430,16 +440,16 @@ GEM
430
440
puma (6.6.0 )
431
441
nio4r (~> 2.0 )
432
442
racc (1.8.1 )
433
- rack (2.2.13 )
434
- rack-cors (2.0.0 )
443
+ rack (3.1.12 )
444
+ rack-cors (2.0.2 )
435
445
rack (>= 2.0.0 )
436
- rack-session (1.0.2 )
437
- rack (< 3 )
446
+ rack-session (2.1.0 )
447
+ base64 (>= 0.1.0 )
448
+ rack (>= 3.0.0 )
438
449
rack-test (2.2.0 )
439
450
rack (>= 1.3 )
440
- rackup (1.0.1 )
441
- rack (< 3 )
442
- webrick
451
+ rackup (2.2.1 )
452
+ rack (>= 3 )
443
453
rails (7.2.2.1 )
444
454
actioncable (= 7.2.2.1 )
445
455
actionmailbox (= 7.2.2.1 )
505
515
rspec-mocks (~> 3.13 )
506
516
rspec-support (~> 3.13 )
507
517
rspec-support (3.13.2 )
508
- rspec_api_documentation (6.1.0 )
509
- activesupport (>= 3.0.0 )
510
- mustache (~> 1.0 , >= 0.99.4 )
511
- rspec (~> 3.0 )
512
518
rubocop (1.74.0 )
513
519
json (~> 2.3 )
514
520
language_server-protocol (~> 3.17.0.2 )
569
575
unicode-emoji (4.0.4 )
570
576
uniform_notifier (1.16.0 )
571
577
useragent (0.16.11 )
572
- webrick (1.9.1 )
573
578
websocket-driver (0.7.7 )
574
579
base64
575
580
websocket-extensions (>= 0.1.0 )
@@ -606,13 +611,13 @@ DEPENDENCIES
606
611
parslet
607
612
pg (~> 1.1 )
608
613
puma (~> 6.4 )
609
- rack (~> 2.2 )
610
- rack-cors ( = 2.0.0 )
614
+ rack (~> 3.1 )
615
+ rack-cors
611
616
rails (~> 7 )
612
617
responders
613
618
reverse_markdown
614
619
rspec-rails
615
- rspec_api_documentation
620
+ rspec_api_documentation !
616
621
rubocop
617
622
rubocop-factory_bot
618
623
rubocop-rails
You can’t perform that action at this time.
0 commit comments