Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FreedomBen committed Sep 21, 2022
1 parent 8d29591 commit 146af15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
17 changes: 7 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dory (1.1.3)
dory (1.2.0)
activesupport (>= 5.2, < 8.0)
colorize (~> 0.8)
ptools (~> 1.4)
Expand All @@ -10,12 +10,11 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.7)
activesupport (7.0.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ast (2.4.2)
byebug (11.1.3)
codeclimate-test-reporter (1.0.9)
Expand Down Expand Up @@ -62,17 +61,15 @@ GEM
rubocop-ast (1.21.0)
parser (>= 3.1.1.0)
ruby-progressbar (1.11.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
simplecov (0.13.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
thor (1.2.1)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
zeitwerk (2.6.0)

PLATFORMS
x86_64-linux
Expand Down
2 changes: 1 addition & 1 deletion lib/dory/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Dory
def self.version
'1.1.3'
'1.2.0'
end

def self.date
Expand Down

0 comments on commit 146af15

Please sign in to comment.