From eb3418a4a8cfe6c872d31f13e3cbdf9b6f8897be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 06:04:46 +0000 Subject: [PATCH] Update rubocop requirement from = 1.49.0 to = 1.50.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.49.0...v1.50.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- transcode.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index ebceaa2..9b0d44b 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'minitest', '5.18.0' gem 'pidfile', '0.3.0' gem 'rake', '13.0.6' gem 'terminal-table', '3.0.2' -gem 'rubocop', '1.49.0' +gem 'rubocop', '1.50.0' gem 'video_transcoding', '0.25.3' # gemspec diff --git a/transcode.gemspec b/transcode.gemspec index 1c361c2..5a3cfb1 100644 --- a/transcode.gemspec +++ b/transcode.gemspec @@ -26,5 +26,5 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'video_transcoding', '0.25.3' s.add_development_dependency 'minitest', '5.18.0' s.add_development_dependency 'rake', '13.0.6' - s.add_development_dependency 'rubocop', '1.49.0' + s.add_development_dependency 'rubocop', '1.50.0' end