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

Commit

Permalink
bump version for 0.6.4 release (#325)
Browse files Browse the repository at this point in the history
Pull Request Branch: manhhung741/bump_version_for_0_6_4_release
Pull Request Link: #325
  • Loading branch information
Harry Doan authored May 1, 2020
1 parent 0a91a21 commit cb20a39
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion sorbet-rails.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{sorbet-rails}
s.version = "0.6.3"
s.version = "0.6.4"
s.date = %q{2019-04-18}
s.summary = %q{Set of tools to make Sorbet work with Rails seamlessly.}
s.authors = ["Chan Zuckerberg Initiative"]
Expand Down
4 changes: 2 additions & 2 deletions spec/support/v5.0/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
sorbet-rails (0.6.3)
sorbet-rails (0.6.4)
method_source (>= 0.9.2)
parlour (~> 2.0)
parser (>= 2.7)
Expand Down Expand Up @@ -81,7 +81,7 @@ GEM
parser
rainbow (~> 3.0)
sorbet-runtime (>= 0.5)
parser (2.7.1.1)
parser (2.7.1.2)
ast (~> 2.4.0)
polyfill (1.8.0)
puma (3.12.4)
Expand Down
4 changes: 2 additions & 2 deletions spec/support/v5.1/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
sorbet-rails (0.6.3)
sorbet-rails (0.6.4)
method_source (>= 0.9.2)
parlour (~> 2.0)
parser (>= 2.7)
Expand Down Expand Up @@ -82,7 +82,7 @@ GEM
parser
rainbow (~> 3.0)
sorbet-runtime (>= 0.5)
parser (2.7.1.1)
parser (2.7.1.2)
ast (~> 2.4.0)
polyfill (1.8.0)
puma (3.12.4)
Expand Down
4 changes: 2 additions & 2 deletions spec/support/v5.2/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
sorbet-rails (0.6.3)
sorbet-rails (0.6.4)
method_source (>= 0.9.2)
parlour (~> 2.0)
parser (>= 2.7)
Expand Down Expand Up @@ -89,7 +89,7 @@ GEM
parser
rainbow (~> 3.0)
sorbet-runtime (>= 0.5)
parser (2.7.1.1)
parser (2.7.1.2)
ast (~> 2.4.0)
polyfill (1.8.0)
puma (3.12.4)
Expand Down
4 changes: 2 additions & 2 deletions spec/support/v6.0/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
sorbet-rails (0.6.3)
sorbet-rails (0.6.4)
method_source (>= 0.9.2)
parlour (~> 2.0)
parser (>= 2.7)
Expand Down Expand Up @@ -102,7 +102,7 @@ GEM
parser
rainbow (~> 3.0)
sorbet-runtime (>= 0.5)
parser (2.7.1.1)
parser (2.7.1.2)
ast (~> 2.4.0)
polyfill (1.8.0)
puma (3.12.4)
Expand Down

0 comments on commit cb20a39

Please sign in to comment.