File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- ## 3.7.0 ##
1
+ ## 3.6.1 ##
2
2
3
3
* 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 ] *
4
6
5
7
## 3.6.0 ##
6
8
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- sail (3.6.0 )
4
+ sail (3.6.1 )
5
5
fugit
6
6
rails (>= 5.0.0 )
7
7
94
94
database_cleaner-core (2.0.1 )
95
95
diff-lcs (1.5.0 )
96
96
erubi (1.10.0 )
97
- et-orbi (1.2.5 )
97
+ et-orbi (1.2.6 )
98
98
tzinfo
99
99
ffi (1.14.2 )
100
100
fugit (1.5.2 )
@@ -263,4 +263,4 @@ DEPENDENCIES
263
263
webrick
264
264
265
265
BUNDLED WITH
266
- 2.2.29
266
+ 2.2.31
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Sail
4
- VERSION = "3.6.0 "
4
+ VERSION = "3.6.1 "
5
5
end
You can’t perform that action at this time.
0 commit comments