mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
use false literal in place of string
This commit is contained in:
parent
45cbc55c9f
commit
7e3933e848
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -5,8 +5,8 @@ gem 'rake', '~> 10.0'
|
|||
# For Guard
|
||||
group :development do
|
||||
gem 'jist'
|
||||
gem 'rb-inotify', :require => 'false'
|
||||
gem 'rb-fsevent', :require => 'false'
|
||||
gem 'rb-inotify', :require => false
|
||||
gem 'rb-fsevent', :require => false
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue