diff --git a/Gemfile.lock b/Gemfile.lock index 4e1908e0056..5c8cbb170d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -383,7 +383,7 @@ GEM json-schema (~> 2.2) railties (>= 3.1, < 7.0) rtlit (0.0.5) - rubocop (1.18.2) + rubocop (1.18.3) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) diff --git a/lib/freedom_patches/open_uri_redirections.rb b/lib/freedom_patches/open_uri_redirections.rb index b6772798052..5886fcc0652 100644 --- a/lib/freedom_patches/open_uri_redirections.rb +++ b/lib/freedom_patches/open_uri_redirections.rb @@ -23,7 +23,7 @@ require "open-uri" module OpenURI - class <