summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index de389a1f2b..187a2e54de 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,7 @@ source "https://rubygems.org"
gem "ffi", ">=1.15"
# Nwed to file a bug with rest-client. In the meantime, we can use this until they accept the update.
-gem "rest-client", ">=2.1.0"
+gem "rest-client", git: "https://github.com/chef/rest-client", branch: "jfm/ucrt_update1"
# Note we do not use the gemspec DSL which restricts to the
# gemspec for the current platform and filters out other platforms