From 9e20215a249336306d03b5fefccdce2e21ccf69c Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 8 Apr 2018 01:22:49 +0200 Subject: [PATCH] Bump eye --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- script/configure_bundler | 4 ---- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 6c464623b..c02c7013d 100644 --- a/Gemfile +++ b/Gemfile @@ -226,7 +226,7 @@ group :production do # we don"t install these on travis to speed up test runs # Process management - gem "eye", "0.9.2" + gem "eye", "0.10.0" # Redirects diff --git a/Gemfile.lock b/Gemfile.lock index c4f45b170..5cce823f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,10 +199,10 @@ GEM ffi (>= 1.3.0) excon (0.62.0) execjs (2.7.0) - eye (0.9.2) + eye (0.10.0) celluloid (~> 0.17.3) celluloid-io (~> 0.17.0) - sigar (~> 0.7.3) + kostya-sigar (~> 2.0.0) state_machines thor fabrication (2.20.1) @@ -349,6 +349,7 @@ GEM multi_json jwt (1.5.6) kgio (2.11.2) + kostya-sigar (2.0.0) leaflet-rails (1.3.1) rails (>= 4.2.0) listen (3.1.5) @@ -653,7 +654,6 @@ GEM sidekiq-cron (0.6.3) rufus-scheduler (>= 3.3.0) sidekiq (>= 4.2.1) - sigar (0.7.3) simple_captcha2 (0.4.3) rails (>= 4.1) simple_oauth (0.3.1) @@ -788,7 +788,7 @@ DEPENDENCIES diaspora_federation-rails (= 0.2.4) diaspora_federation-test (= 0.2.4) entypo-rails (= 3.0.0) - eye (= 0.9.2) + eye (= 0.10.0) factory_girl_rails (= 4.8.0) faraday (= 0.12.2) faraday-cookie_jar (= 0.0.6) diff --git a/script/configure_bundler b/script/configure_bundler index 1f30cca70..67e6aa055 100755 --- a/script/configure_bundler +++ b/script/configure_bundler @@ -28,8 +28,4 @@ if rails_env != "development" config("disable_shared_gems true") end -if `gcc -dumpversion`.split(".").first.to_i >= 5 - config("build.sigar \"--with-cppflags='-fgnu89-inline'\"") -end - puts "Bundler configured! Please run 'bin/bundle install' now."