From 992e8096eed7ce07efd0693a4dad392fee5bb26f Mon Sep 17 00:00:00 2001 From: Cursor Date: Tue, 1 Sep 2026 18:18:29 +0000 Subject: [PATCH] chore: bump version to 0.2.3 Co-authored-by: ProxyMesh AI --- Gemfile.lock | 4 ++-- lib/ruby_proxy_headers/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b83423c..f8ad0c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-proxy-headers (0.2.2) + ruby-proxy-headers (0.2.3) GEM remote: https://rubygems.org/ @@ -242,7 +242,7 @@ CHECKSUMS rubocop (1.90.0) sha256=9eb4c065b5c5154e4ef554c547972f3905a9eb6b53e657e580b6796b54bf8242 rubocop-ast (1.50.0) sha256=b9ca88300da0803ee222ad20cdb30494c0a784eed06fdc35d254b06d662788db ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33 - ruby-proxy-headers (0.2.2) + ruby-proxy-headers (0.2.3) rubyntlm (0.6.5) sha256=47013402b99ae29ee93f930af51edaec8c6008556f4be25705a422b4430314f5 typhoeus (1.6.0) sha256=bacc41c23e379547e29801dc235cd1699b70b955a1ba3d32b2b877aa844c331d unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42 diff --git a/lib/ruby_proxy_headers/version.rb b/lib/ruby_proxy_headers/version.rb index 1858292..f469c61 100644 --- a/lib/ruby_proxy_headers/version.rb +++ b/lib/ruby_proxy_headers/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RubyProxyHeaders - VERSION = '0.2.2' + VERSION = '0.2.3' end