Skip to content

Commit

Permalink
giving up on sqlite under bundler, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
grf committed Aug 8, 2011
1 parent 6dc8c18 commit a00622a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Expand Up @@ -4,11 +4,6 @@ source "http://rubygems.org"

gem "datyl", :git => "git://github.com/daitss/datyl.git"

# gem 'sqlite3'
# gem 'dm-sqlite-adapter'
gem 'dm-yaml-adapter'


gem 'i18n'
gem 'libxml-ruby', :require => 'libxml'
gem 'data_mapper', '>= 1.1.0'
Expand Down
8 changes: 0 additions & 8 deletions Gemfile.lock
Expand Up @@ -49,9 +49,6 @@ GEM
dm-core (~> 1.1.0)
fastercsv (~> 1.5.4)
json (~> 1.4.6)
dm-sqlite-adapter (1.1.0)
dm-do-adapter (~> 1.1.0)
do_sqlite3 (~> 0.10.2)
dm-timestamps (1.1.0)
dm-core (~> 1.1.0)
dm-transactions (1.1.0)
Expand All @@ -67,8 +64,6 @@ GEM
dm-core (~> 1.1.0)
do_postgres (0.10.6)
data_objects (= 0.10.6)
do_sqlite3 (0.10.6)
data_objects (= 0.10.6)
fastercsv (1.5.4)
gherkin (2.4.6)
json (>= 1.4.6)
Expand All @@ -90,7 +85,6 @@ GEM
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
sqlite3 (1.3.4)
stringex (1.2.2)
sys-filesystem (0.3.4)
term-ansicolor (1.0.6)
Expand All @@ -107,7 +101,6 @@ DEPENDENCIES
data_mapper (>= 1.1.0)
datyl!
dm-postgres-adapter (>= 1.1.0)
dm-sqlite-adapter
haml (>= 3.1.0)
i18n
libxml-ruby
Expand All @@ -116,5 +109,4 @@ DEPENDENCIES
rcov (>= 0.9.8)
rspec (>= 1.3.0)
sinatra (>= 1.2.1)
sqlite3
sys-filesystem (>= 0.3.2)

0 comments on commit a00622a

Please sign in to comment.