Skip to content

Commit

Permalink
ci: run same rubocop version in CI as in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Feb 24, 2020
1 parent 1ae54ae commit 21a888c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ gem "appraisal", "~> 2.2.0"
gem "byebug", "~> 11.0"
gem "rake", "~> 12.0"
gem "rspec", "~> 3.0"

gem "rubocop"
gem "rubocop", "~> 0.79.0"
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ DEPENDENCIES
byebug (~> 11.0)
rake (~> 12.0)
rspec (~> 3.0)
rubocop
rubocop (~> 0.79.0)
tpm-key_attestation!

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/openssl_2_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "appraisal", "~> 2.2.0"
gem "byebug", "~> 11.0"
gem "rake", "~> 12.0"
gem "rspec", "~> 3.0"
gem "rubocop"
gem "rubocop", "~> 0.79.0"
gem "openssl", "~> 2.0.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/openssl_2_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "appraisal", "~> 2.2.0"
gem "byebug", "~> 11.0"
gem "rake", "~> 12.0"
gem "rspec", "~> 3.0"
gem "rubocop"
gem "rubocop", "~> 0.79.0"
gem "openssl", "~> 2.1.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/openssl_default.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ gem "appraisal", "~> 2.2.0"
gem "byebug", "~> 11.0"
gem "rake", "~> 12.0"
gem "rspec", "~> 3.0"
gem "rubocop"
gem "rubocop", "~> 0.79.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/openssl_head.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "appraisal", "~> 2.2.0"
gem "byebug", "~> 11.0"
gem "rake", "~> 12.0"
gem "rspec", "~> 3.0"
gem "rubocop"
gem "rubocop", "~> 0.79.0"
gem "openssl", git: "https://github.com/ruby/openssl"

gemspec path: "../"

0 comments on commit 21a888c

Please sign in to comment.