Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed May 26, 2023
1 parent cdc0cf6 commit c10f64c
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 @@ -3,10 +3,10 @@ source 'https://rubygems.org/'
gem 'rake'

group 'test' do
gem 'rspec-parameterized', '>= 1.0.0'
gem 'aruba', '~> 2.1.0'
gem 'parallel_tests'
gem 'rspec'
gem 'rspec-parameterized', '>= 1.0.0'
gem 'rubocop'
gem 'rubocop-rspec'
end

0 comments on commit c10f64c

Please sign in to comment.