From 5332f25aa93b7863880940063dabddb08029bf28 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Wed, 7 Jun 2017 11:12:44 +0900 Subject: [PATCH 1/3] Update gems in development group. --- Gemfile.lock | 66 ++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4be4a6019db..0a0ec4ecbbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,9 +39,9 @@ GEM tzinfo (~> 1.1) addressable (2.5.1) public_suffix (~> 2.0, >= 2.0.2) - annotate (2.7.1) + annotate (2.7.2) activerecord (>= 3.2, < 6.0) - rake (>= 10.4, < 12.0) + rake (>= 10.4, < 13.0) arel (6.0.4) aws-sdk (2.5.3) aws-sdk-resources (= 2.5.3) @@ -65,7 +65,7 @@ GEM bootsnap (0.3.0) msgpack (~> 1.0) builder (3.2.3) - bullet (5.4.2) + bullet (5.5.1) activesupport (>= 3.0.0) uniform_notifier (~> 1.10.0) byebug (9.0.6) @@ -76,7 +76,7 @@ GEM crack (0.4.3) safe_yaml (~> 1.0.0) crass (1.0.2) - debug_inspector (0.0.2) + debug_inspector (0.0.3) diff-lcs (1.3) discourse-qunit-rails (0.0.9) railties @@ -118,7 +118,7 @@ GEM fastimage (2.1.0) ffi (1.9.18) flamegraph (0.9.5) - foreman (0.82.0) + foreman (0.84.0) thor (~> 0.19.1) fspath (3.1.0) gc_tracer (1.5.1) @@ -160,13 +160,13 @@ GEM metaclass (0.0.4) method_source (0.8.2) mime-types (2.99.3) - mini_portile2 (2.1.0) + mini_portile2 (2.2.0) mini_racer (0.1.9) libv8 (~> 5.3) - minitest (5.10.1) - mocha (1.1.0) + minitest (5.10.2) + mocha (1.2.1) metaclass (~> 0.0.1) - mock_redis (0.15.4) + mock_redis (0.17.3) moneta (1.0.0) msgpack (1.1.0) multi_json (1.12.1) @@ -275,11 +275,11 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.18.0) - rake (11.3.0) + rake (12.0.0) rake-compiler (0.9.9) rake - rb-fsevent (0.9.7) - rb-inotify (0.9.7) + rb-fsevent (0.9.8) + rb-inotify (0.9.8) ffi (>= 0.5.0) rbtrace (0.4.8) ffi (>= 1.0.6) @@ -294,30 +294,30 @@ GEM netrc (~> 0.7) rinku (2.0.0) rmmseg-cpp (0.2.9) - rspec (3.4.0) - rspec-core (~> 3.4.0) - rspec-expectations (~> 3.4.0) - rspec-mocks (~> 3.4.0) - rspec-core (3.4.4) - rspec-support (~> 3.4.0) - rspec-expectations (3.4.0) + rspec (3.6.0) + rspec-core (~> 3.6.0) + rspec-expectations (~> 3.6.0) + rspec-mocks (~> 3.6.0) + rspec-core (3.6.0) + rspec-support (~> 3.6.0) + rspec-expectations (3.6.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.4.0) - rspec-html-matchers (0.7.0) + rspec-support (~> 3.6.0) + rspec-html-matchers (0.9.1) nokogiri (~> 1) - rspec (~> 3) - rspec-mocks (3.4.1) + rspec (>= 3.0.0.a, < 4) + rspec-mocks (3.6.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.4.0) - rspec-rails (3.4.2) - actionpack (>= 3.0, < 4.3) - activesupport (>= 3.0, < 4.3) - railties (>= 3.0, < 4.3) - rspec-core (~> 3.4.0) - rspec-expectations (~> 3.4.0) - rspec-mocks (~> 3.4.0) - rspec-support (~> 3.4.0) - rspec-support (3.4.1) + rspec-support (~> 3.6.0) + rspec-rails (3.6.0) + actionpack (>= 3.0) + activesupport (>= 3.0) + railties (>= 3.0) + rspec-core (~> 3.6.0) + rspec-expectations (~> 3.6.0) + rspec-mocks (~> 3.6.0) + rspec-support (~> 3.6.0) + rspec-support (3.6.0) rtlit (0.0.5) ruby-openid (2.7.0) ruby-readability (0.7.0) From 24cf30275393476c864fca29615e658e1f94adb3 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Wed, 7 Jun 2017 11:13:07 +0900 Subject: [PATCH 2/3] Update nokogiri. --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0a0ec4ecbbf..26c126167f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -174,8 +174,8 @@ GEM multipart-post (2.0.0) mustache (1.0.5) netrc (0.11.0) - nokogiri (1.7.2) - mini_portile2 (~> 2.1.0) + nokogiri (1.8.0) + mini_portile2 (~> 2.2.0) nokogumbo (1.4.10) nokogiri oauth (0.5.1) From 61a4711e8352a0af436e840700b72837c9a9aac0 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Wed, 7 Jun 2017 11:13:21 +0900 Subject: [PATCH 3/3] Update i18n. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 26c126167f5..f2c30168dc4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -133,7 +133,7 @@ GEM http-cookie (1.0.2) domain_name (~> 0.5) http_accept_language (2.0.5) - i18n (0.8.1) + i18n (0.8.4) image_size (1.5.0) in_threads (1.4.0) jmespath (1.3.1)