Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit a30c5a2

Browse files
committed
upgrade rubocop to the latest version
1 parent d417054 commit a30c5a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ branch = File.read(File.expand_path("../maintenance-branch", __FILE__)).chomp
88
if File.exist?(library_path) && !ENV['USE_GIT_REPOS']
99
gem lib, :path => library_path
1010
else
11-
gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => branch
11+
gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => branch
1212
end
1313
end
1414

@@ -29,7 +29,7 @@ platforms :jruby do
2929
end
3030

3131
gem 'simplecov', '~> 0.8'
32-
gem 'rubocop', "~> 0.23.0", :platform => [:ruby_19, :ruby_20, :ruby_21]
32+
gem 'rubocop', "~> 0.32.1", :platform => [:ruby_19, :ruby_20, :ruby_21, :ruby_22]
3333
gem 'test-unit', '~> 3.0' if RUBY_VERSION.to_f >= 2.2
3434

3535
eval File.read('Gemfile-custom') if File.exist?('Gemfile-custom')

0 commit comments

Comments
 (0)