Skip to content

Commit

Permalink
Patch CVE-2020-8130 (modify dependency version) and Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Mar 1, 2020
1 parent cb3b70a commit 326440b
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 59 deletions.
1 change: 1 addition & 0 deletions .idea/XSpear.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

111 changes: 54 additions & 57 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed XSpear-1.4.0.gem
Binary file not shown.
Binary file added XSpear-1.4.1.gem
Binary file not shown.
2 changes: 1 addition & 1 deletion XSpear.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "terminal-table" , "~> 1.8.0"
spec.add_development_dependency "progress_bar", "~> 1.3.0"
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "rspec", "~> 3.0"
end
2 changes: 1 addition & 1 deletion lib/XSpear/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module XSpear
VERSION = "1.4.0"
VERSION = "1.4.1"
end

0 comments on commit 326440b

Please sign in to comment.