Skip to content

Commit

Permalink
Another deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
samgooi4189 authored and samgooi4189 committed Oct 6, 2012
1 parent 08ae360 commit 94f7297
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ gem 'therubyracer'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

#gem 'sqlite3'
gem 'pg'
gem 'sqlite3', :group => :development
gem 'pg', :group => :production


# Gems used only for assets and not required
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.6)
therubyracer (0.10.2)
libv8 (~> 3.3.10)
thor (0.16.0)
Expand All @@ -111,5 +112,6 @@ DEPENDENCIES
pg
rails (= 3.2.8)
sass-rails (~> 3.2.3)
sqlite3
therubyracer
uglifier (>= 1.0.3)
Binary file removed app/views/layouts/.application.html.erb.swp
Binary file not shown.

0 comments on commit 94f7297

Please sign in to comment.