diff options
author | Matthew Draper <matthew@trebex.net> | 2017-06-18 05:13:38 +0930 |
---|---|---|
committer | Matthew Draper <matthew@trebex.net> | 2017-06-18 05:23:53 +0930 |
commit | 67a579419b275c4c982b02d9b6380cf4cbdaba20 (patch) | |
tree | f92cdc0420646bab3e933288369fd38902a6ff71 /Gemfile | |
parent | d904d46c2ddc6daaca732ec57470cd29100d9f22 (diff) | |
parent | 96d58433c9a657a30f464c91b69e5ac472f4e6a2 (diff) | |
download | rails-67a579419b275c4c982b02d9b6380cf4cbdaba20.tar.gz rails-67a579419b275c4c982b02d9b6380cf4cbdaba20.tar.bz2 rails-67a579419b275c4c982b02d9b6380cf4cbdaba20.zip |
Merge pull request #29488 from utilum/update_gemfile
Fixes FIXME: rb-inotify 0.99 has been released
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -33,9 +33,6 @@ gem "bcrypt", "~> 3.1.11", require: false # sprockets. gem "uglifier", ">= 1.3.0", require: false -# FIXME: Pending rb-inotify 0.9.9 release -gem "rb-inotify", github: "guard/rb-inotify", branch: "master", require: false - # Explicitly avoid 1.x that doesn't support Ruby 2.4+ gem "json", ">= 2.0.0" |