Skip to content

Commit 18e0f4e

Browse files
authored
Merge pull request #15 from neetozone/bump-version-3.4.0
Bump version to 3.4.0
2 parents 72c0587 + 3a78929 commit 18e0f4e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
secvault (3.3.1)
4+
secvault (3.4.0)
55
rails (>= 7.1.0)
66
zeitwerk (~> 2.6)
77

@@ -285,4 +285,4 @@ DEPENDENCIES
285285
unicode-emoji (>= 4.2.0)
286286

287287
BUNDLED WITH
288-
2.5.21
288+
4.0.7

lib/secvault/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Secvault
4-
VERSION = "3.3.1"
4+
VERSION = "3.4.0"
55
end

spec/secvault_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Error < StandardError; end
1313
it "has a version number" do
1414
expect(Secvault::VERSION).not_to be_nil
1515
expect(Secvault::VERSION).to match(/\A\d+\.\d+\.\d+\z/)
16-
expect(Secvault::VERSION).to eq("3.3.1")
16+
expect(Secvault::VERSION).to eq("3.4.0")
1717
end
1818
end
1919

0 commit comments

Comments
 (0)