summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index cd8f178..e245dbd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,5 +8,5 @@ group :test, :development do
gem 'pry-byebug', '~> 3.10', '>= 3.10.1'
gem 'rspec', '~> 3.12'
gem 'rubocop', '~> 1.59'
- gem 'rubocop-rspec', '~> 2.25'
+ gem 'rubocop-rspec', '~> 2.26', '>= 2.26.1'
end