File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,6 @@ There is also a helper for the logout route:
102102link_to ' Log out' , rpi_auth_logout_path
103103```
104104
105- ### Sin
106-
107105### Redirecting users to the "next step"
108106
109107There are a three possible places the user will end up at following logging in,
@@ -152,6 +150,13 @@ class in `config/application.rb`.
152150config.railties_order = [RpiAuth ::Engine , :main_app , :all ]
153151```
154152
153+ ## Upgrading between versions.
154+
155+ This project follows semantic versioning, so upgrades between minor and patch
156+ versions should not need any code or configuration changes.
157+
158+ For major version upgrades see the [ upgrading docs] ( UPGRADING.md ) .
159+
155160## License
156161
157162The gem is available as open source under the terms of the [ MIT License] ( https://opensource.org/licenses/MIT ) .
You can’t perform that action at this time.
0 commit comments