We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3eca80 commit 9897f7eCopy full SHA for 9897f7e
1 file changed
Gemfile
@@ -1,6 +1,7 @@
1
source "https://rubygems.org"
2
3
group :test do
4
+ gem "rb-inotify", '< 0.10.0' if RUBY_VERSION < '2.2.0'
5
gem "public_suffix", "~> 3.0.0"
6
gem "listen", "~> 3.0.0"
7
gem "puppet", ENV['PUPPET_VERSION'] || '~> 4.2.0'
0 commit comments