Bump eye
This commit is contained in:
parent
0602e7fa94
commit
9e20215a24
3 changed files with 5 additions and 9 deletions
2
Gemfile
2
Gemfile
|
|
@ -226,7 +226,7 @@ group :production do # we don"t install these on travis to speed up test runs
|
||||||
|
|
||||||
# Process management
|
# Process management
|
||||||
|
|
||||||
gem "eye", "0.9.2"
|
gem "eye", "0.10.0"
|
||||||
|
|
||||||
# Redirects
|
# Redirects
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -199,10 +199,10 @@ GEM
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.3.0)
|
||||||
excon (0.62.0)
|
excon (0.62.0)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
eye (0.9.2)
|
eye (0.10.0)
|
||||||
celluloid (~> 0.17.3)
|
celluloid (~> 0.17.3)
|
||||||
celluloid-io (~> 0.17.0)
|
celluloid-io (~> 0.17.0)
|
||||||
sigar (~> 0.7.3)
|
kostya-sigar (~> 2.0.0)
|
||||||
state_machines
|
state_machines
|
||||||
thor
|
thor
|
||||||
fabrication (2.20.1)
|
fabrication (2.20.1)
|
||||||
|
|
@ -349,6 +349,7 @@ GEM
|
||||||
multi_json
|
multi_json
|
||||||
jwt (1.5.6)
|
jwt (1.5.6)
|
||||||
kgio (2.11.2)
|
kgio (2.11.2)
|
||||||
|
kostya-sigar (2.0.0)
|
||||||
leaflet-rails (1.3.1)
|
leaflet-rails (1.3.1)
|
||||||
rails (>= 4.2.0)
|
rails (>= 4.2.0)
|
||||||
listen (3.1.5)
|
listen (3.1.5)
|
||||||
|
|
@ -653,7 +654,6 @@ GEM
|
||||||
sidekiq-cron (0.6.3)
|
sidekiq-cron (0.6.3)
|
||||||
rufus-scheduler (>= 3.3.0)
|
rufus-scheduler (>= 3.3.0)
|
||||||
sidekiq (>= 4.2.1)
|
sidekiq (>= 4.2.1)
|
||||||
sigar (0.7.3)
|
|
||||||
simple_captcha2 (0.4.3)
|
simple_captcha2 (0.4.3)
|
||||||
rails (>= 4.1)
|
rails (>= 4.1)
|
||||||
simple_oauth (0.3.1)
|
simple_oauth (0.3.1)
|
||||||
|
|
@ -788,7 +788,7 @@ DEPENDENCIES
|
||||||
diaspora_federation-rails (= 0.2.4)
|
diaspora_federation-rails (= 0.2.4)
|
||||||
diaspora_federation-test (= 0.2.4)
|
diaspora_federation-test (= 0.2.4)
|
||||||
entypo-rails (= 3.0.0)
|
entypo-rails (= 3.0.0)
|
||||||
eye (= 0.9.2)
|
eye (= 0.10.0)
|
||||||
factory_girl_rails (= 4.8.0)
|
factory_girl_rails (= 4.8.0)
|
||||||
faraday (= 0.12.2)
|
faraday (= 0.12.2)
|
||||||
faraday-cookie_jar (= 0.0.6)
|
faraday-cookie_jar (= 0.0.6)
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,4 @@ if rails_env != "development"
|
||||||
config("disable_shared_gems true")
|
config("disable_shared_gems true")
|
||||||
end
|
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."
|
puts "Bundler configured! Please run 'bin/bundle install' now."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue