File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
- ## [ 4.2 .0] - 2022-07-26
10
+ ## [ 5.0 .0] - 2022-07-26
11
11
12
12
### Added
13
13
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- ad_localize (4.2 .0 )
4
+ ad_localize (5.0 .0 )
5
5
activesupport (>= 6.1.3.2 , < 8.0 )
6
6
colorize (~> 0.8 )
7
7
google-apis-sheets_v4 (~> 0.9 )
11
11
GEM
12
12
remote: https://rubygems.org/
13
13
specs:
14
- activesupport (6.1.6 .1 )
14
+ activesupport (7.0.3 .1 )
15
15
concurrent-ruby (~> 1.0 , >= 1.0.2 )
16
16
i18n (>= 1.6 , < 2 )
17
17
minitest (>= 5.1 )
18
18
tzinfo (~> 2.0 )
19
- zeitwerk (~> 2.3 )
20
19
addressable (2.8.0 )
21
20
public_suffix (>= 2.0.2 , < 5.0 )
22
21
ansi (1.5.0 )
106
105
concurrent-ruby (~> 1.0 )
107
106
uber (0.1.0 )
108
107
webrick (1.7.0 )
109
- zeitwerk (2.6.0 )
110
108
111
109
PLATFORMS
112
110
ruby
Original file line number Diff line number Diff line change 1
1
module AdLocalize
2
- VERSION = "4.2 .0"
2
+ VERSION = "5.0 .0"
3
3
end
You can’t perform that action at this time.
0 commit comments