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'
|
|
@ -34,6 +34,7 @@ GEM
|
|||
rake (>= 0.8.3)
|
||||
rake (0.8.7)
|
||||
routing-filter (0.0.1)
|
||||
sqlite3-ruby (1.2.4)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
@ -45,3 +46,4 @@ DEPENDENCIES
|
|||
prawn (<= 0.6.3)
|
||||
rails (= 2.3.10)
|
||||
routing-filter (= 0.0.1)
|
||||
sqlite3-ruby
|
||||
|
|
Loading…
Reference in a new issue