Skip to content

Commit

Permalink
Merge pull request #175 from bastelfreak/rubocop
Browse files Browse the repository at this point in the history
rubocop: pin to specific versions to avoid broken main branch
  • Loading branch information
bastelfreak authored Sep 20, 2023
2 parents aae25c8 + 94015c9 commit 47365d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ group :test do
end

group :linter do
gem 'rubocop'
gem 'rubocop-rails'
gem 'rubocop-rake'
gem 'rubocop-capybara'
gem 'rubocop', '~> 1.56.3'
gem 'rubocop-rails', '~> 2.21.1'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-capybara', '~> 2.19.0'
end

group :release do
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,10 @@ DEPENDENCIES
rails (~> 7.0.0)
redis (~> 5.0)
rspec-openapi
rubocop
rubocop-capybara
rubocop-rails
rubocop-rake
rubocop (~> 1.56.3)
rubocop-capybara (~> 2.19.0)
rubocop-rails (~> 2.21.1)
rubocop-rake (~> 0.6.0)
ruby-saml
selenium-webdriver
simplecov
Expand Down

0 comments on commit 47365d5

Please sign in to comment.