File tree Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Expand file tree Collapse file tree 2 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- dory (1.1.3 )
4
+ dory (1.2.0 )
5
5
activesupport (>= 5.2 , < 8.0 )
6
6
colorize (~> 0.8 )
7
7
ptools (~> 1.4 )
10
10
GEM
11
11
remote: https://rubygems.org/
12
12
specs:
13
- activesupport (6.1.7 )
13
+ activesupport (7.0.4 )
14
14
concurrent-ruby (~> 1.0 , >= 1.0.2 )
15
15
i18n (>= 1.6 , < 2 )
16
16
minitest (>= 5.1 )
17
17
tzinfo (~> 2.0 )
18
- zeitwerk (~> 2.3 )
19
18
ast (2.4.2 )
20
19
byebug (11.1.3 )
21
20
codeclimate-test-reporter (1.0.9 )
62
61
rubocop-ast (1.21.0 )
63
62
parser (>= 3.1.1.0 )
64
63
ruby-progressbar (1.11.0 )
65
- simplecov (0.21.2 )
66
- docile (~> 1.1 )
67
- simplecov-html (~> 0.11 )
68
- simplecov_json_formatter (~> 0.1 )
69
- simplecov-html (0.12.3 )
70
- simplecov_json_formatter (0.1.4 )
64
+ simplecov (0.13.0 )
65
+ docile (~> 1.1.0 )
66
+ json (>= 1.8 , < 3 )
67
+ simplecov-html (~> 0.10.0 )
68
+ simplecov-html (0.10.2 )
71
69
thor (1.2.1 )
72
70
tzinfo (2.0.5 )
73
71
concurrent-ruby (~> 1.0 )
74
72
unicode-display_width (2.3.0 )
75
- zeitwerk (2.6.0 )
76
73
77
74
PLATFORMS
78
75
x86_64-linux
Original file line number Diff line number Diff line change 1
1
module Dory
2
2
def self . version
3
- '1.1.3 '
3
+ '1.2.0 '
4
4
end
5
5
6
6
def self . date
You can’t perform that action at this time.
0 commit comments