diff options
author | Damien Mathieu <42@dmathieu.com> | 2013-07-26 12:05:42 +0200 |
---|---|---|
committer | Damien Mathieu <42@dmathieu.com> | 2013-07-26 12:05:42 +0200 |
commit | 8b8d7f9721497fc8695a653517c0f7573154f29c (patch) | |
tree | 884583d05e2c893f59faa57b37fc207b095f8ea2 /guides/source | |
parent | 1565821c3432b5723909bf8b3b08d4230efa42f6 (diff) | |
download | rails-8b8d7f9721497fc8695a653517c0f7573154f29c.tar.gz rails-8b8d7f9721497fc8695a653517c0f7573154f29c.tar.bz2 rails-8b8d7f9721497fc8695a653517c0f7573154f29c.zip |
Revert "Fix the SQLite gem name"
This reverts commit 700c6c65bcce17d4c61423ceaef031bcbe203337.
Bot the `sqlite3` and `sqlite3-ruby` gems exist.
https://rubygems.org/gems/sqlite3
https://rubygems.org/gems/sqlite3-ruby
In fact, they both point to the same github repository.
https://github.com/luislavena/sqlite3-ruby
However, the last one hasn't been released since 2011, while the first
one keeps getting regular releases.
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/development_dependencies_install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md index d6d8429086..d14e8d59dd 100644 --- a/guides/source/development_dependencies_install.md +++ b/guides/source/development_dependencies_install.md @@ -65,7 +65,7 @@ $ sudo pacman -S lixml2 libxslt If you have any problems with these libraries, you can install them manually by compiling the source code. Just follow the instructions at the [Red Hat/CentOS section of the Nokogiri tutorials](http://nokogiri.org/tutorials/installing_nokogiri.html#red_hat__centos) . -Also, SQLite3 and its development files for the `sqlite3` gem — in Ubuntu you're done with just +Also, SQLite3 and its development files for the `sqlite3-ruby` gem — in Ubuntu you're done with just ```bash $ sudo apt-get install sqlite3 libsqlite3-dev |