mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-16 17:05:09 -04:00
Merge pull request #325 from ZogStriP/patch-5
bumped rb-inotify gem version
This commit is contained in:
commit
f2b4d4568c
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -89,7 +89,7 @@ group :test, :development do
|
|||
gem 'jasminerice'
|
||||
gem 'mocha', require: false
|
||||
gem 'rb-fsevent'
|
||||
gem 'rb-inotify', '~> 0.8.8', require: RUBY_PLATFORM.include?('linux') && 'rb-inotify'
|
||||
gem 'rb-inotify', '~> 0.9', require: RUBY_PLATFORM.include?('linux') && 'rb-inotify'
|
||||
gem 'rspec-rails'
|
||||
gem 'shoulda'
|
||||
gem 'simplecov', require: false
|
||||
|
|
Loading…
Add table
Reference in a new issue