Skip to content

Commit b64a2eb

Browse files
committed
Add workaround for rails/rails#54264
1 parent a4733ae commit b64a2eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ gemspec
1313
# To use a debugger
1414
# gem 'byebug', group: [:development, :test]
1515

16+
# Workaround for https://github.com/rails/rails/pull/54264
17+
gem 'concurrent-ruby', '< 1.3.5'
18+
1619
group :test do
1720
gem 'pry-byebug'
1821
gem 'timecop'

0 commit comments

Comments
 (0)