-
- Downloads
fix on old rubocop
parent
597d548a
No related branches found
No related tags found
Showing
- Gemfile 2 additions, 1 deletionGemfile
- Gemfile.lock 26 additions, 23 deletionsGemfile.lock
- gemfiles/rails52.gemfile 1 addition, 1 deletiongemfiles/rails52.gemfile
- gemfiles/rails60.gemfile 1 addition, 1 deletiongemfiles/rails60.gemfile
- gemfiles/rails61.gemfile 1 addition, 1 deletiongemfiles/rails61.gemfile
... | ... | @@ -4,7 +4,8 @@ source 'https://rubygems.org' |
gemspec | ||
gem 'appraisal' | ||
gem 'roqua_styleguide', git: 'https://gitlab.roqua.nl/roqua/styleguide.git' | ||
# fix so long as we support ruby 2.6 and ealier. | ||
gem 'roqua_styleguide', git: 'https://gitlab.roqua.nl/roqua/styleguide.git', ref: '9662550' | ||
group :test do | ||
gem 'sqlite3' | ||
... | ... |
Please register or sign in to comment