Skip to content

Commit

Permalink
Bump RuboCop to v0.66.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Mar 18, 2019
1 parent 8552471 commit 3e2c8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ group :test do
gem "rspec-mocks"
# Temporary lock on RuboCop version for Windows since Pysch-3.1.0 is not available
# for use on Ruby 2.6-mingw32 platforms
gem "rubocop", Gem.win_platform? ? "~> 0.64.0" : "~> 0.65.0"
gem "rubocop", Gem.win_platform? ? "~> 0.64.0" : "~> 0.66.0"
gem "test-dependency-theme", :path => File.expand_path("test/fixtures/test-dependency-theme", __dir__)
gem "test-theme", :path => File.expand_path("test/fixtures/test-theme", __dir__)
gem "test-theme-symlink", :path => File.expand_path("test/fixtures/test-theme-symlink", __dir__)
Expand Down

0 comments on commit 3e2c8fd

Please sign in to comment.