Skip to content

Commit

Permalink
Fix concurrent-ruby error
Browse files Browse the repository at this point in the history
  • Loading branch information
tungleduyxyz committed Jan 20, 2025
1 parent 9759e7f commit e93a383
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ gem 'killbill-assets-ui'
gem 'i18n'
gem 'tzinfo-data'

# This fix is temporary until the next release of the gem
# See https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror
gem 'concurrent-ruby', '1.3.4'

if defined?(JRUBY_VERSION)
# See https://github.com/jruby/warbler/issues/508
gem 'warbler', github: 'jruby/warbler', branch: 'master'
Expand Down

0 comments on commit e93a383

Please sign in to comment.