README.md in comma-4.2.0 vs README.md in comma-4.3.0

- old
+ new

@@ -6,19 +6,19 @@ ## Getting Started ### Prerequisites -You need to use ruby 2.1 or later. If you generate CSV from ActiveRecord models, you need to have ActiveRecord 4.x or later. +You need to use ruby 2.3 or later. If you generate CSV from ActiveRecord models, you need to have ActiveRecord 4.2 or later. ### Installing Comma is distributed as a gem, best installed via Bundler. Include the gem in your Gemfile: ```ruby -gem 'comma', '~> 4.2.0' +gem 'comma', '~> 4.3.0' ``` Or, if you want to live life on the edge, you can get master from the main comma repository: ```ruby