Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #64 from learn-co/security-updates
Browse files Browse the repository at this point in the history
Update rake & rspec; rake per security vulnerabilities
  • Loading branch information
Tom Milewski authored Jul 28, 2020
2 parents 673f4a2 + bf238fd commit 71b839a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ GEM
phantomjs (2.1.1.0)
rack (2.2.3)
rainbow (1.99.2)
rake (10.5.0)
rake (13.0.1)
rchardet (1.8.0)
rspec (3.9.0)
rspec-core (~> 3.9.0)
Expand Down Expand Up @@ -73,9 +73,9 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 2.0)
bundler (~> 2.1.4)
learn-test!
rake (~> 10.0)
rake (~> 13.0.1)
rspec (~> 3.8)
rspec_junit_formatter (~> 0.4.1)

Expand Down
4 changes: 2 additions & 2 deletions learn-test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib", "bin"]
spec.required_ruby_version = '>= 2.3.0'

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "bundler", "~> 2.1.4"
spec.add_development_dependency "rake", "~> 13.0.1"
spec.add_development_dependency "rspec", "~> 3.8"
spec.add_runtime_dependency "rspec", "~> 3.0"
spec.add_runtime_dependency "netrc", "~> 0.11.0"
Expand Down

0 comments on commit 71b839a

Please sign in to comment.