Skip to content

Commit 5b0ca77

Browse files
committed
Changelog
1 parent b06e5f1 commit 5b0ca77

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Changelog
22

3-
## v2.3.1
3+
## v2.3.0
44

5+
* Drop support of Rails 4.x
56
* Fix support of shakapacker [#321](https://github.com/railsware/js-routes/issue/321).
67
* Fix support for Rails 8 [#319](https://github.com/railsware/js-routes/issue/319)
7-
8-
## v2.3.0
9-
108
* Deprecated `rake js:routes:typescript`.
119
`rake js:routes` now automatically detects if types support can be used on not.
1210

js-routes.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
3535
"github_repo" => "ssh://github.com/railsware/js-routes",
3636
}
3737

38-
s.add_runtime_dependency(%q<railties>, [">= 4"])
38+
s.add_runtime_dependency(%q<railties>, [">= 5"])
3939
s.add_runtime_dependency(%q<sorbet-runtime>)
4040

4141
s.add_development_dependency(%q<sprockets-rails>)

0 commit comments

Comments
 (0)