diff --git a/src/oc-id/Gemfile b/src/oc-id/Gemfile index 4935aa5719..4e54305a7b 100644 --- a/src/oc-id/Gemfile +++ b/src/oc-id/Gemfile @@ -40,7 +40,7 @@ group :node do end group :development, :test do - gem 'rspec-rails', '~> 5.0' + gem 'rspec-rails', '~> 6.0' gem 'rails-controller-testing' gem 'pry-byebug' gem 'mailcatcher' diff --git a/src/oc-id/Gemfile.lock b/src/oc-id/Gemfile.lock index 825c81c04a..1843809e4f 100644 --- a/src/oc-id/Gemfile.lock +++ b/src/oc-id/Gemfile.lock @@ -167,7 +167,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) config (2.2.3) deep_merge (~> 1.2, >= 1.2.1) dry-validation (~> 1.0, >= 1.0.0) @@ -212,7 +212,7 @@ GEM dry-equalizer (~> 0.2) dry-initializer (~> 3.0) dry-schema (~> 1.5, >= 1.5.2) - erubi (1.10.0) + erubi (1.11.0) erubis (2.7.0) eventmachine (1.2.7) execjs (2.8.1) @@ -242,8 +242,8 @@ GEM ffi-yajl (2.4.0) libyajl2 (>= 1.2) fuzzyurl (0.9.0) - globalid (0.4.2) - activesupport (>= 4.2.0) + globalid (1.0.0) + activesupport (>= 5.0) gssapi (1.3.1) ffi (>= 1.0.1) gyoku (1.3.1) @@ -253,10 +253,10 @@ GEM tilt hashie (4.1.0) httpclient (2.8.3) - i18n (1.8.10) + i18n (1.12.0) concurrent-ruby (~> 1.0) iniparse (1.5.0) - inspec-core (4.38.9) + inspec-core (4.56.20) addressable (~> 2.4) chef-telemetry (~> 1.0, >= 1.0.8) faraday (>= 0.9.0, < 1.5) @@ -269,7 +269,7 @@ GEM parallel (~> 1.9) parslet (>= 1.5, < 2.0) pry (~> 0.13) - rspec (>= 3.9, < 3.11) + rspec (>= 3.9, <= 3.11) rspec-its (~> 1.2) rubyzip (>= 1.2.2, < 3.0) semverse (~> 3.0) @@ -280,10 +280,11 @@ GEM tty-prompt (~> 0.17) tty-table (~> 0.10) ipaddress (0.8.3) - jbuilder (2.11.2) + jbuilder (2.11.5) + actionview (>= 5.0.0) activesupport (>= 5.0.0) jmespath (1.4.0) - jquery-rails (4.4.0) + jquery-rails (4.5.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) @@ -301,7 +302,7 @@ GEM logging (2.3.0) little-plugger (~> 1.1) multi_json (~> 1.14) - loofah (2.10.0) + loofah (2.19.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -320,7 +321,7 @@ GEM method_source (1.0.0) mini_mime (1.1.0) mini_portile2 (2.5.3) - minitest (5.14.4) + minitest (5.16.3) mixlib-archive (1.1.7) mixlib-log mixlib-authentication (3.0.10) @@ -380,12 +381,12 @@ GEM byebug (~> 11.0) pry (~> 0.13.0) public_suffix (4.0.6) - racc (1.5.2) - rack (2.2.3) + racc (1.6.0) + rack (2.2.4) rack-protection (2.1.0) rack - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack-test (2.0.2) + rack (>= 1.3) rails (6.1.4) actioncable (= 6.1.4) actionmailbox (= 6.1.4) @@ -408,7 +409,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.3) loofah (~> 2.3) railties (6.1.4) actionpack (= 6.1.4) @@ -425,30 +426,30 @@ GEM responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) - rspec (3.10.0) - rspec-core (~> 3.10.0) - rspec-expectations (~> 3.10.0) - rspec-mocks (~> 3.10.0) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) + rspec (3.11.0) + rspec-core (~> 3.11.0) + rspec-expectations (~> 3.11.0) + rspec-mocks (~> 3.11.0) + rspec-core (3.11.0) + rspec-support (~> 3.11.0) + rspec-expectations (3.11.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) + rspec-support (~> 3.11.0) rspec-its (1.3.0) rspec-core (>= 3.0.0) rspec-expectations (>= 3.0.0) - rspec-mocks (3.10.2) + rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-rails (5.0.1) - actionpack (>= 5.2) - activesupport (>= 5.2) - railties (>= 5.2) - rspec-core (~> 3.10) - rspec-expectations (~> 3.10) - rspec-mocks (~> 3.10) - rspec-support (~> 3.10) - rspec-support (3.10.2) + rspec-support (~> 3.11.0) + rspec-rails (6.0.1) + actionpack (>= 6.1) + activesupport (>= 6.1) + railties (>= 6.1) + rspec-core (~> 3.11) + rspec-expectations (~> 3.11) + rspec-mocks (~> 3.11) + rspec-support (~> 3.11) + rspec-support (3.11.1) ruby2_keywords (0.0.5) rubyntlm (0.6.3) rubyzip (1.3.0) @@ -539,7 +540,7 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (2.0.4) + tzinfo (2.0.5) concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -581,7 +582,7 @@ GEM wmi-lite (1.0.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.4.2) + zeitwerk (2.6.1) PLATFORMS ruby @@ -611,7 +612,7 @@ DEPENDENCIES rails-controller-testing rb-readline (~> 0.5.2) responders (~> 3.0, >= 3.0.1) - rspec-rails (~> 5.0) + rspec-rails (~> 6.0) sass-rails (>= 4.0.3) sdoc selenium-webdriver (~> 3.142.7)