We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72c0587 + 3a78929 commit 18e0f4eCopy full SHA for 18e0f4e
3 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- secvault (3.3.1)
+ secvault (3.4.0)
5
rails (>= 7.1.0)
6
zeitwerk (~> 2.6)
7
@@ -285,4 +285,4 @@ DEPENDENCIES
285
unicode-emoji (>= 4.2.0)
286
287
BUNDLED WITH
288
- 2.5.21
+ 4.0.7
lib/secvault/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Secvault
- VERSION = "3.3.1"
+ VERSION = "3.4.0"
end
spec/secvault_spec.rb
@@ -13,7 +13,7 @@ class Error < StandardError; end
13
it "has a version number" do
14
expect(Secvault::VERSION).not_to be_nil
15
expect(Secvault::VERSION).to match(/\A\d+\.\d+\.\d+\z/)
16
- expect(Secvault::VERSION).to eq("3.3.1")
+ expect(Secvault::VERSION).to eq("3.4.0")
17
18
19
0 commit comments