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

Commit 65ac98d

Browse files
author
Harry Doan
authored
Release a final version with v4.2 (#183)
* release final version with v4.2 * Add a notice about stop supporting Rails 4.2
1 parent 1acc5a9 commit 65ac98d

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This gem adds a few Rake tasks to generate Ruby Interface (RBI) files for dynami
99

1010
`sorbet-rails` supports Rails 4.2 or later.
1111

12+
**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.
13+
1214
## Initial Setup
1315

1416
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`.

sorbet-rails.gemspec

+1-1
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.5.5.1"
3+
s.version = "0.5.6"
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/v4.2/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../../..
33
specs:
4-
sorbet-rails (0.5.5.1)
4+
sorbet-rails (0.5.6)
55
parlour (~> 0.8.0)
66

77
GEM

spec/support/v5.0/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../../..
33
specs:
4-
sorbet-rails (0.5.5.1)
4+
sorbet-rails (0.5.6)
55
parlour (~> 0.8.0)
66

77
GEM

spec/support/v5.1/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../../..
33
specs:
4-
sorbet-rails (0.5.5.1)
4+
sorbet-rails (0.5.6)
55
parlour (~> 0.8.0)
66

77
GEM

spec/support/v6.0/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../../..
33
specs:
4-
sorbet-rails (0.5.5.1)
4+
sorbet-rails (0.5.6)
55
parlour (~> 0.8.0)
66

77
GEM

0 commit comments

Comments
 (0)