Skip to content

Commit 553b560

Browse files
committed
Release 1.6.6
1 parent 96e105a commit 553b560

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.6.6 (2023-12-04)
4+
5+
* Code Improvement (rubocop).
6+
37
## 1.6.5 (2023-06-16)
48

59
* Add ruby 3.2 to test matrix.

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
webtranslateit-payday (1.6.5)
4+
webtranslateit-payday (1.6.6)
55
activesupport (~> 7, < 8)
66
i18n (~> 1.12, < 2)
77
money (~> 6.16, < 7)
@@ -23,15 +23,15 @@ GEM
2323
minitest (>= 5.1)
2424
mutex_m
2525
tzinfo (~> 2.0)
26-
addressable (2.8.4)
26+
addressable (2.8.5)
2727
public_suffix (>= 2.0.2, < 6.0)
2828
ast (2.4.2)
2929
base64 (0.2.0)
3030
bigdecimal (3.1.4)
3131
coderay (1.1.3)
3232
concurrent-ruby (1.2.2)
3333
connection_pool (2.4.1)
34-
css_parser (1.14.0)
34+
css_parser (1.16.0)
3535
addressable
3636
diff-lcs (1.5.0)
3737
drb (2.2.0)
@@ -90,7 +90,7 @@ GEM
9090
pry (0.14.2)
9191
coderay (~> 1.1)
9292
method_source (~> 1.0)
93-
public_suffix (5.0.1)
93+
public_suffix (5.0.4)
9494
racc (1.7.3)
9595
rainbow (3.1.1)
9696
rb-fsevent (0.11.2)

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.5'
5+
s.version = '1.6.6'
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)