Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sigstore (0.2.2)
sigstore (0.2.3)
logger
net-http
protobug_sigstore_protos (~> 0.1.0)
Expand All @@ -10,8 +10,8 @@ PATH
PATH
remote: cli
specs:
sigstore-cli (0.2.2)
sigstore (= 0.2.2)
sigstore-cli (0.2.3)
sigstore (= 0.2.3)
thor

GEM
Expand Down Expand Up @@ -169,8 +169,8 @@ CHECKSUMS
rubocop-performance (1.23.1) sha256=f22f86a795f5e6a6180aac2c6fc172534b173a068d6ed3396d6460523e051b82
rubocop-rake (0.6.0) sha256=56b6f22189af4b33d4f4e490a555c09f1281b02f4d48c3a61f6e8fe5f401d8db
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
sigstore (0.2.2)
sigstore-cli (0.2.2)
sigstore (0.2.3)
sigstore-cli (0.2.3)
simplecov (0.22.0) sha256=fe2622c7834ff23b98066bb0a854284b2729a569ac659f82621fc22ef36213a5
simplecov-html (0.12.3) sha256=4b1aad33259ffba8b29c6876c12db70e5750cb9df829486e4c6e5da4fa0aa07b
simplecov_json_formatter (0.1.4) sha256=529418fbe8de1713ac2b2d612aa3daa56d316975d307244399fa4838c601b428
Expand Down
2 changes: 1 addition & 1 deletion lib/sigstore/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
# limitations under the License.

module Sigstore
VERSION = "0.2.2"
VERSION = "0.2.3"
USER_AGENT = "sigstore-ruby/#{VERSION}".freeze
end
Loading