We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1cf48 commit 6b49d51Copy full SHA for 6b49d51
gemfiles/7.0.gemfile
@@ -2,6 +2,6 @@ source 'https://rubygems.org'
2
3
gem 'activerecord', '~> 7.0.0'
4
gem 'activesupport', '~> 7.0.0'
5
-gem 'concurrent-ruby' # https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror
+gem 'concurrent-ruby', '1.3.4' # https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror
6
7
gemspec path: '../'
0 commit comments