]> git.openstreetmap.org Git - rails.git/commit
Use an empty array for ruby 2.3 compatibility
authorTom Hughes <tom@compton.nu>
Wed, 23 May 2018 11:21:24 +0000 (12:21 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 23 May 2018 11:21:24 +0000 (12:21 +0100)
commitff86bf136a0ce835938cacb53aa6fda3abc18fd2
tree10ce58456b10105f28cf3797baf9d9c7af6139b7
parent5deba2782a57a8d84024c941bf0a31b7c0b64c49
Use an empty array for ruby 2.3 compatibility

Apparently `false.dup` throws in ruby 2.3 and not in 2.5...
app/controllers/oauth_controller.rb