spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
813 stars 256 forks source link

Update deprecated usage of File.exists? to File.exist? #296

Closed rassom closed 1 year ago

rassom commented 1 year ago

This enables TinyMCE v4 users to use the newly released Ruby 3.2.0 where File.exists has been removed.