Add PHP updater

This commit is contained in:
2023-08-01 18:03:00 +02:00
parent 868f6c36a5
commit 1bc410d86d
3 changed files with 31 additions and 27 deletions

View File

@ -9,7 +9,7 @@ source 'https://rubygems.org'
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem 'rake', '~> 13.0'
gem 'rubocop', '~> 1.7', require: false
gem 'rubocop', '~> 1.53.1', require: false
gem 'progressbar', '~> 1.11'
gem 'term-ansicolor', '~> 1.7'