Skip to content

Commit 146af15

Browse files
committed
Release v1.2.0
1 parent 8d29591 commit 146af15

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

Gemfile.lock

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
dory (1.1.3)
4+
dory (1.2.0)
55
activesupport (>= 5.2, < 8.0)
66
colorize (~> 0.8)
77
ptools (~> 1.4)
@@ -10,12 +10,11 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
activesupport (6.1.7)
13+
activesupport (7.0.4)
1414
concurrent-ruby (~> 1.0, >= 1.0.2)
1515
i18n (>= 1.6, < 2)
1616
minitest (>= 5.1)
1717
tzinfo (~> 2.0)
18-
zeitwerk (~> 2.3)
1918
ast (2.4.2)
2019
byebug (11.1.3)
2120
codeclimate-test-reporter (1.0.9)
@@ -62,17 +61,15 @@ GEM
6261
rubocop-ast (1.21.0)
6362
parser (>= 3.1.1.0)
6463
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)
7169
thor (1.2.1)
7270
tzinfo (2.0.5)
7371
concurrent-ruby (~> 1.0)
7472
unicode-display_width (2.3.0)
75-
zeitwerk (2.6.0)
7673

7774
PLATFORMS
7875
x86_64-linux

lib/dory/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Dory
22
def self.version
3-
'1.1.3'
3+
'1.2.0'
44
end
55

66
def self.date

0 commit comments

Comments
 (0)