Skip to content

Commit

Permalink
Merge 1914f50 into b6c6183
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 29, 2020
2 parents b6c6183 + 1914f50 commit 8b6938f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rake (12.0.0)
rake (13.0.1)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
Expand Down Expand Up @@ -58,7 +58,7 @@ DEPENDENCIES
bundler (~> 1.10)
coveralls
pry (~> 0.10)
rake (~> 12.0)
rake (~> 13.0)
rspec (~> 3.5)
ruby-prof
scoruby!
Expand Down
2 changes: 1 addition & 1 deletion scoruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib", "lib/scoruby", "lib/scoruby/models/random_forest", "lib/scoruby/models/gbm"]

spec.add_development_dependency "bundler", "~> 1.10"
spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.5"
spec.add_development_dependency "pry", "~> 0.10"
spec.add_development_dependency "coveralls"
Expand Down

0 comments on commit 8b6938f

Please sign in to comment.