Skip to content

Commit

Permalink
Remove TargetRubyVersion in RuboCop config
Browse files Browse the repository at this point in the history
reads from required_ruby_version in RuboCop 1.61+
  • Loading branch information
jenshenny committed Apr 4, 2024
1 parent 9db896d commit 8e835ac
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/.bundle/
/.yardoc
/Gemfile.lock
/_yardoc/
/coverage/
/doc/
Expand Down
3 changes: 0 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ inherit_gem:

Style/DateTime:
Enabled: false

AllCops:
TargetRubyVersion: 2.4
210 changes: 210 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,210 @@
PATH
remote: .
specs:
krane (3.5.1)
activesupport (>= 5.0)
colorize (~> 0.8)
concurrent-ruby (~> 1.1)
ejson (~> 1.0)
googleauth (~> 1.2)
jsonpath (~> 1.0)
kubeclient (~> 4.9)
multi_json
statsd-instrument (>= 2.8, < 4)
thor (>= 1.0, < 2.0)

GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ansi (1.5.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.7)
builder (3.2.4)
byebug (11.1.3)
coderay (1.1.3)
colorize (0.8.1)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crack (1.0.0)
bigdecimal
rexml
docile (1.4.0)
domain_name (0.6.20240107)
drb (2.2.1)
ejson (1.4.1)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
ffi (1.16.3)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
google-cloud-env (2.1.1)
faraday (>= 1.0, < 3.a)
googleauth (1.11.0)
faraday (>= 1.0, < 3.a)
google-cloud-env (~> 2.1)
jwt (>= 1.4, < 3.0)
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
hashdiff (1.1.0)
http (5.2.0)
addressable (~> 2.8)
base64 (~> 0.1)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
llhttp-ffi (~> 0.5.0)
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
http-form_data (2.3.0)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
json (2.7.2)
jsonpath (1.1.5)
multi_json
jwt (2.8.1)
base64
kubeclient (4.11.0)
http (>= 3.0, < 6.0)
jsonpath (~> 1.0)
recursive-open-struct (~> 1.1, >= 1.1.1)
rest-client (~> 2.0)
language_server-protocol (3.17.0.3)
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
method_source (1.0.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0305)
minitest (5.22.3)
minitest-reporters (1.6.1)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
minitest-stub-const (0.6)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
multi_json (1.15.0)
mutex_m (0.2.0)
net-http (0.4.1)
uri
netrc (0.11.0)
os (1.1.4)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
prettier_print (1.2.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.5)
racc (1.7.3)
rainbow (3.1.1)
rake (13.2.0)
recursive-open-struct (1.1.3)
regexp_parser (2.9.0)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.6)
rubocop (1.61.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-shopify (1.0.7)
rubocop (~> 1.4)
ruby-lsp (0.2.4)
language_server-protocol
sorbet-runtime
syntax_tree (>= 2.4)
ruby-prof (0.18.0)
ruby-prof-flamegraph (0.3.0)
ruby-prof (~> 0.13)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
signet (0.19.0)
addressable (~> 2.8)
faraday (>= 0.17.5, < 3.a)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sorbet-runtime (0.5.11330)
statsd-instrument (3.7.0)
syntax_tree (6.2.0)
prettier_print (>= 1.2.0)
thor (1.3.1)
timecop (0.9.8)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
uri (0.13.0)
webmock (3.23.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
yard (0.9.36)

PLATFORMS
ruby

DEPENDENCIES
bundler
byebug
krane!
minitest (~> 5.19)
minitest-reporters
minitest-stub-const (~> 0.6)
mocha (~> 2.1)
pry
pry-byebug
rake (~> 13.0)
rubocop (~> 1.61.0)
rubocop-shopify (~> 1.0.5)
ruby-lsp (~> 0.2.0)
ruby-prof
ruby-prof-flamegraph
simplecov
timecop
webmock (~> 3.18)
yard

BUNDLED WITH
2.5.7
2 changes: 1 addition & 1 deletion krane.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency("byebug")
spec.add_development_dependency("ruby-prof")
spec.add_development_dependency("ruby-prof-flamegraph")
spec.add_development_dependency("rubocop", "~> 0.89.1")
spec.add_development_dependency("rubocop", "~> 1.61.0")
spec.add_development_dependency("rubocop-shopify", "~> 1.0.5")
spec.add_development_dependency("simplecov")
end

0 comments on commit 8e835ac

Please sign in to comment.