Added sqlite gem to support sqlite3 databases.
This commit is contained in:
parent
1e49a44a92
commit
04293c8dcf
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -8,3 +8,4 @@ gem "fastercsv"
|
|||
gem "prawn", '<=0.6.3'
|
||||
gem 'haml', '>=2.0.6'
|
||||
gem 'routing-filter', '0.0.1', :require => 'routing_filter'
|
||||
gem 'sqlite3-ruby'
|
||||
Loading…
Add table
Add a link
Reference in a new issue