Skip to content

Commit

Permalink
Update rake requirement from = 13.0.6 to = 13.1.0 (#15)
Browse files Browse the repository at this point in the history
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v13.0.6...v13.1.0)

---
updated-dependencies:
- dependency-name: rake
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 1, 2023
1 parent 56a8709 commit b0d24c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ruby '>2.6'

gem 'minitest', '5.20.0'
gem 'pidfile', '0.3.0'
gem 'rake', '13.0.6'
gem 'rake', '13.1.0'
gem 'rubocop', '1.50.2'
gem 'terminal-table', '3.0.2'
gem 'video_transcoding', '0.25.3'
2 changes: 1 addition & 1 deletion transcode.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'terminal-table', '3.0.2'
s.add_runtime_dependency 'video_transcoding', '0.25.3'
s.add_development_dependency 'minitest', '5.20.0'
s.add_development_dependency 'rake', '13.0.6'
s.add_development_dependency 'rake', '13.1.0'
s.add_development_dependency 'rubocop', '1.50.2'
end

0 comments on commit b0d24c2

Please sign in to comment.