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'
19
19
gem 'simple_grid_rails'
20
20
gem 'uglifier'
21
21
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
+
22
28
# For handling error
23
29
# https://github.com/yuki24/rambulance
24
30
# Using patch gem due to NameError: uninitialized constant ApplicationHelper
Original file line number Diff line number Diff line change 130
130
coffee-script-source
131
131
execjs
132
132
coffee-script-source (1.12.2 )
133
- concurrent-ruby (1.3.5 )
133
+ concurrent-ruby (1.3.4 )
134
134
crass (1.0.6 )
135
135
date (3.4.1 )
136
136
debug_inspector (1.2.0 )
@@ -522,6 +522,7 @@ DEPENDENCIES
522
522
bootstrap-sass
523
523
capybara
524
524
coffee-rails
525
+ concurrent-ruby (= 1.3.4 )
525
526
dotenv-rails
526
527
factory_bot_rails
527
528
faraday
You can’t perform that action at this time.
0 commit comments