Skip to content

Commit df338b8

Browse files
committed
Bump to v1.1.2
Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
1 parent 4f3fb0a commit df338b8

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
spoom (1.1.1)
4+
spoom (1.1.2)
55
colorize
66
sorbet (>= 0.5.6347)
77
sorbet-runtime
@@ -45,17 +45,17 @@ GEM
4545
rubocop-sorbet (0.4.0)
4646
rubocop
4747
ruby-progressbar (1.10.1)
48-
sorbet (0.5.6398)
49-
sorbet-static (= 0.5.6398)
50-
sorbet-runtime (0.5.6398)
51-
sorbet-static (0.5.6398-universal-darwin-14)
52-
sorbet-static (0.5.6398-universal-darwin-15)
53-
sorbet-static (0.5.6398-universal-darwin-16)
54-
sorbet-static (0.5.6398-universal-darwin-17)
55-
sorbet-static (0.5.6398-universal-darwin-18)
56-
sorbet-static (0.5.6398-universal-darwin-19)
57-
sorbet-static (0.5.6398-universal-darwin-20)
58-
sorbet-static (0.5.6398-x86_64-linux)
48+
sorbet (0.5.6530)
49+
sorbet-static (= 0.5.6530)
50+
sorbet-runtime (0.5.6530)
51+
sorbet-static (0.5.6530-universal-darwin-14)
52+
sorbet-static (0.5.6530-universal-darwin-15)
53+
sorbet-static (0.5.6530-universal-darwin-16)
54+
sorbet-static (0.5.6530-universal-darwin-17)
55+
sorbet-static (0.5.6530-universal-darwin-18)
56+
sorbet-static (0.5.6530-universal-darwin-19)
57+
sorbet-static (0.5.6530-universal-darwin-20)
58+
sorbet-static (0.5.6530-x86_64-linux)
5959
thor (1.1.0)
6060
unicode-display_width (1.7.0)
6161

lib/spoom/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module Spoom
5-
VERSION = "1.1.1"
5+
VERSION = "1.1.2"
66
end

0 commit comments

Comments
 (0)