gemfile updates

This commit is contained in:
Andrew Davidson 2014-07-26 09:33:31 -04:00
parent 4ed2603665
commit 910bd149a5
2 changed files with 14 additions and 0 deletions

10
Gemfile
View file

@ -1,7 +1,17 @@
source 'https://rubygems.org'
ruby '2.0.0'
gem "rack"
gem "sinatra"
gem "sequel"
gem "anybase"
gem "aws-s3"
group :development do
gem "sqlite3"
end
group :production do
gem "pg"
end

View file

@ -8,6 +8,7 @@ GEM
xml-simple
builder (3.2.2)
mime-types (2.3)
pg (0.17.1)
rack (1.5.2)
rack-protection (1.5.3)
rack
@ -16,6 +17,7 @@ GEM
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
sqlite3 (1.3.9)
tilt (1.4.1)
xml-simple (1.1.4)
@ -25,6 +27,8 @@ PLATFORMS
DEPENDENCIES
anybase
aws-s3
pg
rack
sequel
sinatra
sqlite3