mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Dev dep on 'jist' + better Guard deps
This commit is contained in:
parent
e6056a5fee
commit
9e6269c1da
1 changed files with 4 additions and 5 deletions
9
Gemfile
9
Gemfile
|
@ -2,9 +2,8 @@ source :rubygems
|
|||
gemspec
|
||||
|
||||
# For Guard
|
||||
case RUBY_PLATFORM
|
||||
when /linux/i
|
||||
gem 'rb-inotify'
|
||||
when /darwin/i
|
||||
gem 'rb-fsevent'
|
||||
group :development do
|
||||
gem 'jist'
|
||||
gem 'rb-inotify', :require => 'false'
|
||||
gem 'rb-fsevent', :require => 'false'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue