File tree 2 files changed +6
-16
lines changed
2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,7 @@ gem 'sass-rails', '>= 5'
19
19
# https://gihyo.jp/article/2024/01/ruby3.3-bundled-gems
20
20
gem 'csv'
21
21
22
-
23
- # For handling error by Rambulance: https://github.com/yuki24/rambulance
24
- # FIXME: Using patch gem due to NameError: uninitialized constant ApplicationHelper
25
- # https://github.com/coderdojo-japan/coderdojo.jp/pull/1631#issuecomment-2424826474
26
- gem 'rambulance' , git : 'https://github.com/yasslab/rambulance'
27
-
22
+ gem 'rambulance' # Error handling pages: https://github.com/yuki24/rambulance
28
23
gem 'airbrake' # Error Monitoring by Airbrake: https://github.com/airbrake/airbrake
29
24
gem 'rack-host-redirect' # Enable redirection
30
25
gem 'secure_headers' # Enable SSL and CORS
Original file line number Diff line number Diff line change 1
- GIT
2
- remote: https://github.com/yasslab/rambulance
3
- revision: f422d939d2fb415a920b1816b6026da522e96e5e
4
- specs:
5
- rambulance (3.3.0 )
6
- actionpack
7
- activesupport
8
- railties
9
-
10
1
GEM
11
2
remote: https://rubygems.org/
12
3
specs:
394
385
zeitwerk (~> 2.6 )
395
386
rainbow (3.1.1 )
396
387
rake (13.2.1 )
388
+ rambulance (3.3.0 )
389
+ actionpack
390
+ activesupport
391
+ railties
397
392
rb-fsevent (0.11.2 )
398
393
rb-inotify (0.11.1 )
399
394
ffi (~> 1.0 )
@@ -585,7 +580,7 @@ DEPENDENCIES
585
580
rails-controller-testing
586
581
rails-html-sanitizer
587
582
rake
588
- rambulance !
583
+ rambulance
589
584
rinku
590
585
rspec-rails (~> 6.1.1 )
591
586
rspec-retry
You can’t perform that action at this time.
0 commit comments