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

Commit

Permalink
increment sorbet-rails version (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Doan authored Jul 13, 2020
1 parent 1fcc0ea commit 6b87d45
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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.7.0"
s.version = "0.7.1"
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
8 changes: 4 additions & 4 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.7.0)
sorbet-rails (0.7.1)
method_source (>= 0.9.2)
parlour (~> 2.0)
parser (>= 2.7)
Expand Down Expand Up @@ -49,7 +49,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (7.1.4)
ast (2.4.0)
ast (2.4.1)
builder (3.2.4)
byebug (11.1.1)
commander (4.5.2)
Expand Down Expand Up @@ -81,8 +81,8 @@ GEM
parser
rainbow (~> 3.0)
sorbet-runtime (>= 0.5)
parser (2.7.1.2)
ast (~> 2.4.0)
parser (2.7.1.4)
ast (~> 2.4.1)
polyfill (1.8.0)
puma (3.12.6)
rack (2.2.3)
Expand Down
8 changes: 4 additions & 4 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.7.0)
sorbet-rails (0.7.1)
method_source (>= 0.9.2)
parlour (~> 2.0)
parser (>= 2.7)
Expand Down Expand Up @@ -49,7 +49,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (8.0.0)
ast (2.4.0)
ast (2.4.1)
bindex (0.8.1)
builder (3.2.4)
byebug (11.1.1)
Expand Down Expand Up @@ -82,8 +82,8 @@ GEM
parser
rainbow (~> 3.0)
sorbet-runtime (>= 0.5)
parser (2.7.1.2)
ast (~> 2.4.0)
parser (2.7.1.4)
ast (~> 2.4.1)
polyfill (1.8.0)
puma (3.12.4)
rack (2.2.3)
Expand Down
8 changes: 4 additions & 4 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.7.0)
sorbet-rails (0.7.1)
method_source (>= 0.9.2)
parlour (~> 2.0)
parser (>= 2.7)
Expand Down Expand Up @@ -53,7 +53,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
arel (9.0.0)
ast (2.4.0)
ast (2.4.1)
bindex (0.8.1)
builder (3.2.4)
byebug (11.1.1)
Expand Down Expand Up @@ -89,8 +89,8 @@ GEM
parser
rainbow (~> 3.0)
sorbet-runtime (>= 0.5)
parser (2.7.1.2)
ast (~> 2.4.0)
parser (2.7.1.4)
ast (~> 2.4.1)
polyfill (1.8.0)
puma (3.12.6)
rack (2.2.3)
Expand Down
2 changes: 1 addition & 1 deletion 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.7.0)
sorbet-rails (0.7.1)
method_source (>= 0.9.2)
parlour (~> 2.0)
parser (>= 2.7)
Expand Down

0 comments on commit 6b87d45

Please sign in to comment.