Skip to content

Commit 2e2b48f

Browse files
committed
Bump version to 3.6.1
1 parent 1a57d3a commit 2e2b48f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## 3.7.0 ##
1+
## 3.6.1 ##
22

33
* Create view generator to allow main app to customize setting card *[@vinistock]*
4+
* Fix setting card cache expiration for redis *[@vinistock]*
5+
* Add require MFA in the gemspec *[@vinistock]*
46

57
## 3.6.0 ##
68

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
sail (3.6.0)
4+
sail (3.6.1)
55
fugit
66
rails (>= 5.0.0)
77

@@ -94,7 +94,7 @@ GEM
9494
database_cleaner-core (2.0.1)
9595
diff-lcs (1.5.0)
9696
erubi (1.10.0)
97-
et-orbi (1.2.5)
97+
et-orbi (1.2.6)
9898
tzinfo
9999
ffi (1.14.2)
100100
fugit (1.5.2)
@@ -263,4 +263,4 @@ DEPENDENCIES
263263
webrick
264264

265265
BUNDLED WITH
266-
2.2.29
266+
2.2.31

lib/sail/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Sail
4-
VERSION = "3.6.0"
4+
VERSION = "3.6.1"
55
end

0 commit comments

Comments
 (0)