From 46d9ea19d3911db2d8e108c29bb3d346079af556 Mon Sep 17 00:00:00 2001 From: "Daniel J. Pritchett" Date: Fri, 2 Sep 2011 22:25:52 -0500 Subject: [PATCH] needed gemfile.lock updated for heroku --- Gemfile | 3 +-- Gemfile.lock | 8 +++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index da84a2f..69b5d15 100644 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,5 @@ source :gemcutter gem 'sinatra' gem 'twitter' gem 'json' -gem 'open-uri' -gem 'active_support' gem 'ri_cal' +gem 'active_support' diff --git a/Gemfile.lock b/Gemfile.lock index e59afe6..38243de 100644 --- a/Gemfile.lock +++ b/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) @@ -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) @@ -31,6 +35,8 @@ PLATFORMS ruby DEPENDENCIES + active_support json + ri_cal sinatra twitter