Skip to content

Commit

Permalink
Bump version to 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elct9620 committed Feb 13, 2024
1 parent fe719e1 commit 695f957
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
13 changes: 7 additions & 6 deletions gemfiles/rails6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -183,6 +183,7 @@ GEM
zeitwerk (2.6.12)

PLATFORMS
arm64-darwin-23
x86_64-darwin-22
x86_64-linux

Expand Down
13 changes: 7 additions & 6 deletions gemfiles/rails7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -216,6 +216,7 @@ GEM
zeitwerk (2.6.13)

PLATFORMS
arm64-darwin-23
x86_64-darwin-22
x86_64-linux

Expand Down
2 changes: 1 addition & 1 deletion lib/letsencrypt/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LetsEncrypt
VERSION = '0.11.2'
VERSION = '0.11.3'
end

0 comments on commit 695f957

Please sign in to comment.