Merge pull request #8828 from edx/db/remove-unused-gems
Remove unused Ruby gems
Showing
... | ... | @@ -2,12 +2,3 @@ source 'https://rubygems.org' |
gem 'sass', '3.3.5' | ||
gem 'bourbon', '~> 4.0.2' | ||
gem 'neat', '~> 1.6.0' | ||
gem 'colorize', '~> 0.5.8' | ||
gem 'launchy', '~> 2.1.2' | ||
gem 'sys-proctable', '~> 0.9.3' | ||
gem 'dalli', '~> 2.6.4' | ||
# These gems aren't actually required; they are used by Linux and Mac to | ||
# detect when files change. If these gems are not installed, the system | ||
# will fall back to polling files. | ||
gem 'rb-inotify', '~> 0.9' | ||
gem 'rb-fsevent', '~> 0.9.3' |
Please
register
or
sign in
to comment