From a4a6e6dedb3a2389476433610db76242a59696ab Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Thu, 16 Jul 2015 16:37:50 +0300 Subject: [PATCH 1/4] bundler update --- Gemfile.lock | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ed27b31..dc5335b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,12 +3,12 @@ GEM specs: addressable (2.3.8) ast (2.0.0) - astrolabe (1.3.0) - parser (>= 2.2.0.pre.3, < 3.0) + astrolabe (1.3.1) + parser (~> 2.2) codeclimate-test-reporter (0.4.7) simplecov (>= 0.7.1, < 1.0.0) colorize (0.7.7) - coveralls (0.8.1) + coveralls (0.8.2) json (~> 1.8) rest-client (>= 1.6.8, < 2) simplecov (~> 0.10.0) @@ -30,14 +30,14 @@ GEM multi_json (>= 1.7.5, < 2.0) nokogiri (~> 1.6.3) oauth2 - hashie (3.4.1) + hashie (3.4.2) http-cookie (1.0.2) domain_name (~> 0.5) - json (1.8.2) - jwt (1.5.0) - mime-types (2.5) + json (1.8.3) + jwt (1.5.1) + mime-types (2.6.1) mini_portile (0.6.2) - multi_json (1.11.0) + multi_json (1.11.2) multi_xml (0.5.5) multipart-post (2.0.0) netrc (0.10.3) @@ -49,32 +49,32 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (~> 1.2) - parser (2.2.2.2) + parser (2.2.2.6) ast (>= 1.1, < 3.0) powerpack (0.1.1) - rack (1.6.1) + rack (1.6.4) rainbow (2.0.0) rake (10.4.2) rest-client (1.8.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 3.0) netrc (~> 0.7) - rspec (3.2.0) - rspec-core (~> 3.2.0) - rspec-expectations (~> 3.2.0) - rspec-mocks (~> 3.2.0) - rspec-core (3.2.3) - rspec-support (~> 3.2.0) - rspec-expectations (3.2.1) + rspec (3.3.0) + rspec-core (~> 3.3.0) + rspec-expectations (~> 3.3.0) + rspec-mocks (~> 3.3.0) + rspec-core (3.3.2) + rspec-support (~> 3.3.0) + rspec-expectations (3.3.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.2.0) - rspec-mocks (3.2.1) + rspec-support (~> 3.3.0) + rspec-mocks (3.3.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.2.0) - rspec-support (3.2.2) - rubocop (0.31.0) + rspec-support (~> 3.3.0) + rspec-support (3.3.0) + rubocop (0.32.1) astrolabe (~> 1.3) - parser (>= 2.2.2.1, < 3.0) + parser (>= 2.2.2.5, < 3.0) powerpack (~> 0.1) rainbow (>= 1.99.1, < 3.0) ruby-progressbar (~> 1.4) @@ -84,11 +84,11 @@ GEM json (~> 1.8) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) - term-ansicolor (1.3.0) + term-ansicolor (1.3.2) tins (~> 1.0) thor (0.19.1) thread_safe (0.3.5) - tins (1.5.1) + tins (1.5.4) unf (0.1.4) unf_ext unf_ext (0.0.7.1) From e6d80b0cf0081644ad146d3779a8605098921196 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Thu, 16 Jul 2015 17:04:50 +0300 Subject: [PATCH 2/4] update gemfile --- Gemfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 380384e..762a845 100644 --- a/Gemfile +++ b/Gemfile @@ -1,9 +1,6 @@ source "https://rubygems.org" -gem "rake", ">=10.4.2" - -gem "github_api", ">=0.12.3" -gem "colorize", ">=0.7.7" +gemspec group :test do gem "rspec" From b9593f7c7048117010f432d3513467b31b01e7c0 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Thu, 16 Jul 2015 17:18:03 +0300 Subject: [PATCH 3/4] update versions --- Gemfile | 10 +++++----- Gemfile.lock | 13 ++++++++++--- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 762a845..8452dc5 100644 --- a/Gemfile +++ b/Gemfile @@ -3,9 +3,9 @@ source "https://rubygems.org" gemspec group :test do - gem "rspec" - gem "rubocop" - gem "coveralls", require: false - gem "simplecov", require: false - gem "codeclimate-test-reporter" + gem "rspec", "~>3.2" + gem "rubocop", "~>0.31" + gem "coveralls", "~>0.8", require: false + gem "simplecov", "~>0.10", require: false + gem "codeclimate-test-reporter", "~>0.4" end diff --git a/Gemfile.lock b/Gemfile.lock index dc5335b..83e9594 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,10 @@ +PATH + remote: . + specs: + github_changelog_generator (1.6.2) + colorize (~> 0.7) + github_api (~> 0.12) + GEM remote: https://rubygems.org/ specs: @@ -97,11 +104,11 @@ PLATFORMS ruby DEPENDENCIES + bundler (~> 1.7) codeclimate-test-reporter - colorize (>= 0.7.7) coveralls - github_api (>= 0.12.3) - rake (>= 10.4.2) + github_changelog_generator! + rake (~> 10.0) rspec rubocop simplecov From 925012049fd3d07e9b4c49beaac68194c8bb1908 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Thu, 16 Jul 2015 17:18:36 +0300 Subject: [PATCH 4/4] bundle update --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 83e9594..001d002 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,10 +105,10 @@ PLATFORMS DEPENDENCIES bundler (~> 1.7) - codeclimate-test-reporter - coveralls + codeclimate-test-reporter (~> 0.4) + coveralls (~> 0.8) github_changelog_generator! rake (~> 10.0) - rspec - rubocop - simplecov + rspec (~> 3.2) + rubocop (~> 0.31) + simplecov (~> 0.10)