getaround-rubocop 0.2.9 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ebbfebd74c55aec8e949249b86ca147fa00058f80a4c17707c95d794767aa344
4
- data.tar.gz: 41606d9659d6484ea9b84822e67786730f260fd62ad1624f46294ccf6e1c33a2
3
+ metadata.gz: daacdada37708525d1c79e562cf4d666f482aa226b9d7415180d143a56573a39
4
+ data.tar.gz: a6bb0707f10113da5a64d55d9b51bdafa2443ca9379f51821aa278f1ed149d8d
5
5
  SHA512:
6
- metadata.gz: 0742bc772ba0094f11847f27b099da9940eb5391428e2a04948288be75ab73d306554234af1f40a28fbaffc99852cc0de90e3777b86ad0cd298904150f969758
7
- data.tar.gz: 6a4b6f56e8b939cf8da7f0ff42eab774f5b1f457d1366ed27ab31e60c0bbe6035b0e882d917178f681fd82fddd244f382e4a19adba53b30ae0b6a754054237bc
6
+ metadata.gz: 6675fc581fdfabcfabc0efd4c057971577d48a7ca4b7d15df572f5682772dc4428a97dc6bbb654f2b014fb793f2a19970b8bce803aede0280bd6cbcaf6bbee7a
7
+ data.tar.gz: b01e8ae522c178291afeaa6a8a073b4023dedf33620c91e78ddfb8c956126d5d994f4b15a1d1fd73a36d5aad10879e7c7102c0866fdfc1ed5258e31f57afb79d
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-2.7.4
1
+ ruby-3.0.6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- getaround-rubocop (0.2.8)
4
+ getaround-rubocop (0.2.10)
5
5
  relaxed-rubocop (= 2.5)
6
6
  rubocop (= 1.55.1)
7
7
  rubocop-performance (= 1.18.0)
@@ -11,7 +11,7 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.0.6)
14
+ activesupport (7.0.7.2)
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
16
16
  i18n (>= 1.6, < 2)
17
17
  minitest (>= 5.1)
@@ -73,4 +73,4 @@ DEPENDENCIES
73
73
  getaround-rubocop!
74
74
 
75
75
  BUNDLED WITH
76
- 2.3.16
76
+ 2.4.22
@@ -2,14 +2,14 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = "getaround-rubocop"
5
- gem.version = '0.2.9'
5
+ gem.version = '0.2.10'
6
6
  gem.summary = "Backend configuration files"
7
7
  gem.description = "Shared base configuration for Getaround Backend Applications."
8
8
  gem.authors = ["Drivy", "Laurent Humez"]
9
9
  gem.email = ["oss@drivy.com"]
10
10
  gem.homepage = "https://github.com/drivy"
11
11
  gem.license = "MIT"
12
- gem.required_ruby_version = '>= 2.7'
12
+ gem.required_ruby_version = '>= 3.0'
13
13
 
14
14
  gem.files = Dir.chdir(File.expand_path(__dir__)) do
15
15
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: getaround-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Drivy
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-08-05 00:00:00.000000000 Z
12
+ date: 2024-02-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: relaxed-rubocop
@@ -111,7 +111,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
111
111
  requirements:
112
112
  - - ">="
113
113
  - !ruby/object:Gem::Version
114
- version: '2.7'
114
+ version: '3.0'
115
115
  required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  requirements:
117
117
  - - ">="