From ffae8c52a775d9a0361d92ffbeb9ec8eb6e18156 Mon Sep 17 00:00:00 2001 From: mcasimir Date: Wed, 27 Nov 2013 15:57:37 +0100 Subject: [PATCH] updated jeweler --- Gemfile | 2 +- Gemfile.lock | 37 ++++++++++++++++++++++++++++++++----- 2 files changed, 33 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 4704803..73c4ad1 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ gem 'kaminari', ">= 0.13.0" group :development do gem "bundler" - gem "jeweler", "~> 1.8.4" + gem "jeweler", ">= 1.8.5" end diff --git a/Gemfile.lock b/Gemfile.lock index e035dc4..3702476 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,16 +31,33 @@ GEM arel (3.0.2) builder (3.0.0) erubis (2.7.0) - git (1.2.5) + faraday (0.8.8) + multipart-post (~> 1.2.0) + git (1.2.6) + github_api (0.8.1) + faraday (~> 0.8.1) + hashie (~> 1.2.0) + multi_json (~> 1.3) + nokogiri (~> 1.5.2) + oauth2 + hashie (1.2.0) + highline (1.6.20) hike (1.2.1) + httpauth (0.2.0) i18n (0.6.0) - jeweler (1.8.4) + jeweler (1.8.5) + builder bundler (~> 1.0) git (>= 1.2.5) + github_api (>= 0.8.1) + highline (>= 1.6.15) + nokogiri (= 1.5.10) rake rdoc journey (1.0.4) - json (1.7.4) + json (1.8.1) + jwt (0.1.6) + multi_json (>= 1.0) kaminari (0.13.0) actionpack (>= 3.0.0) activesupport (>= 3.0.0) @@ -51,6 +68,16 @@ GEM treetop (~> 1.4.8) mime-types (1.19) multi_json (1.3.6) + multi_xml (0.5.5) + multipart-post (1.2.0) + nokogiri (1.5.10) + oauth2 (0.9.2) + faraday (~> 0.8) + httpauth (~> 0.2) + jwt (~> 0.1.4) + multi_json (~> 1.0) + multi_xml (~> 0.5) + rack (~> 1.2) polyglot (0.3.3) rack (1.4.1) rack-cache (1.2) @@ -75,7 +102,7 @@ GEM rdoc (~> 3.4) thor (>= 0.14.6, < 2.0) rake (10.1.0) - rdoc (3.12) + rdoc (3.12.2) json (~> 1.4) sprockets (2.1.3) hike (~> 1.2) @@ -93,6 +120,6 @@ PLATFORMS DEPENDENCIES bundler - jeweler (~> 1.8.4) + jeweler kaminari (>= 0.13.0) rails