Skip to content
Snippets Groups Projects
Commit a839cb42 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix require calls in gemfile

parent 8795f67f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -121,9 +121,9 @@ group :development, :test do
gem 'guard-cucumber'
 
# Notification
gem 'rb-fsevent', :require => darwin_only('growl')
gem 'rb-fsevent', :require => darwin_only('rb-fsevent')
gem 'growl', :require => darwin_only('growl')
gem 'rb-inotify', :require => linux_only('rb-fsevent')
gem 'rb-inotify', :require => linux_only('rb-inotify')
end
 
group :test do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment