diff --git a/Gemfile b/Gemfile index 0d6bdd8..0bda8d0 100644 --- a/Gemfile +++ b/Gemfile @@ -74,7 +74,7 @@ group :development, :test do gem "pry-rails" gem "pundit-matchers", "~> 1.4.1" gem "reek", "~> 5.4" - gem "rspec-rails", "~> 3.6" + gem "rspec-rails", "~> 5.0" gem "rubocop-rails_config" gem "selenium-webdriver", "~> 3.8" gem "shoulda-matchers", git: "https://github.com/thoughtbot/shoulda-matchers" diff --git a/Gemfile.lock b/Gemfile.lock index e279742..ceea3b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,7 +72,7 @@ GEM thread_safe (~> 0.3, >= 0.3.1) bcrypt (3.1.13) bindex (0.5.0) - builder (3.2.3) + builder (3.2.4) bullet (5.7.5) activesupport (>= 3.0.0) uniform_notifier (~> 1.11.0) @@ -100,7 +100,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.8) coveralls (0.8.23) json (>= 1.8, < 3) simplecov (~> 0.16.1) @@ -109,7 +109,7 @@ GEM tins (~> 1.6) crack (0.4.3) safe_yaml (~> 1.0.0) - crass (1.0.5) + crass (1.0.6) declarative (0.0.10) declarative-builder (0.1.0) declarative-option (< 0.2.0) @@ -122,7 +122,7 @@ GEM railties (>= 4.1.0) responders warden (~> 1.2.3) - diff-lcs (1.3) + diff-lcs (1.4.4) disposable (0.4.5) declarative (>= 0.0.9, < 1.0.0) declarative-builder (< 0.2.0) @@ -162,7 +162,7 @@ GEM dry-logic (~> 0.4, >= 0.4.0) dry-types (~> 0.12.0) equalizer (0.0.11) - erubi (1.9.0) + erubi (1.10.0) execjs (2.7.0) factory_bot (4.10.0) activesupport (>= 3.0.0) @@ -220,7 +220,7 @@ GEM guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) hashdiff (0.3.7) - i18n (1.7.0) + i18n (1.8.9) concurrent-ruby (~> 1.0) ice_nine (0.11.2) inflecto (0.0.2) @@ -234,7 +234,7 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.3.0) + loofah (2.9.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.13) @@ -246,16 +246,17 @@ GEM method_source (0.9.2) mimemagic (0.3.3) mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.12.2) + mini_portile2 (2.5.0) + minitest (5.14.4) multi_json (1.14.1) mustermann (1.0.3) mustermann-grape (1.0.0) mustermann (~> 1.0.0) nenv (0.3.0) nio4r (2.3.1) - nokogiri (1.10.4) - mini_portile2 (~> 2.4.0) + nokogiri (1.11.2) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) @@ -280,7 +281,8 @@ GEM pundit-matchers (1.4.1) pundit (~> 1.1, >= 1.1.0) rspec-rails (>= 3.0.0) - rack (2.0.7) + racc (1.5.2) + rack (2.2.3) rack-accept (0.4.5) rack (>= 0.4) rack-proxy (0.6.4) @@ -312,7 +314,7 @@ GEM rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rainbow (3.0.0) - rake (13.0.0) + rake (13.0.3) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) @@ -335,30 +337,30 @@ GEM uber (< 0.2.0) request_store (1.4.1) rack (>= 1.4) - responders (3.0.0) + responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) - rspec (3.7.0) - rspec-core (~> 3.7.0) - rspec-expectations (~> 3.7.0) - rspec-mocks (~> 3.7.0) - rspec-core (3.7.1) - rspec-support (~> 3.7.0) - rspec-expectations (3.7.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) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-mocks (3.7.0) + rspec-support (~> 3.10.0) + rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-rails (3.7.2) - actionpack (>= 3.0) - activesupport (>= 3.0) - railties (>= 3.0) - rspec-core (~> 3.7.0) - rspec-expectations (~> 3.7.0) - rspec-mocks (~> 3.7.0) - rspec-support (~> 3.7.0) - rspec-support (3.7.1) + 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_junit_formatter (0.4.1) rspec-core (>= 2, < 4, != 2.12.0) rubocop (0.75.1) @@ -409,17 +411,17 @@ GEM spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) spring (>= 1.2, < 3.0) - sprockets (4.0.0) + sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.1) + sprockets-rails (3.2.2) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) temple (0.8.2) term-ansicolor (1.7.1) tins (~> 1.0) - thor (0.20.3) + thor (1.1.0) thread_safe (0.3.6) tilt (2.0.10) tins (1.21.1) @@ -448,7 +450,7 @@ GEM turbolinks (5.1.1) turbolinks-source (~> 5.1) turbolinks-source (5.1.0) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) uber (0.1.0) uglifier (4.1.13) @@ -521,7 +523,7 @@ DEPENDENCIES reek (~> 5.4) reform (~> 2.2) reform-rails (~> 0.1) - rspec-rails (~> 3.6) + rspec-rails (~> 5.0) rspec_junit_formatter rubocop-rails_config sass-rails (~> 6.0)