brendon / acts_as_list

An ActiveRecord plugin for managing lists.
http://brendon.github.io/acts_as_list/
MIT License
2.05k stars 356 forks source link

Drop old versions #358

Closed Silex closed 5 years ago

Silex commented 5 years ago

See #327 first.

Silex commented 5 years ago

@brendon: I'm not sure what to rebase... at the end the only meaningfull diff out of this is:

-    gem "mysql2", "~> 0.4.0"
+    gem "mysql2", "~> 0.4.10", platforms: [:ruby]
brendon commented 5 years ago

Hi @Silex, sorry I got in there first and committed a kind-of version of your code. I decided to use the base gem version ~> 0.4.0 as that just translates to whatever the latest patch release is for that version anyway.