discourse/script/import_scripts/nodebb
Peter Zhu c5fd8c42db
DEV: Fix methods removed in Ruby 3.2 (#15459)
* File.exists? is deprecated and removed in Ruby 3.2 in favor of
File.exist?
* Dir.exists? is deprecated and removed in Ruby 3.2 in favor of
Dir.exist?
2022-01-05 18:45:08 +01:00
..
mongo.rb DEV: Make Rubocop happy 2019-08-12 23:10:58 +02:00
nodebb.rb DEV: Fix methods removed in Ruby 3.2 (#15459) 2022-01-05 18:45:08 +01:00
redis.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00