diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-20 13:59:15 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-20 13:59:15 +0100 |
| commit | ccf588845a6e595d1c9b2726a05eddd34bc92488 (patch) | |
| tree | 80ff56c17f5723ae8fff4f164bd0466df42ca348 /Gemfile | |
| parent | 37d4967780f5b3dd06bb05337149811d7d7f8788 (diff) | |
| download | operum-ccf588845a6e595d1c9b2726a05eddd34bc92488.tar.gz operum-ccf588845a6e595d1c9b2726a05eddd34bc92488.zip | |
tags: added a way to update tags
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à <msabate@suse.com>
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
