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 3cea877 commit ec1d22bCopy full SHA for ec1d22b
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.20'
+ gem 'intercom', '~> 3.5.21'
26
27
## Basic Usage
28
changes.txt
@@ -1,3 +1,8 @@
1
+3.5.21
2
+ - Fix for PR-353 which addressed "NoMethodError in intercom/request"
3
+ - There were issues on older versions of Ruby (<2.3)
4
+ - This PR does not use lonely operator and instead simple checks for nil parsed_body
5
+
6
3.5.17
7
- Fix BlockedUserError typo
8
0 commit comments