Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Fix OS command injection on Rake version 10

* Update changelog
  • Loading branch information
rodolfobandeira authored Mar 14, 2020
1 parent 705c228 commit 2c02184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### 1.0.3 (next)

* Your contribution here.
* [#74](https://github.com/rodolfobandeira/spacex/pull/74): Fix vulnerable dependency: Rake. Bump to version 12 [@rodolfobandeira](https://github.com/rodolfobandeira).

### 1.0.2 (2019/10/06)

Expand Down
2 changes: 1 addition & 1 deletion spacex.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency 'faraday_middleware', '~> 0.12'
s.add_dependency 'hashie', '3.6.0'
s.add_development_dependency 'coveralls'
s.add_development_dependency 'rake', '~> 10'
s.add_development_dependency 'rake', '>= 12.3.3'
s.add_development_dependency 'rspec', '~> 3.8'
s.add_development_dependency 'rubocop', '0.51.0'
s.add_development_dependency 'vcr', '~> 4'
Expand Down

0 comments on commit 2c02184

Please sign in to comment.