From 4ac717e5f965d9b7fdb8fe25019071a5f1ac6fb7 Mon Sep 17 00:00:00 2001 From: Roger Oba Date: Thu, 13 Jun 2024 01:50:19 -0300 Subject: [PATCH] Lint. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a21752f..4604377 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,7 @@ source "https://rubygems.org" # Specify your gem's dependencies in arkana.gemspec gemspec +gem "bundler", "< 2.5" # 2.4.x is the latest that supports Ruby 2.7, which is the minimum required by Arkana gem "rake" gem "rspec" gem "rubocop" @@ -12,4 +13,3 @@ gem "rubocop-rake" gem "rubocop-rspec" gem "simplecov", require: false, group: :test gem "tty-prompt" -gem "bundler", "< 2.5" # 2.4.x is the latest that supports Ruby 2.7, which is the minimum required by Arkana