Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit cb20a39

Browse files
author
Harry Doan
authored
bump version for 0.6.4 release (#325)
Pull Request Branch: manhhung741/bump_version_for_0_6_4_release Pull Request Link: #325
1 parent 0a91a21 commit cb20a39

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

sorbet-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = %q{sorbet-rails}
3-
s.version = "0.6.3"
3+
s.version = "0.6.4"
44
s.date = %q{2019-04-18}
55
s.summary = %q{Set of tools to make Sorbet work with Rails seamlessly.}
66
s.authors = ["Chan Zuckerberg Initiative"]

spec/support/v5.0/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../../..
33
specs:
4-
sorbet-rails (0.6.3)
4+
sorbet-rails (0.6.4)
55
method_source (>= 0.9.2)
66
parlour (~> 2.0)
77
parser (>= 2.7)
@@ -81,7 +81,7 @@ GEM
8181
parser
8282
rainbow (~> 3.0)
8383
sorbet-runtime (>= 0.5)
84-
parser (2.7.1.1)
84+
parser (2.7.1.2)
8585
ast (~> 2.4.0)
8686
polyfill (1.8.0)
8787
puma (3.12.4)

spec/support/v5.1/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../../..
33
specs:
4-
sorbet-rails (0.6.3)
4+
sorbet-rails (0.6.4)
55
method_source (>= 0.9.2)
66
parlour (~> 2.0)
77
parser (>= 2.7)
@@ -82,7 +82,7 @@ GEM
8282
parser
8383
rainbow (~> 3.0)
8484
sorbet-runtime (>= 0.5)
85-
parser (2.7.1.1)
85+
parser (2.7.1.2)
8686
ast (~> 2.4.0)
8787
polyfill (1.8.0)
8888
puma (3.12.4)

spec/support/v5.2/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../../..
33
specs:
4-
sorbet-rails (0.6.3)
4+
sorbet-rails (0.6.4)
55
method_source (>= 0.9.2)
66
parlour (~> 2.0)
77
parser (>= 2.7)
@@ -89,7 +89,7 @@ GEM
8989
parser
9090
rainbow (~> 3.0)
9191
sorbet-runtime (>= 0.5)
92-
parser (2.7.1.1)
92+
parser (2.7.1.2)
9393
ast (~> 2.4.0)
9494
polyfill (1.8.0)
9595
puma (3.12.4)

spec/support/v6.0/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../../..
33
specs:
4-
sorbet-rails (0.6.3)
4+
sorbet-rails (0.6.4)
55
method_source (>= 0.9.2)
66
parlour (~> 2.0)
77
parser (>= 2.7)
@@ -102,7 +102,7 @@ GEM
102102
parser
103103
rainbow (~> 3.0)
104104
sorbet-runtime (>= 0.5)
105-
parser (2.7.1.1)
105+
parser (2.7.1.2)
106106
ast (~> 2.4.0)
107107
polyfill (1.8.0)
108108
puma (3.12.4)

0 commit comments

Comments
 (0)