Bump eye
This commit is contained in:
parent
8356391eb7
commit
c070b35ca9
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -222,7 +222,7 @@ group :production do # we don"t install these on travis to speed up test runs
|
||||||
|
|
||||||
# Process management
|
# Process management
|
||||||
|
|
||||||
gem "eye", "0.8.1"
|
gem "eye", "0.9.1"
|
||||||
|
|
||||||
# Redirects
|
# Redirects
|
||||||
|
|
||||||
|
|
|
||||||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -197,11 +197,11 @@ GEM
|
||||||
ffi (>= 1.3.0)
|
ffi (>= 1.3.0)
|
||||||
excon (0.54.0)
|
excon (0.54.0)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
eye (0.8.1)
|
eye (0.9.1)
|
||||||
celluloid (~> 0.17.3)
|
celluloid (~> 0.17.3)
|
||||||
celluloid-io (~> 0.17.0)
|
celluloid-io (~> 0.17.0)
|
||||||
sigar (~> 0.7.3)
|
sigar (~> 0.7.3)
|
||||||
state_machine
|
state_machines
|
||||||
thor
|
thor
|
||||||
factory_girl (4.7.0)
|
factory_girl (4.7.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
|
|
@ -392,7 +392,7 @@ GEM
|
||||||
naught (1.1.0)
|
naught (1.1.0)
|
||||||
nenv (0.3.0)
|
nenv (0.3.0)
|
||||||
nested_form (0.3.2)
|
nested_form (0.3.2)
|
||||||
nio4r (1.2.1)
|
nio4r (2.0.0)
|
||||||
nokogiri (1.6.8.1)
|
nokogiri (1.6.8.1)
|
||||||
mini_portile2 (~> 2.1.0)
|
mini_portile2 (~> 2.1.0)
|
||||||
notiffany (0.1.1)
|
notiffany (0.1.1)
|
||||||
|
|
@ -693,7 +693,7 @@ GEM
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 3.0)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 3.0)
|
||||||
sprockets (>= 2.8, < 4.0)
|
sprockets (>= 2.8, < 4.0)
|
||||||
state_machine (1.2.0)
|
state_machines (0.4.0)
|
||||||
string-direction (1.2.0)
|
string-direction (1.2.0)
|
||||||
yard (~> 0.8)
|
yard (~> 0.8)
|
||||||
swd (1.0.1)
|
swd (1.0.1)
|
||||||
|
|
@ -715,7 +715,7 @@ GEM
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (1.4.1)
|
tilt (1.4.1)
|
||||||
timecop (0.8.1)
|
timecop (0.8.1)
|
||||||
timers (4.1.1)
|
timers (4.1.2)
|
||||||
hitimes
|
hitimes
|
||||||
tins (1.12.0)
|
tins (1.12.0)
|
||||||
turbo_dev_assets (0.0.2)
|
turbo_dev_assets (0.0.2)
|
||||||
|
|
@ -808,7 +808,7 @@ DEPENDENCIES
|
||||||
diaspora_federation-rails (= 0.1.7)
|
diaspora_federation-rails (= 0.1.7)
|
||||||
diaspora_federation-test (= 0.1.7)
|
diaspora_federation-test (= 0.1.7)
|
||||||
entypo-rails (= 3.0.0.pre.rc2)
|
entypo-rails (= 3.0.0.pre.rc2)
|
||||||
eye (= 0.8.1)
|
eye (= 0.9.1)
|
||||||
factory_girl_rails (= 4.7.0)
|
factory_girl_rails (= 4.7.0)
|
||||||
faraday (= 0.9.2)
|
faraday (= 0.9.2)
|
||||||
faraday-cookie_jar (= 0.0.6)
|
faraday-cookie_jar (= 0.0.6)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue