Skip to content

Commit

Permalink
bundle (but don't use) real thor to ensure we still get vulnerability…
Browse files Browse the repository at this point in the history
… notifications from github.
  • Loading branch information
botandrose-machine authored and ddollar committed Oct 9, 2019
1 parent d4e5ee9 commit 6a036af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "http://rubygems.org"

gemspec

gem 'thor', path: 'lib/foreman/vendor/thor'
gem 'thor', '0.19.4', :require => false

group :test do
gem 'rake'
Expand Down
8 changes: 2 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ PATH
specs:
foreman (0.85.0)

PATH
remote: lib/foreman/vendor/thor
specs:
thor (0.19.4)

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -54,6 +49,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
thor (0.19.4)
timecop (0.9.1)
xml-simple (1.1.5)
yard (0.9.20)
Expand All @@ -73,7 +69,7 @@ DEPENDENCIES
ronn
rspec (~> 3.5)
simplecov
thor!
thor (= 0.19.4)
timecop
yard (~> 0.9.11)

Expand Down
21 changes: 0 additions & 21 deletions lib/foreman/vendor/thor/thor.gemspec

This file was deleted.

0 comments on commit 6a036af

Please sign in to comment.