Skip to content

Commit 325afd4

Browse files
committed
specify concurrent-ruby to be on 1.3.4
1 parent c2e3fbe commit 325afd4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ gem 'sass-rails', '>= 5'
1919
gem 'simple_grid_rails'
2020
gem '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

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ GEM
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

0 commit comments

Comments
 (0)