Skip to content

Commit

Permalink
updating gem dependency for sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jan 16, 2011
1 parent 15e7134 commit 421e06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -48,7 +48,7 @@ platforms :ruby do
gem "nokogiri", ">= 1.4.4"

# AR
gem "sqlite3-ruby", "~> 1.3.1", :require => 'sqlite3'
gem "sqlite3", "~> 1.3.3"

group :db do
gem "pg", ">= 0.9.0"
Expand Down

0 comments on commit 421e06f

Please sign in to comment.