removing sqlite3 from gemfile

This commit is contained in:
Andrew Davidson 2014-07-26 09:18:07 -04:00
parent 7e2582047c
commit e9739b2659
2 changed files with 0 additions and 3 deletions

View file

@ -3,7 +3,6 @@ source :gemcutter
gem "rack"
gem "sinatra"
gem "sequel"
gem "sqlite3"
gem "anybase"
gem "aws-s3"

View file

@ -12,7 +12,6 @@ GEM
sequel (3.15.0)
sinatra (1.0)
rack (>= 1.0)
sqlite3 (1.3.9)
xml-simple (1.0.12)
PLATFORMS
@ -24,4 +23,3 @@ DEPENDENCIES
rack
sequel
sinatra
sqlite3