Skip to content

Commit 80c2e82

Browse files
author
Cursor
committed
Bump version to 0.2.1
Made-with: Cursor
1 parent 35bbe47 commit 80c2e82

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby-proxy-headers (0.2.0)
4+
ruby-proxy-headers (0.2.1)
55

66
GEM
77
remote: https://rubygems.org/
@@ -220,7 +220,7 @@ CHECKSUMS
220220
rubocop (1.86.0) sha256=4ff1186fe16ebe9baff5e7aad66bb0ad4cabf5cdcd419f773146dbba2565d186
221221
rubocop-ast (1.49.1) sha256=4412f3ee70f6fe4546cc489548e0f6fcf76cafcfa80fa03af67098ffed755035
222222
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
223-
ruby-proxy-headers (0.2.0)
223+
ruby-proxy-headers (0.2.1)
224224
rubyntlm (0.6.5) sha256=47013402b99ae29ee93f930af51edaec8c6008556f4be25705a422b4430314f5
225225
typhoeus (1.6.0) sha256=bacc41c23e379547e29801dc235cd1699b70b955a1ba3d32b2b877aa844c331d
226226
unicode-display_width (3.2.0) sha256=0cdd96b5681a5949cdbc2c55e7b420facae74c4aaf9a9815eee1087cb1853c42

lib/ruby_proxy_headers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RubyProxyHeaders
4-
VERSION = '0.2.0'
4+
VERSION = '0.2.1'
55
end

0 commit comments

Comments
 (0)