README.md in intercom-2.3.0 vs README.md in intercom-2.4.0
- old
+ new
@@ -9,18 +9,18 @@
For generating Intercom javascript script tags for Rails, please see https://github.com/intercom/intercom-rails
## Upgrading information
Version 2 of intercom-ruby is not backwards compatible with previous versions. Be sure to test this new version before deploying to production. One other change you will need to make as part of the upgrade is to set `Intercom.app_api_key` and not set `Intercom.api_key` (you can continue to use your existing API key).
-Additionally, the new version uses Ruby 2.
+This version of the gem is compatible with `Ruby 2.1`, `Ruby 2.0` & `Ruby 1.9.3`
## Installation
gem install intercom
Using bundler:
- gem 'intercom', "~> 2.3.0"
+ gem 'intercom', "~> 2.4.0"
## Basic Usage
### Configure your access credentials