You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After version 4.1.1 lib/attr_encrypted/adapters/active_record.rb uses new ruby 2.7 syntax (def reload(...)) , but gemspec defines required_ruby_version as s.required_ruby_version = '>= 2.6.0'
Trying to start project using 2.7 > ruby > 2.6 results in an error:
After version 4.1.1
lib/attr_encrypted/adapters/active_record.rb
uses new ruby 2.7 syntax (def reload(...)
) , but gemspec defines required_ruby_version ass.required_ruby_version = '>= 2.6.0'
Trying to start project using 2.7 > ruby > 2.6 results in an error:
The text was updated successfully, but these errors were encountered: