Skip to content

Commit

Permalink
Newer versions of sqlite3-ruby don't play nice with the standard inst…
Browse files Browse the repository at this point in the history
…all of Snow Leopard's sqlite
  • Loading branch information
jgdavey committed Aug 6, 2010
1 parent b5c8707 commit bb40aa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,7 +4,7 @@ RSPEC_VERSION = '~> 2.0.0.beta.19'

# Specify the database driver as appropriate for your application (only one is necessary).
# Defaults to sqlite3. Don't remove any of these below in the core or gems won't install.
gem 'sqlite3-ruby', :require => 'sqlite3' # db_adapter=sqlite3
gem 'sqlite3-ruby', '~>1.2.5', :require => 'sqlite3' # db_adapter=sqlite3
# gem 'mysql' # db_adapter=mysql
# gem 'pg' # db_adapter=postgresql

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -182,7 +182,7 @@ GEM
json_pure
rubyzip
spork (0.8.4)
sqlite3-ruby (1.3.1)
sqlite3-ruby (1.2.5)
term-ansicolor (1.0.5)
test-unit (1.2.3)
hoe (>= 1.5.1)
Expand Down Expand Up @@ -219,6 +219,6 @@ DEPENDENCIES
rspec-rails (~> 2.0.0.beta.19)
ruby-prof
spork
sqlite3-ruby
sqlite3-ruby (~> 1.2.5)
test-unit (= 1.2.3)
will_paginate (= 3.0.pre2)!

0 comments on commit bb40aa6

Please sign in to comment.