Commit 72c39ad 1 parent ed4a59a commit 72c39ad Copy full SHA for 72c39ad
File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.6.7 (2024-09-23)
4
+
5
+ * Code Improvement (rubocop).
6
+
3
7
## 1.6.6 (2023-12-04)
4
8
5
9
* Code Improvement (rubocop).
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- webtranslateit-payday (1.6.6 )
4
+ webtranslateit-payday (1.6.7 )
5
5
activesupport (~> 7 , < 8 )
6
6
i18n (~> 1.12 , < 2 )
7
7
money (~> 6.16 , < 7 )
32
32
coderay (1.1.3 )
33
33
concurrent-ruby (1.3.4 )
34
34
connection_pool (2.4.1 )
35
- css_parser (1.17.1 )
35
+ css_parser (1.19.0 )
36
36
addressable
37
37
diff-lcs (1.5.1 )
38
38
drb (2.2.1 )
62
62
listen (3.8.0 )
63
63
rb-fsevent (~> 0.10 , >= 0.10.3 )
64
64
rb-inotify (~> 0.9 , >= 0.9.10 )
65
- logger (1.6.0 )
65
+ logger (1.6.1 )
66
66
lumberjack (1.2.9 )
67
67
matrix (0.4.2 )
68
68
method_source (1.0.0 )
92
92
pry (0.14.2 )
93
93
coderay (~> 1.1 )
94
94
method_source (~> 1.0 )
95
- public_suffix (6.0.0 )
95
+ public_suffix (6.0.1 )
96
96
racc (1.8.1 )
97
97
rainbow (3.1.1 )
98
98
rb-fsevent (0.11.2 )
@@ -160,4 +160,4 @@ DEPENDENCIES
160
160
webtranslateit-payday !
161
161
162
162
BUNDLED WITH
163
- 2.3.12
163
+ 2.5.19
Original file line number Diff line number Diff line change 2
2
3
3
Gem ::Specification . new do |s |
4
4
s . name = 'webtranslateit-payday'
5
- s . version = '1.6.6 '
5
+ s . version = '1.6.7 '
6
6
s . required_ruby_version = '>= 3.1'
7
7
s . platform = Gem ::Platform ::RUBY
8
8
s . authors = [ 'Alan Johnson' , 'Edouard Briere' ]
You can’t perform that action at this time.
0 commit comments