From ccf588845a6e595d1c9b2726a05eddd34bc92488 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 20 Mar 2024 13:59:15 +0100 Subject: tags: added a way to update tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's useful to just rename tags which have quite some references that you don't want to nuke. Signed-off-by: Miquel Sabaté Solà --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 28d2409..235e623 100644 --- a/Gemfile +++ b/Gemfile @@ -38,6 +38,9 @@ gem 'image_processing', '~> 1.2' group :development, :test do gem 'debug', platforms: %i[mri windows] + # Convenient & prettier printer. + gem 'awesome_print' + # Security gem 'brakeman', require: false gem 'bundle-audit', require: false @@ -47,9 +50,6 @@ group :development do # Use console on exceptions pages. gem 'web-console' - # Convenient & prettier printer. - gem 'awesome_print' - # Style gem 'rubocop', require: false gem 'rubocop-minitest', require: false -- cgit v1.2.3