From 53c9e7c902bf10d18c68fa5d9ce798637706d786 Mon Sep 17 00:00:00 2001 From: alexphys Date: Tue, 15 Feb 2022 21:05:48 +0200 Subject: [PATCH] Update Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1556fa7..dafce5e 100755 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gemspec git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" } # Curl Ruby for HTTP - the only runtime dependency for this gem. -gem 'curb', github: 'taf2/curb' +gem 'curb', '~> 0.9.11' # Ruby Make gem 'rake'