Skip to content

Commit

Permalink
Make swagger-blocks a default dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-r7 committed May 10, 2021
1 parent 94079df commit 213b799
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ group :development, :test do
gem 'rspec-rails'
gem 'rspec-rerun'
gem 'rubocop'
gem 'swagger-blocks'
end

group :test do
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ PATH
sinatra
sqlite3
sshkey
swagger-blocks
thin
tzinfo
tzinfo-data
Expand Down Expand Up @@ -478,7 +479,6 @@ DEPENDENCIES
rubocop
ruby-prof (= 1.4.2)
simplecov (= 0.18.2)
swagger-blocks
timecop
yard

Expand Down
1 change: 1 addition & 0 deletions metasploit-framework.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'thin'
spec.add_runtime_dependency 'sinatra'
spec.add_runtime_dependency 'warden'
spec.add_runtime_dependency 'swagger-blocks'
# Required for JSON-RPC client
spec.add_runtime_dependency 'em-http-request'
# TimeZone info
Expand Down

0 comments on commit 213b799

Please sign in to comment.