Skip to content

Commit 50e4ab5

Browse files
author
depfu[bot]
committed
Upgrade rubocop-rspec to version 1.25.1
1 parent 4f14fa7 commit 50e4ab5

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.55.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
end

0 commit comments

Comments
 (0)