Skip to content
  • Derek Prior's avatar
    Support Ruby 2.2.0 and 2.3.0 · 6eec2e26
    Derek Prior authored
    Judging from the test suite, the only issue in supporting Ruby 2.2.0+
    was with the `mysql2` gem. Updating this to the latest 0.3.x allows
    Lobsters to run with newer Rubies.
    
    We can't update to the absolute latest `mysql2` gem without first
    updating Rails, which is why I used the pessimistic version constraint
    for `mysql2`.
    6eec2e26