We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26a862 commit 0c242ccCopy full SHA for 0c242cc
README.md
@@ -22,7 +22,7 @@ This version of the gem is compatible with `Ruby 2.1` and above.
22
23
Using bundler:
24
25
- gem 'intercom', '~> 3.5.22'
+ gem 'intercom', '~> 3.5.21'
26
27
## Basic Usage
28
changes.txt
@@ -1,6 +1,3 @@
1
-3.5.22
2
- - Do not bypass type in api_resource
3
-
4
3.5.21
5
- Fix for PR-353 which addressed "NoMethodError in intercom/request"
6
- There were issues on older versions of Ruby (<2.3)
lib/intercom/version.rb
@@ -1,3 +1,3 @@
module Intercom #:nodoc:
- VERSION = "3.5.22"
+ VERSION = "3.5.21"
end
0 commit comments