From 9554a005cd54965d3943c6650a121598e91207a8 Mon Sep 17 00:00:00 2001 From: Jeremy Kescher Date: Sun, 4 Dec 2022 20:58:04 +0100 Subject: [PATCH] v4.0.2+1.0.9 --- Gemfile.lock | 6 ++++-- lib/mastodon/version.rb | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a2f8491df6..5fe5ad494d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,7 +247,7 @@ GEM faraday-excon (1.1.0) faraday-httpclient (1.0.1) faraday-multipart (1.0.4) - multipart-post (>= 1.2, < 3) + multipart-post (~> 2) faraday-net_http (1.0.1) faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) @@ -405,6 +405,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) mini_mime (1.1.2) + mini_portile2 (2.8.0) minitest (5.16.3) msgpack (1.6.0) multi_json (1.15.0) @@ -418,7 +419,8 @@ GEM net-protocol net-ssh (7.0.1) nio4r (2.5.8) - nokogiri (1.13.9-x86_64-linux) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) racc (~> 1.4) nsa (0.2.8) activesupport (>= 4.2, < 7) diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 64cd7b2184..3c5eb3370c 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -25,7 +25,7 @@ module Mastodon end def suffix_version - '+1.0.8' + '+1.0.9' end def to_a