Skip to content

Commit

Permalink
Merge pull request #10 from FrankKair/dependabot/bundler/rake-13.0.3
Browse files Browse the repository at this point in the history
Update rake requirement from 10.0 to 13.0
  • Loading branch information
FrankKair committed Apr 3, 2021
2 parents 082d1f1 + 2c9e8cd commit e4f451f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -8,14 +8,14 @@ GEM
remote: https://rubygems.org/
specs:
filesize (0.1.1)
rake (10.4.2)
rake (13.0.3)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.14)
rake (~> 10.0)
rake (~> 13.0)
xcode_trash_remover!

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion xcode_trash_remover.gemspec
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '~> 1.14'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_runtime_dependency 'filesize', '~> 0.1.1'
end

0 comments on commit e4f451f

Please sign in to comment.