File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 1.3.1 ] - 2021-02-15
9
9
10
10
### Added
11
11
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- patch_ruby (1.3.0 )
4
+ patch_ruby (1.3.1 )
5
5
json (~> 2.1 , >= 2.1.0 )
6
6
typhoeus (~> 1.0 , >= 1.0.1 )
7
7
23
23
ffi (>= 1.3.0 )
24
24
factory_bot (6.1.0 )
25
25
activesupport (>= 5.0.0 )
26
- ffi (1.13.1 )
26
+ ffi (1.14.2 )
27
27
i18n (1.8.7 )
28
28
concurrent-ruby (~> 1.0 )
29
- json (2.4 .1 )
29
+ json (2.5 .1 )
30
30
method_source (1.0.0 )
31
31
minitest (5.14.3 )
32
32
parallel (1.19.2 )
Original file line number Diff line number Diff line change 11
11
=end
12
12
13
13
module Patch
14
- VERSION = '1.3.0 '
14
+ VERSION = '1.3.1 '
15
15
end
You can’t perform that action at this time.
0 commit comments