File tree 8 files changed +12
-7
lines changed
lib/active_storage_validations
8 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
1
- master
2
2
3
+ - 1.3.4
4
+ Bug fixes:
5
+ - https://github.com/igorkasyanchuk/active_storage_validations/pull/296
6
+ - https://github.com/igorkasyanchuk/active_storage_validations/pull/297
7
+
3
8
- 1.3.3
4
9
Bug fixes:
5
10
- https://github.com/igorkasyanchuk/active_storage_validations/pull/290/files
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- active_storage_validations (1.3.3 )
4
+ active_storage_validations (1.3.4 )
5
5
activejob (>= 6.1.4 )
6
6
activemodel (>= 6.1.4 )
7
7
activestorage (>= 6.1.4 )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- active_storage_validations (1.3.3 )
4
+ active_storage_validations (1.3.4 )
5
5
activejob (>= 6.1.4)
6
6
activemodel (>= 6.1.4)
7
7
activestorage (>= 6.1.4)
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- active_storage_validations (1.3.3 )
4
+ active_storage_validations (1.3.4 )
5
5
activejob (>= 6.1.4)
6
6
activemodel (>= 6.1.4)
7
7
activestorage (>= 6.1.4)
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- active_storage_validations (1.3.3 )
4
+ active_storage_validations (1.3.4 )
5
5
activejob (>= 6.1.4)
6
6
activemodel (>= 6.1.4)
7
7
activestorage (>= 6.1.4)
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- active_storage_validations (1.3.3 )
4
+ active_storage_validations (1.3.4 )
5
5
activejob (>= 6.1.4)
6
6
activemodel (>= 6.1.4)
7
7
activestorage (>= 6.1.4)
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- active_storage_validations (1.3.3 )
4
+ active_storage_validations (1.3.4 )
5
5
activejob (>= 6.1.4)
6
6
activemodel (>= 6.1.4)
7
7
activestorage (>= 6.1.4)
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module ActiveStorageValidations
4
- VERSION = '1.3.3 '
4
+ VERSION = '1.3.4 '
5
5
end
You can’t perform that action at this time.
0 commit comments