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

Commit

Permalink
Release a final version with v4.2 (#183)
Browse files Browse the repository at this point in the history
* release final version with v4.2

* Add a notice about stop supporting Rails 4.2
  • Loading branch information
Harry Doan authored Sep 19, 2019
1 parent 1acc5a9 commit 65ac98d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ This gem adds a few Rake tasks to generate Ruby Interface (RBI) files for dynami

`sorbet-rails` supports Rails 4.2 or later.

**Notice**: From v0.6, we'll stop supporting Rails 4.2. Fixes targeting Rails 4.2 specifically can be merged to v0.5.x branch.

## Initial Setup

1. Follow the steps [here](https://sorbet.org/docs/adopting) to set up the latest version of Sorbet, up to being able to run `srb tc`.
Expand Down
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.5.5.1"
s.version = "0.5.6"
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
2 changes: 1 addition & 1 deletion spec/support/v4.2/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../../..
specs:
sorbet-rails (0.5.5.1)
sorbet-rails (0.5.6)
parlour (~> 0.8.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion 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.5.5.1)
sorbet-rails (0.5.6)
parlour (~> 0.8.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion 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.5.5.1)
sorbet-rails (0.5.6)
parlour (~> 0.8.0)

GEM
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.5.5.1)
sorbet-rails (0.5.6)
parlour (~> 0.8.0)

GEM
Expand Down

0 comments on commit 65ac98d

Please sign in to comment.