File tree Expand file tree Collapse file tree 2 files changed +6
-16
lines changed
Expand file tree Collapse file tree 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'
1919# https://gihyo.jp/article/2024/01/ruby3.3-bundled-gems
2020gem 'csv'
2121
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
2823gem 'airbrake' # Error Monitoring by Airbrake: https://github.com/airbrake/airbrake
2924gem 'rack-host-redirect' # Enable redirection
3025gem '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-
101GEM
112 remote: https://rubygems.org/
123 specs:
394385 zeitwerk (~> 2.6 )
395386 rainbow (3.1.1 )
396387 rake (13.2.1 )
388+ rambulance (3.3.0 )
389+ actionpack
390+ activesupport
391+ railties
397392 rb-fsevent (0.11.2 )
398393 rb-inotify (0.11.1 )
399394 ffi (~> 1.0 )
@@ -585,7 +580,7 @@ DEPENDENCIES
585580 rails-controller-testing
586581 rails-html-sanitizer
587582 rake
588- rambulance !
583+ rambulance
589584 rinku
590585 rspec-rails (~> 6.1.1 )
591586 rspec-retry
You can’t perform that action at this time.
0 commit comments