diff --git a/Gemfile b/Gemfile index 721ddfe..f7af5c1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,5 @@ source "http://rubygems.org" -gem "god" -gem "heroku" gem "mustache" gem "pony" gem "resque" diff --git a/Gemfile.lock b/Gemfile.lock index c14c021..2e91ee7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,9 @@ GEM remote: http://rubygems.org/ specs: - addressable (2.2.6) daemons (1.1.4) eventmachine (0.12.10) - god (0.11.0) - heroku (2.11.0) - launchy (>= 0.3.2) - rest-client (~> 1.6.1) - rubyzip - term-ansicolor (~> 1.0.5) i18n (0.6.0) - launchy (2.0.5) - addressable (~> 2.2.6) mail (2.3.0) i18n (>= 0.4.0) mime-types (~> 1.16) @@ -20,7 +11,7 @@ GEM mime-types (1.17.2) multi_json (1.0.3) mustache (0.99.4) - polyglot (0.3.2) + polyglot (0.3.3) pony (1.3) mail (> 2.0) rack (1.3.5) @@ -34,16 +25,12 @@ GEM redis-namespace (~> 1.0.2) sinatra (>= 0.9.2) vegas (~> 0.1.2) - rest-client (1.6.7) - mime-types (>= 1.16) - rubyzip (0.9.4) shotgun (0.9) rack (>= 1.0) sinatra (1.3.1) rack (~> 1.3, >= 1.3.4) rack-protection (~> 1.1, >= 1.1.2) tilt (~> 1.3, >= 1.3.3) - term-ansicolor (1.0.7) thin (1.2.11) daemons (>= 1.0.9) eventmachine (>= 0.12.6) @@ -59,8 +46,6 @@ PLATFORMS ruby DEPENDENCIES - god - heroku mustache pony resque