Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 4, 2023
1 parent 0ab8f31 commit 3d03e4e
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 @@ -15,8 +15,8 @@ group :docs do
end

group :lint do
gem 'json', '~> 2.6.0', require: false
gem 'rubocop', '~> 1.36.0', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
gem 'rubocop-rspec', '~> 2.13.0', require: false
gem 'json', '~> 2.6.0', require: false
end unless (Gem::Version.new RUBY_VERSION) < (Gem::Version.new '2.6.0')

0 comments on commit 3d03e4e

Please sign in to comment.