mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 11:19:51 +00:00
bumped rb-inotify gem version
as per the recommendations given by guard
This commit is contained in:
parent
9858beb6af
commit
505d8f565b
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…
x
Reference in New Issue
Block a user