From 08630b4d486c8fafe501a30710f395ef7b39d69b Mon Sep 17 00:00:00 2001 From: Felipe <41008398+StrawberryMaster@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:15:01 +0000 Subject: [PATCH] typo fix --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b602f67..e75e0d0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" gemspec -gem 'concurrent-ruby', '~> 1.3', '>= 1.3.4'' \ No newline at end of file +gem 'concurrent-ruby', '~> 1.3', '>= 1.3.4' \ No newline at end of file