diff --git a/Gemfile b/Gemfile index 0bec5644..339b17d8 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rails', '~> 7.0.1' # 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' +gem 'concurrent-ruby', '1.3.5' group :development do gem 'gem-release'