Skip to content

Commit

Permalink
needed gemfile.lock updated for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
dpritchett committed Sep 3, 2011
1 parent 1f2bd46 commit 46d9ea1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Expand Up @@ -3,6 +3,5 @@ source :gemcutter
gem 'sinatra'
gem 'twitter'
gem 'json'
gem 'open-uri'
gem 'active_support'
gem 'ri_cal'
gem 'active_support'
8 changes: 7 additions & 1 deletion Gemfile.lock
@@ -1,6 +1,9 @@
GEM
remote: http://rubygems.org/
specs:
active_support (3.0.0)
activesupport (= 3.0.0)
activesupport (3.0.0)
addressable (2.2.6)
faraday (0.7.4)
addressable (~> 2.2.6)
Expand All @@ -9,11 +12,12 @@ GEM
faraday_middleware (0.7.0)
faraday (~> 0.7.3)
hashie (1.1.0)
json (1.5.3)
json (1.5.4)
multi_json (1.0.3)
multi_xml (0.2.2)
multipart-post (1.1.3)
rack (1.3.2)
ri_cal (0.8.8)
simple_oauth (0.1.5)
sinatra (1.2.6)
rack (~> 1.1)
Expand All @@ -31,6 +35,8 @@ PLATFORMS
ruby

DEPENDENCIES
active_support
json
ri_cal
sinatra
twitter

0 comments on commit 46d9ea1

Please sign in to comment.