Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from nedap/update_rake
Browse files Browse the repository at this point in the history
Update Rake after vulnerability found in <12.3.3
  • Loading branch information
jwkoelewijn authored May 4, 2020
2 parents 5a543e9 + 4a6b484 commit 1c663d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samsara.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "activerecord", ">= 5.0"
spec.add_dependency "activesupport", ">= 5.0"
spec.add_dependency "activerecord", "~> 5.0"
spec.add_dependency "activesupport", "~> 5.0"

spec.add_development_dependency "bundler", ">= 1.6"
spec.add_development_dependency "byebug"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", "~> 12.3.3"
spec.add_development_dependency "sqlite3", "~> 1.3"
spec.add_development_dependency "rspec-rails", "~> 3.7"
end

0 comments on commit 1c663d1

Please sign in to comment.