diff --git a/Gemfile b/Gemfile index 27ec3e28..4a3cdb3e 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.54.0' - gem 'rubocop-rspec', '~> 1.24.0' + gem 'rubocop-rspec', '~> 1.25.0' end gem 'pry', '~> 0.11' if ruby_version >= Gem::Version.new('2.0') end