From 9743042c8130096a249dd2bb66d95ffbb36f24d9 Mon Sep 17 00:00:00 2001 From: Alex Skrenchuk Date: Fri, 5 May 2023 12:36:14 -0700 Subject: [PATCH] fix for wrongly replaced string --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6544fbde..bd4615fb 100644 --- a/Gemfile +++ b/Gemfile @@ -50,7 +50,7 @@ gem 'ncbo_ontology_recommender', github: 'ncbo/ncbo_ontology_recommender', branc gem 'ontologies_linked_data', github: 'ncbo/ontologies_linked_data', branch: 'master' gem 'sparql-client', github: 'ncbo/sparql-client', branch: 'master' -group :masterment do +group :development do # bcrypt_pbkdf and ed35519 is required for capistrano deployments when using ed25519 keys; see https://github.com/miloserdow/capistrano-deploy/issues/42 gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0', require: false gem 'capistrano', '~> 3', require: false