discourse/app
Yasuo Honda 2944d2cdd6
FIX: Ruby 3 does not freeze interpolated string (#14567)
Ruby 2.7 or earlier `+contents` returns self.dup
when `frozen_string_literal: true`. However, Ruby 3.0 returns self
because this string is interpolated one, which is not frozen anymore.

This commit uses self.dup to return duplicated string regardless Ruby
versions.
https://bugs.ruby-lang.org/issues/17104
2021-10-11 13:20:18 +11:00
..
assets DEV: Plugin API for customizing text in the composer conditionally 2021-10-08 13:58:18 -04:00
controllers DEV: Various behind-the-scenes improvements to PresenceChannel (#14518) 2021-10-07 15:50:14 +01:00
helpers DEV: Allow actions to change the manifest endpoint (#14522) 2021-10-06 15:41:52 -05:00
jobs DEV: use upload id to save in theme setting instead of URL. (#14341) 2021-09-16 07:58:53 +05:30
mailers UX: suspend forever time period messages (#13776) 2021-07-20 14:42:08 +04:00
models FIX: Ruby 3 does not freeze interpolated string (#14567) 2021-10-11 13:20:18 +11:00
serializers DEV: Move settings to linkify to the serializer code. (#14553) 2021-10-07 12:41:57 -03:00
services FEATURE: save local date to calendar (#14486) 2021-10-06 14:11:52 +11:00
views DEV: Allow actions to change the manifest endpoint (#14522) 2021-10-06 15:41:52 -05:00