Skip to content

Commit 4924c0b

Browse files
committed
bump to version 5.0.0 because of breaking change
1 parent 60cf1f3 commit 4924c0b

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
## [4.2.0] - 2022-07-26
10+
## [5.0.0] - 2022-07-26
1111

1212
### Added
1313

Gemfile.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ad_localize (4.2.0)
4+
ad_localize (5.0.0)
55
activesupport (>= 6.1.3.2, < 8.0)
66
colorize (~> 0.8)
77
google-apis-sheets_v4 (~> 0.9)
@@ -11,12 +11,11 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
activesupport (6.1.6.1)
14+
activesupport (7.0.3.1)
1515
concurrent-ruby (~> 1.0, >= 1.0.2)
1616
i18n (>= 1.6, < 2)
1717
minitest (>= 5.1)
1818
tzinfo (~> 2.0)
19-
zeitwerk (~> 2.3)
2019
addressable (2.8.0)
2120
public_suffix (>= 2.0.2, < 5.0)
2221
ansi (1.5.0)
@@ -106,7 +105,6 @@ GEM
106105
concurrent-ruby (~> 1.0)
107106
uber (0.1.0)
108107
webrick (1.7.0)
109-
zeitwerk (2.6.0)
110108

111109
PLATFORMS
112110
ruby

lib/ad_localize/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module AdLocalize
2-
VERSION = "4.2.0"
2+
VERSION = "5.0.0"
33
end

0 commit comments

Comments
 (0)