Skip to content

Commit 9897f7e

Browse files
committed
[gem] pinning rb-inotify on legacy ruby <2.2.0
1 parent f3eca80 commit 9897f7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source "https://rubygems.org"
22

33
group :test do
4+
gem "rb-inotify", '< 0.10.0' if RUBY_VERSION < '2.2.0'
45
gem "public_suffix", "~> 3.0.0"
56
gem "listen", "~> 3.0.0"
67
gem "puppet", ENV['PUPPET_VERSION'] || '~> 4.2.0'

0 commit comments

Comments
 (0)