Skip to content

Commit

Permalink
comments out sqlite3
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Manohar J <akash@akash.im>
  • Loading branch information
HashNuke committed Mar 26, 2012
1 parent e250767 commit 49384cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

# Core gems
gem 'rails', '3.2.2'
gem 'sqlite3'
# gem 'sqlite3'
gem 'pg'


Expand Down
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
Expand Down Expand Up @@ -216,6 +215,5 @@ DEPENDENCIES
rspec-rails
sass-rails (~> 3.2.3)
shoulda-matchers
sqlite3
thin
uglifier (>= 1.0.3)

0 comments on commit 49384cd

Please sign in to comment.