Skip to content

Commit

Permalink
Use a newer version of rb-fsevent
Browse files Browse the repository at this point in the history
  • Loading branch information
cwalcott committed Apr 21, 2012
1 parent e0a8d0e commit 05aa593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -2,7 +2,7 @@ GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
ffi (1.0.11) ffi (1.0.11)
rb-fsevent (0.4.3.1) rb-fsevent (0.9.1)
rb-inotify (0.8.8) rb-inotify (0.8.8)
ffi (>= 0.5.0) ffi (>= 0.5.0)


Expand Down
2 changes: 1 addition & 1 deletion omglog.gemspec
Expand Up @@ -9,6 +9,6 @@ Gem::Specification.new do |s|
s.executables = ['omglog'] s.executables = ['omglog']
s.homepage = 'http://github.com/benhoskings/omglog' s.homepage = 'http://github.com/benhoskings/omglog'


s.add_dependency 'rb-fsevent', '~> 0.4.3' s.add_dependency 'rb-fsevent', '~> 0.9.0'
s.add_dependency 'rb-inotify', '~> 0.8.8' s.add_dependency 'rb-inotify', '~> 0.8.8'
end end

0 comments on commit 05aa593

Please sign in to comment.