Skip to content

Commit

Permalink
+ sqlite 3 gem -> Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Nov 15, 2011
1 parent 6d2ac1b commit b53c3e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions server/Gemfile
Expand Up @@ -24,6 +24,7 @@ group :test do
gem 'picky-client'
gem 'activerecord'
gem 'redis'
gem 'sqlite3'

gem 'rack-mount'
end
10 changes: 6 additions & 4 deletions server/Gemfile.lock
Expand Up @@ -15,11 +15,11 @@ GEM
arel (2.2.1)
builder (3.0.0)
diff-lcs (1.1.3)
highline (1.6.2)
highline (1.6.8)
i18n (0.6.0)
mime-types (1.17.2)
multi_json (1.0.3)
picky-client (3.3.3)
picky-client (3.5.4)
activesupport (>= 3.0.0)
yajl-ruby (>= 0.7.8)
rack (1.3.5)
Expand All @@ -43,12 +43,13 @@ GEM
multi_json (~> 1.0.3)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
sqlite3 (1.3.4)
text (0.2.0)
tzinfo (0.3.30)
tzinfo (0.3.31)
url_escape (2009.06.24)
uuidtools (2.1.2)
www-delicious (0.4.0)
yajl-ruby (1.0.0)
yajl-ruby (1.1.0)

PLATFORMS
ruby
Expand All @@ -66,6 +67,7 @@ DEPENDENCIES
rspec
rspec-core
simplecov
sqlite3
text
uuidtools
www-delicious
Expand Down

0 comments on commit b53c3e7

Please sign in to comment.