diff --git a/Gemfile b/Gemfile index 69b487db..9fec2763 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug' gem 'pry-byebug' - gem 'rspec-rails', '~> 4.0', '>= 4.0.1' + gem 'rspec-rails', '~> 4.1' gem "factory_bot_rails" gem 'rubocop-rails' gem 'faker' diff --git a/Gemfile.lock b/Gemfile.lock index 92276691..0b98fcc9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,7 +108,7 @@ GEM xpath (~> 3.2) chartkick (3.4.2) coderay (1.1.3) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.8) crass (1.0.6) creek (2.5.2) nokogiri (>= 1.10.0) @@ -139,7 +139,7 @@ GEM ffi (1.13.1) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.8.5) + i18n (1.8.9) concurrent-ruby (~> 1.0) iostreams (1.5.1) jbuilder (2.10.1) @@ -151,7 +151,7 @@ GEM listen (3.3.3) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.7.0) + loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -161,16 +161,17 @@ GEM method_source (1.0.0) mimemagic (0.3.5) mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.14.2) + mini_portile2 (2.5.0) + minitest (5.14.4) msgpack (1.3.3) net-scp (3.0.0) net-ssh (>= 2.6.5, < 7.0.0) net-ssh (6.1.0) newrelic_rpm (6.14.0) nio4r (2.5.4) - nokogiri (1.10.10) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.1) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) orm_adapter (0.5.0) pagy (3.10.0) paper_trail (11.1.0) @@ -189,6 +190,7 @@ GEM public_suffix (4.0.6) puma (4.3.7) nio4r (~> 2.0) + racc (1.5.2) rack (2.2.3) rack-proxy (0.6.5) rack @@ -225,7 +227,7 @@ GEM rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) rainbow (3.0.0) - rake (13.0.1) + rake (13.0.3) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) @@ -239,23 +241,23 @@ GEM actionpack (>= 5.0) railties (>= 5.0) rexml (3.2.4) - rspec-core (3.10.0) + rspec-core (3.10.1) rspec-support (~> 3.10.0) - rspec-expectations (3.10.0) + rspec-expectations (3.10.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-mocks (3.10.0) + rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-rails (4.0.1) + rspec-rails (4.1.0) actionpack (>= 4.2) activesupport (>= 4.2) railties (>= 4.2) - rspec-core (~> 3.9) - rspec-expectations (~> 3.9) - rspec-mocks (~> 3.9) - rspec-support (~> 3.9) - rspec-support (3.10.0) + rspec-core (~> 3.10) + rspec-expectations (~> 3.10) + rspec-mocks (~> 3.10) + rspec-support (~> 3.10) + rspec-support (3.10.2) rubocop (1.1.0) parallel (~> 1.10) parser (>= 2.7.1.5) @@ -301,7 +303,7 @@ GEM sshkit (1.21.0) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) - thor (1.0.1) + thor (1.1.0) thread_safe (0.3.6) tilt (2.0.10) tzinfo (1.2.9) @@ -364,7 +366,7 @@ DEPENDENCIES rails (~> 6.0.3.4) rails-controller-testing reports_kit - rspec-rails (~> 4.0, >= 4.0.1) + rspec-rails (~> 4.1) rubocop-rails sass-rails (~> 6.0) shoulda-matchers