Skip to content

Commit 72c39ad

Browse files
committed
Release 1.6.7
1 parent ed4a59a commit 72c39ad

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

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

3+
## 1.6.7 (2024-09-23)
4+
5+
* Code Improvement (rubocop).
6+
37
## 1.6.6 (2023-12-04)
48

59
* Code Improvement (rubocop).

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
webtranslateit-payday (1.6.6)
4+
webtranslateit-payday (1.6.7)
55
activesupport (~> 7, < 8)
66
i18n (~> 1.12, < 2)
77
money (~> 6.16, < 7)
@@ -32,7 +32,7 @@ GEM
3232
coderay (1.1.3)
3333
concurrent-ruby (1.3.4)
3434
connection_pool (2.4.1)
35-
css_parser (1.17.1)
35+
css_parser (1.19.0)
3636
addressable
3737
diff-lcs (1.5.1)
3838
drb (2.2.1)
@@ -62,7 +62,7 @@ GEM
6262
listen (3.8.0)
6363
rb-fsevent (~> 0.10, >= 0.10.3)
6464
rb-inotify (~> 0.9, >= 0.9.10)
65-
logger (1.6.0)
65+
logger (1.6.1)
6666
lumberjack (1.2.9)
6767
matrix (0.4.2)
6868
method_source (1.0.0)
@@ -92,7 +92,7 @@ GEM
9292
pry (0.14.2)
9393
coderay (~> 1.1)
9494
method_source (~> 1.0)
95-
public_suffix (6.0.0)
95+
public_suffix (6.0.1)
9696
racc (1.8.1)
9797
rainbow (3.1.1)
9898
rb-fsevent (0.11.2)
@@ -160,4 +160,4 @@ DEPENDENCIES
160160
webtranslateit-payday!
161161

162162
BUNDLED WITH
163-
2.3.12
163+
2.5.19

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