Skip to content

Commit

Permalink
fix(deps): update concurrent-ruby requirement from = 1.1.9 to = 1.1.10
Browse files Browse the repository at this point in the history
Updates the requirements on [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) to permit the latest version.
- [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases)
- [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md)
- [Commits](ruby-concurrency/concurrent-ruby@v1.1.9...v1.1.10)

---
updated-dependencies:
- dependency-name: concurrent-ruby
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jim80net committed Mar 23, 2022
1 parent 0f287aa commit e2eebe6
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 @@ -3,7 +3,7 @@ PATH
specs:
datadog_backup (0.6.0)
amazing_print (= 1.4.0)
concurrent-ruby (= 1.1.9)
concurrent-ruby (= 1.1.10)
deepsort (= 0.4.5)
diffy (= 3.4.0)
dogapi (= 1.45.0)
Expand All @@ -14,7 +14,7 @@ GEM
amazing_print (1.4.0)
ast (2.4.2)
coderay (1.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
deepsort (0.4.5)
diff-lcs (1.5.0)
diffy (3.4.0)
Expand Down
2 changes: 1 addition & 1 deletion datadog_backup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ['>= 2.5']

spec.add_dependency 'amazing_print', '1.4.0'
spec.add_dependency 'concurrent-ruby', '1.1.9'
spec.add_dependency 'concurrent-ruby', '1.1.10'
spec.add_dependency 'deepsort', '0.4.5'
spec.add_dependency 'diffy', '3.4.0'
spec.add_dependency 'dogapi', '1.45.0'
Expand Down

0 comments on commit e2eebe6

Please sign in to comment.