From b3afda0559e4b83cd7e3e60dcaa05477768943ed Mon Sep 17 00:00:00 2001 From: William Kennedy Date: Thu, 4 Jul 2024 14:56:29 +0100 Subject: [PATCH] bump version --- Gemfile.lock | 11 ++++++----- lib/sign_well/version.rb | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ce5df16..0c9ae9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,14 @@ PATH remote: . specs: - sign_well (1.0.2) + sign_well (1.0.3) faraday (~> 1.7) faraday_middleware (~> 1.1) GEM remote: https://rubygems.org/ specs: - faraday (1.10.0) + faraday (1.10.3) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -24,8 +24,8 @@ GEM faraday-em_synchrony (1.0.0) faraday-excon (1.1.0) faraday-httpclient (1.0.1) - faraday-multipart (1.0.3) - multipart-post (>= 1.2, < 3) + faraday-multipart (1.0.4) + multipart-post (~> 2) faraday-net_http (1.0.1) faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) @@ -34,11 +34,12 @@ GEM faraday_middleware (1.2.0) faraday (~> 1.0) minitest (5.15.0) - multipart-post (2.1.1) + multipart-post (2.4.1) rake (13.0.6) ruby2_keywords (0.0.5) PLATFORMS + arm64-darwin-23 x86_64-darwin-20 x86_64-linux diff --git a/lib/sign_well/version.rb b/lib/sign_well/version.rb index 1393f3e..8b1337e 100644 --- a/lib/sign_well/version.rb +++ b/lib/sign_well/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SignWell - VERSION = "1.0.2" + VERSION = "1.0.3" end