From dd49ccfc0552274d5213fb5217fee808ffcf08f2 Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Thu, 27 Sep 2012 12:22:03 +0900 Subject: [PATCH] update dependency --- Gemfile | 1 - Gemfile.lock | 37 +++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index 8e10ed908..fe2a9bcfe 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,6 @@ platforms :mri do # To use GFM style or To covert tDiary document. gem 'redcarpet' gem 'pygments.rb' - gem 'rubypython', '0.5.1' # To use rack based application server gem 'thin', :require => false diff --git a/Gemfile.lock b/Gemfile.lock index e59a727c8..30ad5570e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,9 +2,8 @@ GEM remote: http://rubygems.org/ specs: addressable (2.3.2) - blankslate (3.1.2) - builder (3.1.2) - capistrano (2.13.3) + builder (3.1.3) + capistrano (2.13.4) highline net-scp (>= 1.0.0) net-sftp (>= 2.0.0) @@ -20,7 +19,7 @@ GEM xpath (~> 0.1.4) childprocess (0.3.5) ffi (~> 1.0, >= 1.0.6) - ci_reporter (1.7.1) + ci_reporter (1.7.2) builder (>= 2.1.2) coffee-script (2.2.0) coffee-script-source @@ -33,17 +32,18 @@ GEM multi_json (~> 1.0) faraday (0.8.4) multipart-post (~> 1.1) - ffi (1.0.11) + ffi (1.1.5) hashie (1.2.0) - highline (1.6.14) + highline (1.6.15) hike (1.2.1) - httpauth (0.1) + httpauth (0.2.0) jasmine (1.2.1) jasmine-core (>= 1.2.0) rack (~> 1.0) rspec (>= 1.3.1) selenium-webdriver (>= 0.1.3) jasmine-core (1.2.0) + jruby-pageant (1.1.1) jwt (0.1.5) multi_json (>= 1.0) launchy (2.1.2) @@ -58,7 +58,8 @@ GEM net-ssh (>= 1.99.1) net-sftp (2.0.5) net-ssh (>= 2.0.9) - net-ssh (2.5.2) + net-ssh (2.6.0) + jruby-pageant (>= 1.1.1) net-ssh-gateway (1.1.0) net-ssh (>= 1.99.1) nokogiri (1.5.5) @@ -78,17 +79,19 @@ GEM omniauth-oauth (1.0.1) oauth omniauth (~> 1.0) - omniauth-oauth2 (1.1.0) + omniauth-oauth2 (1.1.1) oauth2 (~> 0.8.0) omniauth (~> 1.0) omniauth-twitter (0.0.13) multi_json (~> 1.3) omniauth-oauth (~> 1.0) pit (0.0.6) - pygments.rb (0.2.3) - rubypython (>= 0.5.1) + posix-spawn (0.3.6) + pygments.rb (0.3.1) + posix-spawn (~> 0.3.6) + yajl-ruby (~> 1.1.0) rack (1.4.1) - rack-test (0.6.1) + rack-test (0.6.2) rack (>= 1.0) racksh (0.9.11) rack (>= 1.0) @@ -103,10 +106,7 @@ GEM rspec-core (2.11.1) rspec-expectations (2.11.3) diff-lcs (~> 1.1.3) - rspec-mocks (2.11.2) - rubypython (0.5.1) - blankslate (>= 2.1.2.3) - ffi (~> 1.0.7) + rspec-mocks (2.11.3) rubyzip (0.9.9) selenium-webdriver (2.25.0) childprocess (>= 0.2.5) @@ -120,7 +120,7 @@ GEM simplecov-html (0.5.3) simplecov-rcov (0.2.3) simplecov (>= 0.4.1) - sprockets (2.5.0) + sprockets (2.6.0) hike (~> 1.2) multi_json (~> 1.0) rack (~> 1.0) @@ -131,7 +131,7 @@ GEM test-unit (2.5.2) therubyracer (0.10.2) libv8 (~> 3.3.10) - thin (1.4.1) + thin (1.5.0) daemons (>= 1.0.9) eventmachine (>= 0.12.6) rack (>= 1.0.0) @@ -139,6 +139,7 @@ GEM tilt (1.3.3) xpath (0.1.4) nokogiri (~> 1.3) + yajl-ruby (1.1.0) PLATFORMS ruby