Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Commit 2a4881d

Browse files
author
Franklin Webber
committed
Windows Gems
1 parent cb920c6 commit 2a4881d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Gemfile

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@ source :rubygems
33
gem 'rake'
44
gem 'rspec'
55
gem 'guard'
6-
gem 'guard-rspec'
6+
gem 'guard-rspec'
7+
8+
platforms :mswin, :mingw do
9+
gem 'rb-fchange'
10+
gem 'rb-notifu'
11+
gem 'win32console'
12+
end

0 commit comments

Comments
 (0)