From 505b9e850c0531b4d027bc3beaf18e0fe378df48 Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Thu, 16 May 2024 11:14:53 +0530 Subject: [PATCH] Removed unnecessary line from a gemfile that points to a working branch --- Gemfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile b/Gemfile index ef61220af..5d0856f56 100644 --- a/Gemfile +++ b/Gemfile @@ -2,5 +2,3 @@ source 'https://rubygems.org' # Specify your gem's dependencies in ably.gemspec gemspec -# TODO remove this line once we’ve published our fork to RubyGems -gem 'ably-em-http-request', git: 'https://github.com/ably-forks/em-http-request', ref: '9996b7b8db3a8c8f57c56854730a085955a652f0'