Skip to content

Commit

Permalink
Update dependency xcop to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 18, 2025
1 parent f8bfc02 commit 7b27a92
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ gem 'sinatra-contrib', '4.0.0'
gem 'sprockets', '4.2.1'
gem 'test-unit', '3.6.7', require: false
gem 'webrick', '1.9.1'
gem 'xcop', '0.7.1'
gem 'xcop', '0.8.0'
15 changes: 13 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,14 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.3.0)
rubocop (~> 1.61)
ruby-fann (2.0.2)
Expand Down Expand Up @@ -228,7 +236,7 @@ GEM
uri (0.13.1)
version_gem (1.1.3)
webrick (1.9.1)
xcop (0.7.1)
xcop (0.8.0)
differ (~> 0.1.2)
nokogiri (~> 1.10)
rainbow (~> 3.0)
Expand Down Expand Up @@ -263,6 +271,9 @@ DEPENDENCIES
rackup (= 2.2.1)
rake (= 13.2.1)
rubocop (= 1.69.2)
rubocop-minitest (> 0)
rubocop-performance (> 0)
rubocop-rake (> 0)
rubocop-rspec (= 3.3.0)
ruby-fann (= 2.0.2)
sass (= 3.7.4)
Expand All @@ -274,7 +285,7 @@ DEPENDENCIES
sprockets (= 4.2.1)
test-unit (= 3.6.7)
webrick (= 1.9.1)
xcop (= 0.7.1)
xcop (= 0.8.0)

BUNDLED WITH
2.5.16

0 comments on commit 7b27a92

Please sign in to comment.