File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ gem 'sass-rails', '>= 5'
1919gem 'simple_grid_rails'
2020gem 'uglifier'
2121
22+ # Specify to 1.3.4 to prevent error
23+ # TODO: This can be removed on Rails 7.1
24+ # https://github.com/rails/rails/issues/54260
25+ # https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror
26+ gem 'concurrent-ruby' , '1.3.4'
27+
2228# For handling error
2329# https://github.com/yuki24/rambulance
2430# Using patch gem due to NameError: uninitialized constant ApplicationHelper
Original file line number Diff line number Diff line change 130130 coffee-script-source
131131 execjs
132132 coffee-script-source (1.12.2 )
133- concurrent-ruby (1.3.5 )
133+ concurrent-ruby (1.3.4 )
134134 crass (1.0.6 )
135135 date (3.4.1 )
136136 debug_inspector (1.2.0 )
@@ -522,6 +522,7 @@ DEPENDENCIES
522522 bootstrap-sass
523523 capybara
524524 coffee-rails
525+ concurrent-ruby (= 1.3.4 )
525526 dotenv-rails
526527 factory_bot_rails
527528 faraday
You can’t perform that action at this time.
0 commit comments