removing sqlite3 from gemfile
This commit is contained in:
parent
7e2582047c
commit
e9739b2659
2 changed files with 0 additions and 3 deletions
1
Gemfile
1
Gemfile
|
@ -3,7 +3,6 @@ source :gemcutter
|
|||
gem "rack"
|
||||
gem "sinatra"
|
||||
gem "sequel"
|
||||
gem "sqlite3"
|
||||
gem "anybase"
|
||||
gem "aws-s3"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue