File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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> )
You can’t perform that action at this time.
0 commit comments