Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Commit

Permalink
Updated Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaugh committed Jun 8, 2012
1 parent 6d82f1e commit b388cee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -6,6 +6,7 @@ gem 'rails', '3.2.1'
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'
gem 'thin'


# Gems used only for assets and not required
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Expand Up @@ -37,7 +37,9 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.3.3)
daemons (1.1.5)
erubis (2.7.0)
eventmachine (0.12.10)
execjs (1.4.0)
multi_json (~> 1.0)
hike (1.2.1)
Expand Down Expand Up @@ -89,6 +91,10 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.6)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
Expand All @@ -108,4 +114,5 @@ DEPENDENCIES
rails (= 3.2.1)
sass-rails (~> 3.2.3)
sqlite3
thin
uglifier (>= 1.0.3)

0 comments on commit b388cee

Please sign in to comment.