From d5747096801aaab7828edb819e8266dcd699aa59 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 25 Oct 2015 01:25:47 +0200 Subject: [PATCH 1/7] bump valid --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 121eee2..cf056be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -261,7 +261,7 @@ GEM thread_safe (~> 0.1) uuid (2.3.8) macaddr (~> 1.0) - valid (1.0.2) + valid (1.1.0) webmock (1.21.0) addressable (>= 2.3.6) crack (>= 0.3.2) From 0419bfe0e9b105bc619984174d0ab0f24d21db8b Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 25 Oct 2015 01:26:23 +0200 Subject: [PATCH 2/7] bump faraday --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index cf056be..b057043 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,7 +73,7 @@ GEM factory_girl_rails (4.5.0) factory_girl (~> 4.5.0) railties (>= 3.0.0) - faraday (0.9.1) + faraday (0.9.2) multipart-post (>= 1.2, < 3) faraday_middleware (0.10.0) faraday (>= 0.7.4, < 0.10) From de7c4f831dc1b16b0f213f83df64b1c4d64e093d Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 25 Oct 2015 01:30:12 +0200 Subject: [PATCH 3/7] bump pronto-rubocop --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 9dff6ed..e7a949d 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ group :development do # code style gem "rubocop", "0.34.2" gem "pronto", "0.4.3" - gem "pronto-rubocop", "0.4.6", require: false + gem "pronto-rubocop", "0.4.7", require: false # debugging gem "pry" diff --git a/Gemfile.lock b/Gemfile.lock index b057043..477931b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,7 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - httparty (0.13.5) + httparty (0.13.7) json (~> 1.8) multi_xml (>= 0.5.2) i18n (0.7.0) @@ -140,9 +140,9 @@ GEM shellany (~> 0.0) nyan-cat-formatter (0.11) rspec (>= 2.99, >= 2.14.2, < 4) - octokit (4.1.0) + octokit (4.1.1) sawyer (~> 0.6.0, >= 0.5.3) - parser (2.2.2.6) + parser (2.2.3.0) ast (>= 1.1, < 3.0) powerpack (0.1.1) pronto (0.4.3) @@ -150,7 +150,7 @@ GEM octokit (~> 4.1.0) rugged (~> 0.23.0) thor (~> 0.19.0) - pronto-rubocop (0.4.6) + pronto-rubocop (0.4.7) pronto (~> 0.4.0) rubocop (~> 0.34.0) pry (0.10.1) @@ -224,7 +224,7 @@ GEM rainbow (>= 1.99.1, < 3.0) ruby-progressbar (~> 1.4) ruby-progressbar (1.7.5) - rugged (0.23.2) + rugged (0.23.3) safe_yaml (1.0.4) sawyer (0.6.0) addressable (~> 2.3.5) @@ -281,7 +281,7 @@ DEPENDENCIES logging-rails (= 0.5.0) nyan-cat-formatter pronto (= 0.4.3) - pronto-rubocop (= 0.4.6) + pronto-rubocop (= 0.4.7) pry pry-byebug pry-debundle From b160a848b5f031e6b5cd671d6898c5c33a8c66a8 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 25 Oct 2015 01:30:33 +0200 Subject: [PATCH 4/7] bump pry --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 477931b..dd2abb1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -153,7 +153,7 @@ GEM pronto-rubocop (0.4.7) pronto (~> 0.4.0) rubocop (~> 0.34.0) - pry (0.10.1) + pry (0.10.3) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) From b245f817a09243a28b220029a953618397cdf4d3 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 25 Oct 2015 01:31:25 +0200 Subject: [PATCH 5/7] bump sqlite3 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e7a949d..9feaf7a 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ group :development, :test do gem "uuid", "~> 2.3.8" # test database - gem "sqlite3", "~> 1.3.10" + gem "sqlite3", "~> 1.3.11" end group :development, :production do diff --git a/Gemfile.lock b/Gemfile.lock index dd2abb1..bbdfe00 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -250,7 +250,7 @@ GEM actionpack (>= 3.0) activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) - sqlite3 (1.3.10) + sqlite3 (1.3.11) systemu (2.6.5) terminal-table (1.5.2) thor (0.19.1) @@ -293,7 +293,7 @@ DEPENDENCIES spring spring-commands-rspec spring-watcher-listen - sqlite3 (~> 1.3.10) + sqlite3 (~> 1.3.11) uuid (~> 2.3.8) webmock (~> 1.21.0) yard From 069b9672b7725c20bcfe9ee3f1e2ba1cdacb5cb7 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 25 Oct 2015 01:32:49 +0200 Subject: [PATCH 6/7] bump webmock --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9feaf7a..a960db0 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ group :test do gem "fixture_builder", "~> 0.4.1" gem "factory_girl_rails", "~> 4.5.0" gem "rspec-collection_matchers", "~> 1.1.2" - gem "webmock", "~> 1.21.0" + gem "webmock", "~> 1.22.1" end group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index bbdfe00..b2d3980 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,6 +104,7 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) + hashdiff (0.2.2) httparty (0.13.7) json (~> 1.8) multi_xml (>= 0.5.2) @@ -262,9 +263,10 @@ GEM uuid (2.3.8) macaddr (~> 1.0) valid (1.1.0) - webmock (1.21.0) + webmock (1.22.1) addressable (>= 2.3.6) crack (>= 0.3.2) + hashdiff yard (0.8.7.6) PLATFORMS @@ -295,7 +297,7 @@ DEPENDENCIES spring-watcher-listen sqlite3 (~> 1.3.11) uuid (~> 2.3.8) - webmock (~> 1.21.0) + webmock (~> 1.22.1) yard BUNDLED WITH From b183a3a51af4c504d92a389ea30a10f8fbd2f13d Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 25 Oct 2015 01:33:31 +0200 Subject: [PATCH 7/7] bump dependency gems --- Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b2d3980..20c8380 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM listen (3.0.3) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) - little-plugger (1.1.3) + little-plugger (1.1.4) logging (2.0.0) little-plugger (~> 1.1) multi_json (~> 1.10) @@ -129,14 +129,14 @@ GEM method_source (0.8.2) mime-types (2.6.2) mini_portile (0.6.2) - minitest (5.8.0) - multi_json (1.11.1) + minitest (5.8.1) + multi_json (1.11.2) multi_xml (0.5.5) multipart-post (2.0.0) nenv (0.2.0) nokogiri (1.6.6.2) mini_portile (~> 0.6.0) - notiffany (0.0.7) + notiffany (0.0.8) nenv (~> 0.1) shellany (~> 0.0) nyan-cat-formatter (0.11) @@ -192,7 +192,7 @@ GEM thor (>= 0.18.1, < 2.0) rainbow (2.0.0) rake (10.4.2) - rb-fsevent (0.9.5) + rb-fsevent (0.9.6) rb-inotify (0.9.5) ffi (>= 0.5.0) rspec (3.3.0) @@ -245,8 +245,8 @@ GEM spring-watcher-listen (2.0.0) listen (>= 2.7, < 4.0) spring (~> 1.2) - sprockets (3.3.4) - rack (~> 1.0) + sprockets (3.4.0) + rack (> 1, < 3) sprockets-rails (2.3.3) actionpack (>= 3.0) activesupport (>= 3.0)