diff --git a/src/supermarket/engines/fieri/Gemfile b/src/supermarket/engines/fieri/Gemfile index fb85eac48..ef4568888 100644 --- a/src/supermarket/engines/fieri/Gemfile +++ b/src/supermarket/engines/fieri/Gemfile @@ -15,7 +15,7 @@ gemspec group :development, :test do gem "chefstyle" gem "pry" - gem "rspec-rails", "~> 5.0" + gem "rspec-rails", "~> 5.1" gem "rubocop-rails", require: false gem "sqlite3" gem "webmock" diff --git a/src/supermarket/engines/fieri/Gemfile.lock b/src/supermarket/engines/fieri/Gemfile.lock index 6f7d9ea35..e4048bdb9 100644 --- a/src/supermarket/engines/fieri/Gemfile.lock +++ b/src/supermarket/engines/fieri/Gemfile.lock @@ -79,12 +79,12 @@ GEM chefstyle (2.0.7) rubocop (= 1.18.4) coderay (1.1.3) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) connection_pool (2.2.5) crack (0.4.5) rexml crass (1.0.6) - diff-lcs (1.4.4) + diff-lcs (1.5.0) dotenv (2.7.6) dotenv-rails (2.7.6) dotenv (= 2.7.6) @@ -122,10 +122,10 @@ GEM globalid (0.4.2) activesupport (>= 4.2.0) hashdiff (1.0.1) - i18n (1.8.10) + i18n (1.10.0) concurrent-ruby (~> 1.0) libyajl2 (2.1.0) - loofah (2.10.0) + loofah (2.16.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -133,15 +133,15 @@ GEM marcel (1.0.1) method_source (1.0.0) mini_mime (1.1.0) - mini_portile2 (2.5.3) - minitest (5.14.4) + mini_portile2 (2.8.0) + minitest (5.15.0) mixlib-archive (0.4.20) mixlib-log mixlib-log (3.0.9) multipart-post (2.1.1) nio4r (2.5.7) - nokogiri (1.11.7) - mini_portile2 (~> 2.5.0) + nokogiri (1.13.4) + mini_portile2 (~> 2.8.0) racc (~> 1.4) octokit (4.21.0) faraday (>= 0.9) @@ -154,7 +154,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.6) - racc (1.5.2) + racc (1.6.0) rack (2.2.3) rack-protection (2.1.0) rack @@ -178,7 +178,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) + rails-html-sanitizer (1.4.2) loofah (~> 2.3) railties (6.1.4) actionpack (= 6.1.4) @@ -191,15 +191,15 @@ GEM redis (3.3.5) regexp_parser (2.1.1) rexml (3.2.5) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) + rspec-core (3.11.0) + rspec-support (~> 3.11.0) + rspec-expectations (3.11.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-mocks (3.10.2) + rspec-support (~> 3.11.0) + rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-rails (5.0.1) + rspec-support (~> 3.11.0) + rspec-rails (5.1.2) actionpack (>= 5.2) activesupport (>= 5.2) railties (>= 5.2) @@ -207,7 +207,7 @@ GEM rspec-expectations (~> 3.10) rspec-mocks (~> 3.10) rspec-support (~> 3.10) - rspec-support (3.10.2) + rspec-support (3.11.0) rubocop (1.18.4) parallel (~> 1.10) parser (>= 3.0.0.0) @@ -243,7 +243,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.4.2) - thor (1.1.0) + thor (1.2.1) treetop (1.6.11) polyglot (~> 0.3) tzinfo (2.0.4) @@ -256,7 +256,7 @@ GEM websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.4.2) + zeitwerk (2.5.4) PLATFORMS ruby @@ -265,7 +265,7 @@ DEPENDENCIES chefstyle fieri! pry - rspec-rails (~> 5.0) + rspec-rails (~> 5.1) rubocop-rails sqlite3 webmock