diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |