We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e51d84 commit 122928dCopy full SHA for 122928d
Gemfile
@@ -3,8 +3,6 @@ source 'https://rubygems.org'
3
# spec.add_runtime_dependency '<name>', [<version requirements>]
4
gemspec
5
6
-gem 'rb-readline', require: false
7
-
8
group :db do
9
# Needed for Msf::DbManager
10
gem 'activerecord', '>= 3.0.0', '< 4.0.0'
Gemfile.lock
@@ -232,7 +232,6 @@ DEPENDENCIES
232
pg (>= 0.11)
233
pry
234
rake (>= 10.0.0)
235
- rb-readline
236
redcarpet
237
rspec (>= 2.12, < 3.0.0)
238
rspec-rails (>= 2.12, < 3.0.0)
0 commit comments