Skip to content

Commit

Permalink
Use a form of rb-inotify to fix broken tests with Ruby 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jul 28, 2016
1 parent e54e4ec commit 8656678
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Expand Up @@ -27,6 +27,9 @@ gem 'uglifier', '>= 1.3.0', require: false
# Track stable branch of sass because it doesn't have circular require warnings.
gem 'sass', github: 'sass/sass', branch: 'stable', require: false

# FIXME: Remove this fork after https://github.com/nex3/rb-inotify/pull/49 is fixed.
gem 'rb-inotify', github: 'matthewd/rb-inotify', branch: 'close-handling'

group :doc do
gem 'sdoc', '~> 0.4.0'
gem 'redcarpet', '~> 3.2.3', platforms: :ruby
Expand Down
11 changes: 9 additions & 2 deletions Gemfile.lock
Expand Up @@ -6,6 +6,14 @@ GIT
queue_classic (3.2.0.RC1)
pg (>= 0.17, < 0.19)

GIT
remote: git://github.com/matthewd/rb-inotify.git
revision: 90553518d1fb79aedc98a3036c59bd2b6731ac40
branch: close-handling
specs:
rb-inotify (0.9.7)
ffi (>= 0.5.0)

GIT
remote: git://github.com/sass/sass.git
revision: 7716e67f3507c6f65878c69aa49ec358ebf675c7
Expand Down Expand Up @@ -224,8 +232,6 @@ GEM
thor (>= 0.18.1, < 2.0)
rake (11.2.2)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rdoc (4.2.2)
json (~> 1.4)
redcarpet (3.2.3)
Expand Down Expand Up @@ -349,6 +355,7 @@ DEPENDENCIES
rack-cache (~> 1.2)
rails!
rake (>= 11.1)
rb-inotify!
redcarpet (~> 3.2.3)
redis
resque (< 1.26)
Expand Down

0 comments on commit 8656678

Please sign in to comment.