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 Jul 7, 2021
1 parent 5b327ee commit db2872f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
26 changes: 15 additions & 11 deletions src/supermarket/engines/fieri/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
cookstyle
dotenv-rails
foodcritic (~> 16.3)
mixlib-archive (~> 0.4)
mixlib-archive (>= 0.4, < 2.0)
octokit (~> 4.0)
rails (>= 5.1, < 6)
ruby-filemagic
Expand Down Expand Up @@ -64,7 +64,7 @@ GEM
rubocop (= 1.18.3)
coderay (1.1.3)
concurrent-ruby (1.1.9)
connection_pool (2.2.3)
connection_pool (2.2.5)
cookstyle (7.15.1)
rubocop (= 1.18.3)
crack (0.4.5)
Expand All @@ -77,21 +77,25 @@ GEM
railties (>= 3.2)
erubi (1.10.0)
erubis (2.7.0)
faraday (1.4.2)
faraday (1.5.0)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-patron (~> 1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
ffi-yajl (2.3.3)
libyajl2 (~> 1.2)
faraday-patron (1.0.0)
ffi-yajl (2.4.0)
libyajl2 (>= 1.2)
foodcritic (16.3.0)
erubis
ffi-yajl (~> 2.0)
Expand All @@ -104,7 +108,7 @@ GEM
hashdiff (1.0.1)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
libyajl2 (1.2.0)
libyajl2 (2.1.0)
loofah (2.10.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -115,9 +119,9 @@ GEM
mini_mime (1.1.0)
mini_portile2 (2.5.3)
minitest (5.14.4)
mixlib-archive (0.4.20)
mixlib-archive (1.1.7)
mixlib-log
mixlib-log (3.0.8)
mixlib-log (3.0.9)
multipart-post (2.1.1)
nio4r (2.5.7)
nokogiri (1.11.7)
Expand All @@ -136,7 +140,7 @@ GEM
public_suffix (4.0.6)
racc (1.5.2)
rack (2.2.3)
rack-protection (2.0.8.1)
rack-protection (2.1.0)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -223,7 +227,7 @@ GEM
sqlite3 (1.4.2)
thor (1.1.0)
thread_safe (0.3.6)
treetop (1.6.10)
treetop (1.6.11)
polyglot (~> 0.3)
tzinfo (1.2.9)
thread_safe (~> 0.1)
Expand All @@ -232,7 +236,7 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
websocket-driver (0.7.3)
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)

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 @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency "cookstyle"
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.0"
s.add_dependency "rails", [">= 5.1", "< 6"]
s.add_dependency "ruby-filemagic"
Expand Down

0 comments on commit db2872f

Please sign in to comment.