Skip to content

Commit f40144b

Browse files
committed
Unpin unnecessary patched gem for rambulance for this reason:
#1631 (comment)
1 parent 6e88833 commit f40144b

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

Gemfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ gem 'sass-rails', '>= 5'
1919
# https://gihyo.jp/article/2024/01/ruby3.3-bundled-gems
2020
gem '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
2823
gem 'airbrake' # Error Monitoring by Airbrake: https://github.com/airbrake/airbrake
2924
gem 'rack-host-redirect' # Enable redirection
3025
gem 'secure_headers' # Enable SSL and CORS

Gemfile.lock

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
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-
101
GEM
112
remote: https://rubygems.org/
123
specs:
@@ -394,6 +385,10 @@ GEM
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

0 commit comments

Comments
 (0)