From 38fc84583e7ab4db083fb5355fc72ac730e58900 Mon Sep 17 00:00:00 2001 From: anonoz Date: Fri, 6 Dec 2019 15:57:30 +0800 Subject: [PATCH] Remove patch version from Gemfile twiddle wakka If you specify the patch version in twiddle wakka, `bundle update` will not update it past 3.9.x. Assuming you guys are using semver correctly, just do `~> 3.0` or `~> 3.9`, they mean the same thing and shouldn't break any API calls. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4b46699..f7b8571d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This version of the gem is compatible with `Ruby 2.1` and above. Using bundler: - gem 'intercom', '~> 3.9.5' + gem 'intercom', '~> 3.9' ## Basic Usage