Skip to content

Commit 5b18ab4

Browse files
committed
Upgrade rubocop-rspec to version 1.25.1
1 parent 5a3d40c commit 5b18ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ group :test do
66
ruby_version = Gem::Version.new(RUBY_VERSION)
77
if ruby_version >= Gem::Version.new('2.1')
88
gem 'rubocop', '~> 0.56.0'
9-
gem 'rubocop-rspec', '~> 1.24.0'
9+
gem 'rubocop-rspec', '~> 1.25.1'
1010
end
1111
gem 'pry', '~> 0.11' if ruby_version >= Gem::Version.new('2.0')
1212
gem 'rspec-pending_for'

0 commit comments

Comments
 (0)