diff --git a/gemfiles/rails6.gemfile.lock b/gemfiles/rails6.gemfile.lock index 4a7e12b..1f4c3e2 100644 --- a/gemfiles/rails6.gemfile.lock +++ b/gemfiles/rails6.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - rails-letsencrypt (0.11.2) + rails-letsencrypt (0.11.3) acme-client (~> 2.0.0) actionmailer (>= 6.1) actionpack (>= 6.1) @@ -89,6 +89,7 @@ GEM net-smtp method_source (1.0.0) mini_mime (1.1.5) + mini_portile2 (2.8.5) minitest (5.20.0) net-imap (0.4.4) date @@ -99,9 +100,8 @@ GEM timeout net-smtp (0.4.0) net-protocol - nokogiri (1.15.4-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) + nokogiri (1.15.4) + mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.23.0) parser (3.2.2.4) @@ -173,8 +173,8 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - sqlite3 (1.6.8-x86_64-darwin) - sqlite3 (1.6.8-x86_64-linux) + sqlite3 (1.6.8) + mini_portile2 (~> 2.8.0) thor (1.3.0) timeout (0.4.1) tzinfo (2.0.6) @@ -183,6 +183,7 @@ GEM zeitwerk (2.6.12) PLATFORMS + arm64-darwin-23 x86_64-darwin-22 x86_64-linux diff --git a/gemfiles/rails7.gemfile.lock b/gemfiles/rails7.gemfile.lock index 0761511..04c58f5 100644 --- a/gemfiles/rails7.gemfile.lock +++ b/gemfiles/rails7.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - rails-letsencrypt (0.11.2) + rails-letsencrypt (0.11.3) acme-client (~> 2.0.0) actionmailer (>= 6.1) actionpack (>= 6.1) @@ -106,6 +106,7 @@ GEM net-pop net-smtp mini_mime (1.1.5) + mini_portile2 (2.8.5) minitest (5.22.2) mutex_m (0.2.0) net-imap (0.4.10) @@ -117,9 +118,8 @@ GEM timeout net-smtp (0.4.0.1) net-protocol - nokogiri (1.15.4-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) + nokogiri (1.15.4) + mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.23.0) parser (3.2.2.4) @@ -204,8 +204,8 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - sqlite3 (1.6.8-x86_64-darwin) - sqlite3 (1.6.8-x86_64-linux) + sqlite3 (1.6.8) + mini_portile2 (~> 2.8.0) stringio (3.1.0) thor (1.3.0) timeout (0.4.1) @@ -216,6 +216,7 @@ GEM zeitwerk (2.6.13) PLATFORMS + arm64-darwin-23 x86_64-darwin-22 x86_64-linux diff --git a/lib/letsencrypt/version.rb b/lib/letsencrypt/version.rb index 2188c57..5ca5701 100644 --- a/lib/letsencrypt/version.rb +++ b/lib/letsencrypt/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module LetsEncrypt - VERSION = '0.11.2' + VERSION = '0.11.3' end