Remove redundant rb-readline from Gemfile

MSP-11585

The entry in the gemspec is sufficient.
This commit is contained in:
Luke Imhoff 2014-11-06 14:46:19 -06:00
parent 6e51d84371
commit 122928d952
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
2 changed files with 0 additions and 3 deletions

View File

@ -3,8 +3,6 @@ source 'https://rubygems.org'
# spec.add_runtime_dependency '<name>', [<version requirements>]
gemspec
gem 'rb-readline', require: false
group :db do
# Needed for Msf::DbManager
gem 'activerecord', '>= 3.0.0', '< 4.0.0'

View File

@ -232,7 +232,6 @@ DEPENDENCIES
pg (>= 0.11)
pry
rake (>= 10.0.0)
rb-readline
redcarpet
rspec (>= 2.12, < 3.0.0)
rspec-rails (>= 2.12, < 3.0.0)