Skip to content

Commit

Permalink
Update mixlib-archive requirement from ~> 0.4 to >= 0.4, < 2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [mixlib-archive](https://github.com/chef/mixlib-archive) to permit the latest version.
- [Release notes](https://github.com/chef/mixlib-archive/releases)
- [Changelog](https://github.com/chef/mixlib-archive/blob/master/CHANGELOG.md)
- [Commits](chef/mixlib-archive@v0.4.20...v1.1.7)

---
updated-dependencies:
- dependency-name: mixlib-archive
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 27, 2021
1 parent 2dba396 commit cbd8880
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/supermarket/engines/fieri/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
fieri (0.0.1)
dotenv-rails
foodcritic (~> 16.3)
mixlib-archive (~> 0.4)
mixlib-archive (>= 0.4, < 2.0)
octokit (~> 4.16)
rails (>= 6.1, < 7)
ruby-filemagic
Expand Down Expand Up @@ -135,7 +135,7 @@ GEM
mini_mime (1.1.0)
mini_portile2 (2.6.1)
minitest (5.14.4)
mixlib-archive (0.4.20)
mixlib-archive (1.1.7)
mixlib-log
mixlib-log (3.0.9)
multipart-post (2.1.1)
Expand Down
2 changes: 1 addition & 1 deletion src/supermarket/engines/fieri/fieri.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|

s.add_dependency "dotenv-rails"
s.add_dependency "foodcritic", "~> 16.3"
s.add_dependency "mixlib-archive", "~> 0.4"
s.add_dependency "mixlib-archive", ">= 0.4", "< 2.0"
s.add_dependency "octokit", "~> 4.16" # 4.16+ fixes deprecations in auth
s.add_dependency "rails", [">= 6.1", "< 7"]
s.add_dependency "ruby-filemagic"
Expand Down

0 comments on commit cbd8880

Please sign in to comment.