Skip to content

Commit 68baaf0

Browse files
committed
Release 1.6.5
1 parent 3dc503c commit 68baaf0

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# CHANGELOG
22

3-
## Edge
3+
## 1.6.5 (2023-06-16)
44

55
* Add ruby 3.2 to test matrix.
6+
* Dependencies update.
67

78
## 1.6.4 (2022-10-24)
89

Gemfile.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
webtranslateit-payday (1.6.4)
4+
webtranslateit-payday (1.6.5)
55
activesupport (~> 7, < 8)
66
i18n (~> 1.12, < 2)
77
money (~> 6.16, < 7)
@@ -18,12 +18,12 @@ GEM
1818
i18n (>= 1.6, < 2)
1919
minitest (>= 5.1)
2020
tzinfo (~> 2.0)
21-
addressable (2.8.1)
21+
addressable (2.8.4)
2222
public_suffix (>= 2.0.2, < 6.0)
2323
ast (2.4.2)
2424
coderay (1.1.3)
2525
concurrent-ruby (1.2.2)
26-
css_parser (1.12.0)
26+
css_parser (1.14.0)
2727
addressable
2828
diff-lcs (1.5.0)
2929
ffi (1.15.5)
@@ -77,7 +77,7 @@ GEM
7777
pry (0.14.1)
7878
coderay (~> 1.1)
7979
method_source (~> 1.0)
80-
public_suffix (5.0.0)
80+
public_suffix (5.0.1)
8181
rainbow (3.1.1)
8282
rb-fsevent (0.11.1)
8383
rb-inotify (0.10.1)
@@ -131,6 +131,7 @@ GEM
131131

132132
PLATFORMS
133133
arm64-darwin-21
134+
arm64-darwin-22
134135
x86_64-darwin-21
135136
x86_64-linux
136137

payday.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = 'webtranslateit-payday'
5-
s.version = '1.6.4'
5+
s.version = '1.6.5'
66
s.required_ruby_version = '>= 3.1'
77
s.platform = Gem::Platform::RUBY
88
s.authors = ['Alan Johnson', 'Edouard Briere']

0 commit comments

Comments
 (0)