Support Ruby 2.2.0 and 2.3.0

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`.
This commit is contained in:
Derek Prior 2016-03-05 17:16:27 -05:00
父節點 2e1cf36ee0
當前提交 6eec2e26af
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 60D9C7F1019704B4
共有 2 個檔案被更改,包括 3 行新增3 行删除

查看文件

@ -1 +1 @@
1.9.3-p429
2.3.0

查看文件

@ -56,7 +56,7 @@ GEM
mime-types (2.6.1)
mini_portile (0.5.3)
minitest (5.7.0)
mysql2 (0.3.16)
mysql2 (0.3.20)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
oauth (0.4.7)
@ -147,4 +147,4 @@ DEPENDENCIES
unicorn
BUNDLED WITH
1.10.6
1.11.2