Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nricciar committed Feb 16, 2012
1 parent 2db54c4 commit 97452c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 108 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ s3.yml
config/unicorn.rb
storage/*
db/*.db
/Gemfile.lock
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
source :gemcutter

group :production do
gem 'pg'
gem 'sqlite3'
end

group :test do
gem 'sqlite3'
end

gem 'builder'
gem 'git'
gem 'base32'
gem 'google_authenticator_auth'
gem 'rails', '~> 3.0.0', :require => false
gem 'sinatra'
gem 'rails', '~> 3.2.0', :require => false
gem 'sinatra', '~> 1.0'
gem 'haml'
gem 'sinatra-reloader'
103 changes: 0 additions & 103 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To install or upgrade Sinatra-S3

Or we could install from github (bleeding edge, may not work)

sudo gem install sinatra builder aws-s3
sudo gem install sinatra builder
git clone git://github.com/nricciar/sinatra-s3.git
cd sinatra-s3/
cp s3.yml.example s3.yml
Expand Down

0 comments on commit 97452c0

Please sign in to comment.