diff --git a/Gemfile b/Gemfile index c5df77773..7287db38a 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'relative_time', '1.1.0' gem 'rerun', '0.14.0', require: false gem 'rspec-rails', '6.1.1', require: false gem 'rubocop', '1.61.0', require: false -gem 'rubocop-rspec', '2.27.0', require: false +gem 'rubocop-rspec', '2.27.1', require: false gem 'sass', '3.7.4' gem 'sentry-raven', '3.1.2' gem 'simplecov', '0.22.0' diff --git a/Gemfile.lock b/Gemfile.lock index 246a60ff4..0036a0a38 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,6 @@ GEM loog (~> 0.2) pg (~> 1.1) random-port (~> 0.3) - prism (0.24.0) psych (5.1.2) stringio racc (1.7.3) @@ -199,14 +198,13 @@ GEM rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.0) + rubocop-ast (1.31.1) parser (>= 3.3.0.4) - prism (>= 0.24.0) rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-factory_bot (2.25.1) rubocop (~> 1.41) - rubocop-rspec (2.27.0) + rubocop-rspec (2.27.1) rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -291,7 +289,7 @@ DEPENDENCIES rerun (= 0.14.0) rspec-rails (= 6.1.1) rubocop (= 1.61.0) - rubocop-rspec (= 2.27.0) + rubocop-rspec (= 2.27.1) sass (= 3.7.4) sentry-raven (= 3.1.2) simplecov (= 0.22.0)