From c7b89150f81e12f14b737763f60f528735377c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 06:04:27 +0000 Subject: [PATCH] Update rubocop requirement from = 1.50.1 to = 1.50.2 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.50.1...v1.50.2) --- 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 e97541f..7576359 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.50.1' +gem 'rubocop', '1.50.2' gem 'video_transcoding', '0.25.3' # gemspec diff --git a/transcode.gemspec b/transcode.gemspec index 6734a06..6e840aa 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.50.1' + s.add_development_dependency 'rubocop', '1.50.2' end