1
0
Fork 0

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`.
Dieser Commit ist enthalten in:
Derek Prior 2016-03-05 17:16:27 -05:00
Ursprung 2e1cf36ee0
Commit 6eec2e26af
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 60D9C7F1019704B4
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -1 +1 @@
1.9.3-p429
2.3.0

Datei anzeigen

@ -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