Skip to content

Commit

Permalink
Merge pull request #73 from samvera/lock_rubo_version
Browse files Browse the repository at this point in the history
Locks down the version of Rubocop to a working image.
  • Loading branch information
bwatson78 authored May 9, 2022
2 parents f2de8a3 + 6f59fa1 commit 50ad5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bixby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.6'

spec.add_dependency 'rubocop', '>= 1', '< 2'
spec.add_dependency 'rubocop', '1.28.2'
spec.add_dependency 'rubocop-ast'
spec.add_dependency 'rubocop-performance'
spec.add_dependency 'rubocop-rails'
Expand Down

0 comments on commit 50ad5a0

Please sign in to comment.