mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-31 22:38:49 +01:00
Ruby >=1.9.3 is required for Rails 4.1
[ci skip]
This commit is contained in:
parent
f619590541
commit
595aa14585
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ If you are not confident installing Tracks from source using these instructions,
|
|||
|
||||
Tracks has a few software requirements that must be satisfied before installation:
|
||||
|
||||
1. **Ruby**. Tracks requires Ruby 1.9.2 or greater.
|
||||
1. **Ruby**. Tracks requires Ruby 1.9.3 or greater.
|
||||
2. **Bundler**. Tracks requires a recent version of [Bundler](http://bundler.io) to handle the installation of dependencies. Bundler is typically installed by running `gem install bundler`.
|
||||
3. **Database**. Tracks is tested on [MySQL](http://www.mysql.com/), but [SQLite](http://www.sqlite.org/) and [PostgreSQL](http://www.postgresql.org/) can also be used. Of the three, SQLite requires the least configuration. Whatever your choice, the appropriate database software must be installed.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue