I am using Rubymine 5.4
and just updated to Ruby 2.1.1
.
I changed the Ruby SDK (Settings/Ruby SDK and Gems) but the Language level is at 1.8 and i cant change it.
now all my files got error'd out like
action: 'Show'
isn't accepted anymore with the error message Expected: ; or end of line
.
I have to change it to :action => "Show"
to pass validation.
What am i missing?