We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.0.0.beta2
7.2
Receiving the error:
/ruby/3.3.0/lib/ruby/gems/3.3.0/gems/validates_timeliness-7.0.0.beta2/lib/validates_timeliness/orm/active_model.rb:46:in `block in generated_timeliness_methods': uninitialized constant ValidatesTimeliness::ORM::ActiveModel::ClassMethods::Mutex_m (NameError) extend Mutex_m ^^^^^^^
Additionally, mutex_m is being removed from the default gems in Ruby 3.4 and it should be added to the gemspec and required explicitly in this gem.
mutex_m
gemspec
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Receiving the error:
Additionally,
mutex_m
is being removed from the default gems in Ruby 3.4 and it should be added to thegemspec
and required explicitly in this gem.The text was updated successfully, but these errors were encountered: