warning_signs 0.6.1 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f21801f5c06e7f5c646ba63b5848fb7fa11eee423e53bcdb74cd16932cc683a
4
- data.tar.gz: 746c5de984d08d217a4cebe9c8aaf89f403ffe7961ad299499be81f0147b6384
3
+ metadata.gz: 90007bee4f304b1e34e6c9581a0551b826b0ab606ad615129304a2669bca7082
4
+ data.tar.gz: ba18293f9618bc9738e2b8c9adead63fa8480def38c155c75809030f33c968eb
5
5
  SHA512:
6
- metadata.gz: e666ef9d2789d74761fe39d56af39495f151d389da2ad97c791027b8f71f1890476254822db03e1beb220e5268b870d45deccf147fcfddc034a4d891903fc6e5
7
- data.tar.gz: c5e79fcd7beab816f16883d6e3ac6a0f5001f8426ab25cfe5a2a4411ec821f6aac56beccbf5cf911bb1e852abac43bfb3aa508c03a455ad51ff8fb0773904838
6
+ metadata.gz: 07f4d5625b108d970c250cd7f06a7b1d83eee0e3a955a28ecee07a0cd5b5e88628d8d84494f970fa67511357d7733f758473fc7e12c2f5fa57b02f40c09c8d9e
7
+ data.tar.gz: 0661d7b47600542383c18dd1cb76f2d994b475d2e2fe500d7a309c936dfcbe04559be650287d0e995eee534bee2ef04f3513d883efe2a11f5d2a20e32de593db
@@ -10,14 +10,20 @@ on:
10
10
  jobs:
11
11
  build:
12
12
  runs-on: ubuntu-latest
13
- name: Ruby ${{ matrix.ruby }}
13
+ name: Ruby ${{ matrix.ruby }} / Rails ${{ matrix.rails }}
14
14
  strategy:
15
15
  matrix:
16
16
  ruby:
17
+ - "3.3"
17
18
  - "3.2"
18
19
  - "3.1"
19
20
  - "3.0"
20
- - "2.7"
21
+ rails:
22
+ - "6_1"
23
+ - "7_0"
24
+ - "7_1"
25
+ env:
26
+ BUNDLE_GEMFILE: "gemfiles/rails_${{matrix.rails}}.gemfile"
21
27
 
22
28
  steps:
23
29
  - uses: actions/checkout@v3
@@ -26,7 +32,8 @@ jobs:
26
32
  with:
27
33
  ruby-version: ${{ matrix.ruby }}
28
34
  bundler-cache: true
29
- - name: StandardRB Linter
30
- run: bundle exec standardrb
35
+ # Commenting this because standard has different results with different Rubies
36
+ # - name: StandardRB Linter
37
+ # run: bundle exec standardrb
31
38
  - name: Run the default task
32
39
  run: bundle exec rake
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.0.6
1
+ 3.3.0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 0.7.1 Jan 26, 2024
2
+
3
+ * Unneeded reference to awesome_print removed
4
+
5
+ ## 0.7.0 Jan 22, 2024
6
+
7
+ * Dropped matrix testing for Ruby 2.7
8
+ * Added matrix testing for Ruby 3.3
9
+ * Added support for Rails 7.1
10
+
1
11
  ## 0.6.1 Dec 15, 2023
2
12
 
3
13
  * Warning Signs error message makes it clearer that Warning Signs is
data/Gemfile CHANGED
@@ -2,5 +2,4 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- # Specify your gem's dependencies in warning_signs.gemspec
6
5
  gemspec
data/Gemfile.lock CHANGED
@@ -1,157 +1,286 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- warning_signs (0.6.1)
5
- awesome_print
6
- railties (<= 7.1.0)
4
+ warning_signs (0.7.0)
5
+ rails
7
6
 
8
7
  GEM
9
8
  remote: https://rubygems.org/
10
9
  specs:
11
- actionpack (7.0.4.3)
12
- actionview (= 7.0.4.3)
13
- activesupport (= 7.0.4.3)
14
- rack (~> 2.0, >= 2.2.0)
10
+ actioncable (7.1.3)
11
+ actionpack (= 7.1.3)
12
+ activesupport (= 7.1.3)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ zeitwerk (~> 2.6)
16
+ actionmailbox (7.1.3)
17
+ actionpack (= 7.1.3)
18
+ activejob (= 7.1.3)
19
+ activerecord (= 7.1.3)
20
+ activestorage (= 7.1.3)
21
+ activesupport (= 7.1.3)
22
+ mail (>= 2.7.1)
23
+ net-imap
24
+ net-pop
25
+ net-smtp
26
+ actionmailer (7.1.3)
27
+ actionpack (= 7.1.3)
28
+ actionview (= 7.1.3)
29
+ activejob (= 7.1.3)
30
+ activesupport (= 7.1.3)
31
+ mail (~> 2.5, >= 2.5.4)
32
+ net-imap
33
+ net-pop
34
+ net-smtp
35
+ rails-dom-testing (~> 2.2)
36
+ actionpack (7.1.3)
37
+ actionview (= 7.1.3)
38
+ activesupport (= 7.1.3)
39
+ nokogiri (>= 1.8.5)
40
+ racc
41
+ rack (>= 2.2.4)
42
+ rack-session (>= 1.0.1)
15
43
  rack-test (>= 0.6.3)
16
- rails-dom-testing (~> 2.0)
17
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
18
- actionview (7.0.4.3)
19
- activesupport (= 7.0.4.3)
44
+ rails-dom-testing (~> 2.2)
45
+ rails-html-sanitizer (~> 1.6)
46
+ actiontext (7.1.3)
47
+ actionpack (= 7.1.3)
48
+ activerecord (= 7.1.3)
49
+ activestorage (= 7.1.3)
50
+ activesupport (= 7.1.3)
51
+ globalid (>= 0.6.0)
52
+ nokogiri (>= 1.8.5)
53
+ actionview (7.1.3)
54
+ activesupport (= 7.1.3)
20
55
  builder (~> 3.1)
21
- erubi (~> 1.4)
22
- rails-dom-testing (~> 2.0)
23
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
- activesupport (7.0.4.3)
56
+ erubi (~> 1.11)
57
+ rails-dom-testing (~> 2.2)
58
+ rails-html-sanitizer (~> 1.6)
59
+ activejob (7.1.3)
60
+ activesupport (= 7.1.3)
61
+ globalid (>= 0.3.6)
62
+ activemodel (7.1.3)
63
+ activesupport (= 7.1.3)
64
+ activerecord (7.1.3)
65
+ activemodel (= 7.1.3)
66
+ activesupport (= 7.1.3)
67
+ timeout (>= 0.4.0)
68
+ activestorage (7.1.3)
69
+ actionpack (= 7.1.3)
70
+ activejob (= 7.1.3)
71
+ activerecord (= 7.1.3)
72
+ activesupport (= 7.1.3)
73
+ marcel (~> 1.0)
74
+ activesupport (7.1.3)
75
+ base64
76
+ bigdecimal
25
77
  concurrent-ruby (~> 1.0, >= 1.0.2)
78
+ connection_pool (>= 2.2.5)
79
+ drb
26
80
  i18n (>= 1.6, < 2)
27
81
  minitest (>= 5.1)
82
+ mutex_m
28
83
  tzinfo (~> 2.0)
29
84
  ast (2.4.2)
30
85
  awesome_print (1.9.2)
86
+ base64 (0.2.0)
87
+ bigdecimal (3.1.6)
31
88
  builder (3.2.4)
32
89
  byebug (11.1.3)
33
90
  coderay (1.1.3)
34
- concurrent-ruby (1.2.2)
91
+ concurrent-ruby (1.2.3)
92
+ connection_pool (2.4.1)
35
93
  crass (1.0.6)
94
+ date (3.3.4)
95
+ debug (1.9.1)
96
+ irb (~> 1.10)
97
+ reline (>= 0.3.8)
36
98
  diff-lcs (1.5.0)
37
99
  docile (1.4.0)
100
+ drb (2.2.0)
101
+ ruby2_keywords
38
102
  erubi (1.12.0)
39
- i18n (1.13.0)
103
+ globalid (1.2.1)
104
+ activesupport (>= 6.1)
105
+ i18n (1.14.1)
40
106
  concurrent-ruby (~> 1.0)
41
- json (2.6.3)
107
+ io-console (0.7.2)
108
+ irb (1.11.1)
109
+ rdoc
110
+ reline (>= 0.4.2)
111
+ json (2.7.1)
42
112
  language_server-protocol (3.17.0.3)
43
- lint_roller (1.0.0)
44
- loofah (2.21.3)
113
+ lint_roller (1.1.0)
114
+ loofah (2.22.0)
45
115
  crass (~> 1.0.2)
46
116
  nokogiri (>= 1.12.0)
117
+ mail (2.8.1)
118
+ mini_mime (>= 0.1.1)
119
+ net-imap
120
+ net-pop
121
+ net-smtp
122
+ marcel (1.0.2)
47
123
  method_source (1.0.0)
48
- minitest (5.18.0)
49
- nokogiri (1.15.0-arm64-darwin)
124
+ mini_mime (1.1.5)
125
+ minitest (5.21.2)
126
+ mutex_m (0.2.0)
127
+ net-imap (0.4.9.1)
128
+ date
129
+ net-protocol
130
+ net-pop (0.1.2)
131
+ net-protocol
132
+ net-protocol (0.2.2)
133
+ timeout
134
+ net-smtp (0.4.0.1)
135
+ net-protocol
136
+ nio4r (2.7.0)
137
+ nokogiri (1.16.0-arm64-darwin)
50
138
  racc (~> 1.4)
51
- nokogiri (1.15.0-x86_64-darwin)
139
+ nokogiri (1.16.0-x86_64-darwin)
52
140
  racc (~> 1.4)
53
- nokogiri (1.15.0-x86_64-linux)
141
+ nokogiri (1.16.0-x86_64-linux)
54
142
  racc (~> 1.4)
55
- parallel (1.23.0)
56
- parser (3.2.2.1)
143
+ parallel (1.24.0)
144
+ parser (3.3.0.5)
57
145
  ast (~> 2.4.1)
146
+ racc
58
147
  pry (0.14.2)
59
148
  coderay (~> 1.1)
60
149
  method_source (~> 1.0)
61
150
  pry-byebug (3.10.1)
62
151
  byebug (~> 11.0)
63
152
  pry (>= 0.13, < 0.15)
64
- racc (1.6.2)
65
- rack (2.2.7)
153
+ psych (5.1.2)
154
+ stringio
155
+ racc (1.7.3)
156
+ rack (3.0.8)
157
+ rack-session (2.0.0)
158
+ rack (>= 3.0.0)
66
159
  rack-test (2.1.0)
67
160
  rack (>= 1.3)
68
- rails-dom-testing (2.0.3)
69
- activesupport (>= 4.2.0)
161
+ rackup (2.1.0)
162
+ rack (>= 3)
163
+ webrick (~> 1.8)
164
+ rails (7.1.3)
165
+ actioncable (= 7.1.3)
166
+ actionmailbox (= 7.1.3)
167
+ actionmailer (= 7.1.3)
168
+ actionpack (= 7.1.3)
169
+ actiontext (= 7.1.3)
170
+ actionview (= 7.1.3)
171
+ activejob (= 7.1.3)
172
+ activemodel (= 7.1.3)
173
+ activerecord (= 7.1.3)
174
+ activestorage (= 7.1.3)
175
+ activesupport (= 7.1.3)
176
+ bundler (>= 1.15.0)
177
+ railties (= 7.1.3)
178
+ rails-dom-testing (2.2.0)
179
+ activesupport (>= 5.0.0)
180
+ minitest
70
181
  nokogiri (>= 1.6)
71
- rails-html-sanitizer (1.5.0)
72
- loofah (~> 2.19, >= 2.19.1)
73
- railties (7.0.4.3)
74
- actionpack (= 7.0.4.3)
75
- activesupport (= 7.0.4.3)
76
- method_source
182
+ rails-html-sanitizer (1.6.0)
183
+ loofah (~> 2.21)
184
+ nokogiri (~> 1.14)
185
+ railties (7.1.3)
186
+ actionpack (= 7.1.3)
187
+ activesupport (= 7.1.3)
188
+ irb
189
+ rackup (>= 1.0.0)
77
190
  rake (>= 12.2)
78
- thor (~> 1.0)
79
- zeitwerk (~> 2.5)
191
+ thor (~> 1.0, >= 1.2.2)
192
+ zeitwerk (~> 2.6)
80
193
  rainbow (3.1.1)
81
- rake (12.3.3)
82
- regexp_parser (2.8.0)
83
- rexml (3.2.5)
194
+ rake (13.1.0)
195
+ rdoc (6.6.2)
196
+ psych (>= 4.0.0)
197
+ regexp_parser (2.9.0)
198
+ reline (0.4.2)
199
+ io-console (~> 0.5)
200
+ rexml (3.2.6)
84
201
  rspec (3.12.0)
85
202
  rspec-core (~> 3.12.0)
86
203
  rspec-expectations (~> 3.12.0)
87
204
  rspec-mocks (~> 3.12.0)
88
- rspec-collection_matchers (1.2.0)
205
+ rspec-collection_matchers (1.2.1)
89
206
  rspec-expectations (>= 2.99.0.beta1)
90
207
  rspec-core (3.12.2)
91
208
  rspec-support (~> 3.12.0)
92
209
  rspec-expectations (3.12.3)
93
210
  diff-lcs (>= 1.2.0, < 2.0)
94
211
  rspec-support (~> 3.12.0)
95
- rspec-mocks (3.12.5)
212
+ rspec-mocks (3.12.6)
96
213
  diff-lcs (>= 1.2.0, < 2.0)
97
214
  rspec-support (~> 3.12.0)
98
- rspec-support (3.12.0)
215
+ rspec-support (3.12.1)
99
216
  rspec_junit_formatter (0.6.0)
100
217
  rspec-core (>= 2, < 4, != 2.12.0)
101
- rubocop (1.50.2)
218
+ rubocop (1.59.0)
102
219
  json (~> 2.3)
220
+ language_server-protocol (>= 3.17.0)
103
221
  parallel (~> 1.10)
104
- parser (>= 3.2.0.0)
222
+ parser (>= 3.2.2.4)
105
223
  rainbow (>= 2.2.2, < 4.0)
106
224
  regexp_parser (>= 1.8, < 3.0)
107
225
  rexml (>= 3.2.5, < 4.0)
108
- rubocop-ast (>= 1.28.0, < 2.0)
226
+ rubocop-ast (>= 1.30.0, < 2.0)
109
227
  ruby-progressbar (~> 1.7)
110
228
  unicode-display_width (>= 2.4.0, < 3.0)
111
- rubocop-ast (1.28.1)
229
+ rubocop-ast (1.30.0)
112
230
  parser (>= 3.2.1.0)
113
- rubocop-performance (1.16.0)
114
- rubocop (>= 1.7.0, < 2.0)
115
- rubocop-ast (>= 0.4.0)
231
+ rubocop-performance (1.20.2)
232
+ rubocop (>= 1.48.1, < 2.0)
233
+ rubocop-ast (>= 1.30.0, < 2.0)
116
234
  ruby-progressbar (1.13.0)
235
+ ruby2_keywords (0.0.5)
117
236
  simplecov (0.17.1)
118
237
  docile (~> 1.1)
119
238
  json (>= 1.8, < 3)
120
239
  simplecov-html (~> 0.10.0)
121
240
  simplecov-html (0.10.2)
122
- standard (1.28.2)
241
+ standard (1.33.0)
123
242
  language_server-protocol (~> 3.17.0.2)
124
243
  lint_roller (~> 1.0)
125
- rubocop (~> 1.50.2)
244
+ rubocop (~> 1.59.0)
126
245
  standard-custom (~> 1.0.0)
127
- standard-performance (~> 1.0.1)
128
- standard-custom (1.0.0)
246
+ standard-performance (~> 1.3)
247
+ standard-custom (1.0.2)
129
248
  lint_roller (~> 1.0)
130
- standard-performance (1.0.1)
131
- lint_roller (~> 1.0)
132
- rubocop-performance (~> 1.16.0)
133
- thor (1.2.2)
249
+ rubocop (~> 1.50)
250
+ standard-performance (1.3.1)
251
+ lint_roller (~> 1.1)
252
+ rubocop-performance (~> 1.20.2)
253
+ stringio (3.1.0)
254
+ thor (1.3.0)
255
+ timeout (0.4.1)
134
256
  tzinfo (2.0.6)
135
257
  concurrent-ruby (~> 1.0)
136
- unicode-display_width (2.4.2)
258
+ unicode-display_width (2.5.0)
259
+ webrick (1.8.1)
260
+ websocket-driver (0.7.6)
261
+ websocket-extensions (>= 0.1.0)
262
+ websocket-extensions (0.1.5)
137
263
  yard (0.9.34)
138
- zeitwerk (2.6.8)
264
+ zeitwerk (2.6.12)
139
265
 
140
266
  PLATFORMS
141
267
  arm64-darwin-22
268
+ arm64-darwin-23
142
269
  x86_64-darwin-21
143
270
  x86_64-linux
144
271
 
145
272
  DEPENDENCIES
273
+ awesome_print
274
+ debug
146
275
  pry-byebug
147
- rake (~> 12.0)
148
- rspec (~> 3.4)
276
+ rake
277
+ rspec
149
278
  rspec-collection_matchers
150
279
  rspec_junit_formatter
151
280
  simplecov (~> 0.17.0)
152
- standard (>= 1.0)
281
+ standard
153
282
  warning_signs!
154
283
  yard
155
284
 
156
285
  BUNDLED WITH
157
- 2.4.10
286
+ 2.4.19
data/README.md CHANGED
@@ -16,8 +16,6 @@ To install Warning Signs add
16
16
  to your gemfile, you will most likely want it to be in all environments, but
17
17
  under some use cases, you may not need it in production.
18
18
 
19
- ### Rails 7.1 is not supported yet, it changed intenral deprecation objects
20
-
21
19
  ## Using Warning Signs
22
20
 
23
21
  The Warning Signs gem looks for a `.warning_signs.yml` file when the Rails
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gemspec path: "../"
6
+ gem "awesome_print"
7
+ gem "railties", "~> 6.1.0"
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gemspec path: "../"
6
+ gem "awesome_print"
7
+ gem "railties", "~> 7.0.0"
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gemspec path: "../"
6
+ gem "awesome_print"
7
+ gem "railties", "~> 7.1.0"
@@ -1,3 +1,3 @@
1
1
  module WarningSigns
2
- VERSION = "0.6.1"
2
+ VERSION = "0.7.1"
3
3
  end
@@ -48,7 +48,11 @@ module WarningSigns
48
48
  end
49
49
 
50
50
  def rails_set_up
51
- ActiveSupport::Deprecation.behavior = :notify
51
+ if ActiveSupport.version >= Gem::Version.new("7.1.0")
52
+ Rails.application.deprecators.behavior = :notify
53
+ else
54
+ ActiveSupport::Deprecation.behavior = :notify
55
+ end
52
56
  end
53
57
  end
54
58
  end
data/lib/warning_signs.rb CHANGED
@@ -4,7 +4,6 @@ require "English"
4
4
  require "yaml"
5
5
  require "rails/railtie"
6
6
  require "active_support/all"
7
- require "awesome_print"
8
7
 
9
8
  require "zeitwerk"
10
9
  loader = Zeitwerk::Loader.for_gem
@@ -29,15 +29,16 @@ Gem::Specification.new do |spec|
29
29
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
30
30
  spec.require_paths = ["lib"]
31
31
 
32
+ spec.add_dependency "rails"
33
+
32
34
  spec.add_development_dependency "pry-byebug"
33
- spec.add_development_dependency "rake", "~> 12.0"
34
- spec.add_development_dependency "rspec", "~> 3.4"
35
+ spec.add_development_dependency "debug"
36
+ spec.add_development_dependency "rake"
37
+ spec.add_development_dependency "rspec"
35
38
  spec.add_development_dependency "rspec-collection_matchers"
36
39
  spec.add_development_dependency "rspec_junit_formatter"
37
- spec.add_development_dependency "standard", ">= 1.0"
40
+ spec.add_development_dependency "standard"
38
41
  spec.add_development_dependency "simplecov", "~> 0.17.0"
39
42
  spec.add_development_dependency "yard"
40
-
41
- spec.add_runtime_dependency "awesome_print"
42
- spec.add_runtime_dependency "railties", "<= 7.1.0"
43
+ spec.add_development_dependency "awesome_print"
43
44
  end
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: warning_signs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noel Rappin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-15 00:00:00.000000000 Z
11
+ date: 2024-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rails
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: pry-byebug
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -24,34 +38,48 @@ dependencies:
24
38
  - - ">="
25
39
  - !ruby/object:Gem::Version
26
40
  version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: debug
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
27
55
  - !ruby/object:Gem::Dependency
28
56
  name: rake
29
57
  requirement: !ruby/object:Gem::Requirement
30
58
  requirements:
31
- - - "~>"
59
+ - - ">="
32
60
  - !ruby/object:Gem::Version
33
- version: '12.0'
61
+ version: '0'
34
62
  type: :development
35
63
  prerelease: false
36
64
  version_requirements: !ruby/object:Gem::Requirement
37
65
  requirements:
38
- - - "~>"
66
+ - - ">="
39
67
  - !ruby/object:Gem::Version
40
- version: '12.0'
68
+ version: '0'
41
69
  - !ruby/object:Gem::Dependency
42
70
  name: rspec
43
71
  requirement: !ruby/object:Gem::Requirement
44
72
  requirements:
45
- - - "~>"
73
+ - - ">="
46
74
  - !ruby/object:Gem::Version
47
- version: '3.4'
75
+ version: '0'
48
76
  type: :development
49
77
  prerelease: false
50
78
  version_requirements: !ruby/object:Gem::Requirement
51
79
  requirements:
52
- - - "~>"
80
+ - - ">="
53
81
  - !ruby/object:Gem::Version
54
- version: '3.4'
82
+ version: '0'
55
83
  - !ruby/object:Gem::Dependency
56
84
  name: rspec-collection_matchers
57
85
  requirement: !ruby/object:Gem::Requirement
@@ -86,14 +114,14 @@ dependencies:
86
114
  requirements:
87
115
  - - ">="
88
116
  - !ruby/object:Gem::Version
89
- version: '1.0'
117
+ version: '0'
90
118
  type: :development
91
119
  prerelease: false
92
120
  version_requirements: !ruby/object:Gem::Requirement
93
121
  requirements:
94
122
  - - ">="
95
123
  - !ruby/object:Gem::Version
96
- version: '1.0'
124
+ version: '0'
97
125
  - !ruby/object:Gem::Dependency
98
126
  name: simplecov
99
127
  requirement: !ruby/object:Gem::Requirement
@@ -129,27 +157,13 @@ dependencies:
129
157
  - - ">="
130
158
  - !ruby/object:Gem::Version
131
159
  version: '0'
132
- type: :runtime
160
+ type: :development
133
161
  prerelease: false
134
162
  version_requirements: !ruby/object:Gem::Requirement
135
163
  requirements:
136
164
  - - ">="
137
165
  - !ruby/object:Gem::Version
138
166
  version: '0'
139
- - !ruby/object:Gem::Dependency
140
- name: railties
141
- requirement: !ruby/object:Gem::Requirement
142
- requirements:
143
- - - "<="
144
- - !ruby/object:Gem::Version
145
- version: 7.1.0
146
- type: :runtime
147
- prerelease: false
148
- version_requirements: !ruby/object:Gem::Requirement
149
- requirements:
150
- - - "<="
151
- - !ruby/object:Gem::Version
152
- version: 7.1.0
153
167
  description: A gem for managing ruby and rails deprecation warnings
154
168
  email:
155
169
  - noelrap@hey.com
@@ -169,6 +183,9 @@ files:
169
183
  - Rakefile
170
184
  - bin/console
171
185
  - bin/setup
186
+ - gemfiles/rails_6_1.gemfile
187
+ - gemfiles/rails_7_0.gemfile
188
+ - gemfiles/rails_7_1.gemfile
172
189
  - lib/warning_signs.rb
173
190
  - lib/warning_signs/behavior/base.rb
174
191
  - lib/warning_signs/behavior/ignore.rb
@@ -219,7 +236,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
219
236
  - !ruby/object:Gem::Version
220
237
  version: '0'
221
238
  requirements: []
222
- rubygems_version: 3.2.33
239
+ rubygems_version: 3.5.5
223
240
  signing_key:
224
241
  specification_version: 4
225
242
  summary: A gem for managing ruby and rails deprecation warnings