diff --git a/Gemfile b/Gemfile index a867ac03..25e32551 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ group :test do ruby_version = Gem::Version.new(RUBY_VERSION) if ruby_version >= Gem::Version.new('2.1') gem 'rubocop', '~> 0.56.0' - gem 'rubocop-rspec', '~> 1.24.0' + gem 'rubocop-rspec', '~> 1.26.0' end gem 'pry', '~> 0.11' if ruby_version >= Gem::Version.new('2.0') gem 'rspec-pending_for'