From 6448de26fab3012b95ca4d17e56e2e1e36a383f0 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Thu, 14 May 2015 15:57:05 +0300 Subject: [PATCH] update gemfile --- Gemfile | 6 +++--- Gemfile.lock | 51 ++++++++++++++++++++++++++------------------------- 2 files changed, 29 insertions(+), 28 deletions(-) diff --git a/Gemfile b/Gemfile index 81abda6..380384e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,9 +1,9 @@ source "https://rubygems.org" -gem "rake" +gem "rake", ">=10.4.2" -gem "github_api" -gem "colorize" +gem "github_api", ">=0.12.3" +gem "colorize", ">=0.7.7" group :test do gem "rspec" diff --git a/Gemfile.lock b/Gemfile.lock index 1287b76..ed27b31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,24 +1,24 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.3.7) + addressable (2.3.8) ast (2.0.0) astrolabe (1.3.0) parser (>= 2.2.0.pre.3, < 3.0) codeclimate-test-reporter (0.4.7) simplecov (>= 0.7.1, < 1.0.0) - colorize (0.7.5) - coveralls (0.7.12) - multi_json (~> 1.10) + colorize (0.7.7) + coveralls (0.8.1) + json (~> 1.8) rest-client (>= 1.6.8, < 2) - simplecov (~> 0.9.1) + simplecov (~> 0.10.0) term-ansicolor (~> 1.3) thor (~> 0.19.1) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) diff-lcs (1.2.5) docile (1.1.5) - domain_name (0.5.23) + domain_name (0.5.24) unf (>= 0.0.5, < 1.0.0) faraday (0.9.1) multipart-post (>= 1.2, < 3) @@ -30,11 +30,12 @@ GEM multi_json (>= 1.7.5, < 2.0) nokogiri (~> 1.6.3) oauth2 - hashie (3.4.0) + hashie (3.4.1) http-cookie (1.0.2) domain_name (~> 0.5) - jwt (1.4.1) - mime-types (2.4.3) + json (1.8.2) + jwt (1.5.0) + mime-types (2.5) mini_portile (0.6.2) multi_json (1.11.0) multi_xml (0.5.5) @@ -48,10 +49,10 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (~> 1.2) - parser (2.2.0.3) + parser (2.2.2.2) ast (>= 1.1, < 3.0) - powerpack (0.1.0) - rack (1.6.0) + powerpack (0.1.1) + rack (1.6.1) rainbow (2.0.0) rake (10.4.2) rest-client (1.8.0) @@ -62,45 +63,45 @@ GEM rspec-core (~> 3.2.0) rspec-expectations (~> 3.2.0) rspec-mocks (~> 3.2.0) - rspec-core (3.2.2) + rspec-core (3.2.3) rspec-support (~> 3.2.0) - rspec-expectations (3.2.0) + rspec-expectations (3.2.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.2.0) rspec-mocks (3.2.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.2.0) rspec-support (3.2.2) - rubocop (0.29.1) + rubocop (0.31.0) astrolabe (~> 1.3) - parser (>= 2.2.0.1, < 3.0) + parser (>= 2.2.2.1, < 3.0) powerpack (~> 0.1) rainbow (>= 1.99.1, < 3.0) ruby-progressbar (~> 1.4) ruby-progressbar (1.7.5) - simplecov (0.9.2) + simplecov (0.10.0) docile (~> 1.1.0) - multi_json (~> 1.0) - simplecov-html (~> 0.9.0) - simplecov-html (0.9.0) + json (~> 1.8) + simplecov-html (~> 0.10.0) + simplecov-html (0.10.0) term-ansicolor (1.3.0) tins (~> 1.0) thor (0.19.1) thread_safe (0.3.5) - tins (1.3.5) + tins (1.5.1) unf (0.1.4) unf_ext - unf_ext (0.0.6) + unf_ext (0.0.7.1) PLATFORMS ruby DEPENDENCIES codeclimate-test-reporter - colorize + colorize (>= 0.7.7) coveralls - github_api - rake + github_api (>= 0.12.3) + rake (>= 10.4.2) rspec rubocop simplecov