mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 00:58:33 +08:00
replace error with message
So Discourse continues to work on Ruby trunk
This commit is contained in:
parent
e8a6323bea
commit
b6e9c734f2
|
@ -45,5 +45,5 @@ if Gem::Version.new(RUBY_VERSION) == Gem::Version.new("2.5.1")
|
||||||
end
|
end
|
||||||
elsif Gem::Version.new(RUBY_VERSION) > Gem::Version.new("2.5.1")
|
elsif Gem::Version.new(RUBY_VERSION) > Gem::Version.new("2.5.1")
|
||||||
# See https://github.com/ruby/ruby/commit/7830a950efa6d312e7c662beabaa0f8d7b4e0a23
|
# See https://github.com/ruby/ruby/commit/7830a950efa6d312e7c662beabaa0f8d7b4e0a23
|
||||||
raise 'This monkey patch is no longer required.'
|
STDERR.puts 'This monkey patch is no longer required.'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user