mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove rb-fsevent from Gemfile.
This commit is contained in:
parent
c2aadf8935
commit
0008918059
1 changed files with 0 additions and 3 deletions
3
Gemfile
3
Gemfile
|
@ -53,9 +53,6 @@ platforms :mri do
|
|||
end
|
||||
|
||||
platforms :ruby do
|
||||
if ENV["RB_FSEVENT"]
|
||||
gem "rb-fsevent"
|
||||
end
|
||||
gem "json"
|
||||
gem "yajl-ruby"
|
||||
gem "nokogiri", ">= 1.4.5"
|
||||
|
|
Loading…
Reference in a new issue