Skip to content

Commit

Permalink
Update sqlite3 in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bryckbost committed Sep 9, 2011
1 parent 409a8ac commit 3e08ecb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
11 changes: 4 additions & 7 deletions Gemfile
@@ -1,10 +1,7 @@
source 'http://rubygems.org'

gem "rails", ">= 3.0.3"

group :development do
gem "sqlite3-ruby"
gem "rspec-rails", "~> 2.4.0"
gem "rcov"
gem "yard"
end
gem "sqlite3"
gem "rspec-rails", "~> 2.4.0"
gem "rcov"
gem "yard"
4 changes: 1 addition & 3 deletions Gemfile.lock
Expand Up @@ -89,8 +89,6 @@ GEM
rack (~> 1.0)
tilt (!= 1.3.0, ~> 1.1)
sqlite3 (1.3.4)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
Expand All @@ -106,5 +104,5 @@ DEPENDENCIES
rails (>= 3.0.3)
rcov
rspec-rails (~> 2.4.0)
sqlite3-ruby
sqlite3
yard

0 comments on commit 3e08ecb

Please sign in to comment.