Skip to content

Commit b7e0ca6

Browse files
dependabot[bot]jim80net
authored andcommitted
fix(deps): update amazing_print requirement from = 1.3.0 to = 1.4.0
Updates the requirements on [amazing_print](https://github.com/amazing-print/amazing_print) to permit the latest version. - [Release notes](https://github.com/amazing-print/amazing_print/releases) - [Changelog](https://github.com/amazing-print/amazing_print/blob/master/CHANGELOG.md) - [Commits](amazing-print/amazing_print@v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: amazing_print dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ca20c85 commit b7e0ca6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
datadog_backup (0.6.0)
5-
amazing_print (= 1.3.0)
5+
amazing_print (= 1.4.0)
66
concurrent-ruby (= 1.1.9)
77
deepsort (= 0.4.5)
88
diffy (= 3.4.0)
@@ -11,7 +11,7 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
amazing_print (1.3.0)
14+
amazing_print (1.4.0)
1515
ast (2.4.2)
1616
coderay (1.1.3)
1717
concurrent-ruby (1.1.9)

datadog_backup.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121

2222
spec.required_ruby_version = ['>= 2.5']
2323

24-
spec.add_dependency 'amazing_print', '1.3.0'
24+
spec.add_dependency 'amazing_print', '1.4.0'
2525
spec.add_dependency 'concurrent-ruby', '1.1.9'
2626
spec.add_dependency 'deepsort', '0.4.5'
2727
spec.add_dependency 'diffy', '3.4.0'

0 commit comments

Comments
 (0)