gemcompat 0.3.0 → 0.5.0

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: 3e8bed911dc40354fa2f58df2e5213563269b3e38d29f0c48011fb2ab58d22fb
4
- data.tar.gz: 0dc03116bc3486accbbc9f1bc84a071a2918f4c7f44c476169c1a8970bf230e0
3
+ metadata.gz: 90e8f29f4a0c0af26dff9c10e7fa29069c87a196484f5ff82e8e006cc0db1878
4
+ data.tar.gz: 688c11482b711de47e24b35fe8de654b11073a496827fe5ec12f29955be3eee1
5
5
  SHA512:
6
- metadata.gz: 23c96c98c909afe884b74900107e98fbef10acb66742ac445c52bf106ecdeb6ffddf12cd0597cd21d861414070df11552f82d5fa121315e8ef0018ce596cc9d3
7
- data.tar.gz: 1d35173d8f31066b3e43ef29149be6bb18e1a639c12ff02ee619a8d9a9223ec1c16fdccfdc3841e517a2d58360ade03d22405888ca7c286c826ff2a8e3679cae
6
+ metadata.gz: 14b4c7a6ce967e78519c5a85396cdb52182157417813986bd04f004ed34a2e6835dbd924b3354b8ccbd1b8967c8b64c190d83771962745b0b60f32a8f5049d92
7
+ data.tar.gz: a9fbb13ef7ae331ce1ac42dc9edcb35d5eccc38522f3a2026817dbfe6b71c9cfb87b33194fb0549e0d5487859feb7c62c0a141c7886971ebdefe5d27bf435e84
data/.gitignore ADDED
@@ -0,0 +1,2 @@
1
+ Gemfile.lock
2
+ *.gem
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
- This project is maintained by the team at [Infield](https://infield.ai), you can reach us at hello@infield.ai.
1
+ This project is maintained by the team at [Infield](https://infield.ai), you can reach us at founders@infield.ai.
2
2
 
3
3
  # What this project does
4
4
 
5
- ## TLDR
5
+ ## TLDR :shushing_face::gem:
6
6
  Use this script to check whether your app relies on gems which are
7
7
  silently incompatible with a package upgrade. For example, check if
8
8
  you're compatible with Rails 7.1 like this:
@@ -18,7 +18,10 @@ gemcompat supports checking the following upgrades:
18
18
  |package|target version|
19
19
  |------|-------|
20
20
  |rails|7.1|
21
+ |rails|7.0|
21
22
  |rails|6.1|
23
+ |rails|5.2|
24
+ |rails|5.0|
22
25
 
23
26
  Please contribute to the database to support more packages and targets!
24
27
 
@@ -58,6 +61,11 @@ automatically check your project against the database.
58
61
  We welcome contributions, both to the dataset and to the code itself.
59
62
 
60
63
  ## Adding an incompatibility
64
+
65
+ Please let us know if you come across an incompatibility that we don't
66
+ have in the dataset. You can open a Github issue describing the
67
+ incompatibility and we'll add it, or you can open a PR directly.
68
+
61
69
  Incompatibilities are stored in the `data/` directory, with one folder
62
70
  per package and one file per target version of that package.
63
71
 
@@ -76,7 +84,7 @@ version 1.5.0 in order to be compatible with Rails 7.1
76
84
 
77
85
  ## Development
78
86
 
79
- Getting started should be easy. You'll need to have Ruby 3.3 installed
87
+ Getting started should be easy. You'll need to have Ruby 2.7+ installed
80
88
  and run bundle to install the developer dependencies. You can run specs with:
81
89
 
82
90
  ```
@@ -0,0 +1,347 @@
1
+ ---
2
+ aasm:
3
+ :first_compatible_version: 5.0.4
4
+ note: Specify dynamoid version for Rails > 5
5
+ source: changelog
6
+ active_model_serializers:
7
+ :first_compatible_version: 0.10.1
8
+ note: Improve jsonapi mime type registration for Rails 5
9
+ source: changelog
10
+ active_record_upsert:
11
+ :first_compatible_version: 0.9.4
12
+ note: This release fixes regressions that were present at least in 0.9.2 and 0.9.3,
13
+ which caused this gem to be incompatible with Rails < 5.2.
14
+ source: changelog
15
+ activerecord-import:
16
+ :first_compatible_version: 0.18.0
17
+ note: Fix ActiveRecord 5 issue coercing boolean values when serializing for the
18
+ database
19
+ source: changelog
20
+ activerecord-nulldb-adapter:
21
+ :first_compatible_version: 0.3.6
22
+ note: Adds support for ActiveRecord 5.0
23
+ source: changelog
24
+ acts_as_list:
25
+ :first_compatible_version: 0.9.1
26
+ note: 'fixes #251 table_exists? deprecation warning with Rails 5.0'
27
+ source: changelog
28
+ ancestry:
29
+ :first_compatible_version: 2.2.1
30
+ note: Use like (vs ilike) for rails 5.0 (performance enhancement)
31
+ source: changelog
32
+ attr_encrypted:
33
+ :first_compatible_version: 3.1.0
34
+ note: Mark virtual attributes for Rails 5.x compatibility
35
+ source: changelog
36
+ authority:
37
+ :first_compatible_version: 3.2.2
38
+ note: Fix Rails 5 `after_filter` deprecation warning
39
+ source: changelog
40
+ blazer:
41
+ :first_compatible_version: 1.7.4
42
+ note: Fixed `send_failing_checks` for default Rails 5 ActiveJob adapter
43
+ source: changelog
44
+ bootstrap_form:
45
+ :first_compatible_version: 2.4.0
46
+ note: Fix `alias_method_chain` deprecation warnings when using Rails 5
47
+ source: changelog
48
+ bootstrap-sass:
49
+ :first_compatible_version: 3.3.6
50
+ note: Fixes a Rails 5 compatibility issue. [#965](https://github.com/twbs/bootstrap-sass/pull/965)
51
+ source: changelog
52
+ brakeman:
53
+ :first_compatible_version: 3.2.0
54
+ note: Skip Symbol DoS check on Rails 5
55
+ source: changelog
56
+ breadcrumbs_on_rails:
57
+ :first_compatible_version: 3.0.1
58
+ note: Fixed compatibility with Rails 5.0 and ActionController::API
59
+ source: changelog
60
+ bugsnag:
61
+ :first_compatible_version: 5.1.0
62
+ note: Fix behavior to not override Rails 5 `belongs_to` association
63
+ source: changelog
64
+ bullet:
65
+ :first_compatible_version: 5.8.0
66
+ note: Fix through reflection for rails 5.x
67
+ source: changelog
68
+ ckeditor:
69
+ :first_compatible_version: 4.2.0
70
+ note: Rails 5 support
71
+ source: changelog
72
+ composite_primary_keys:
73
+ :first_compatible_version: 9.0.7
74
+ note: Specify version for sql server gem so it works with Rails 5.0
75
+ source: changelog
76
+ config:
77
+ :first_compatible_version: 2.1.0
78
+ note: Fix warnings when running tests in Rails 5 scope
79
+ source: changelog
80
+ dalli:
81
+ :first_compatible_version: 2.7.6
82
+ note: Rails 5.0.0.beta2 compatibility
83
+ source: changelog
84
+ data_migrate:
85
+ :first_compatible_version: 3.1.0
86
+ note: Rails 5.0 support thanks to jturkel and abreckner
87
+ source: changelog
88
+ database_cleaner:
89
+ :first_compatible_version: 1.8.2
90
+ note: Exclude ar_internal_metadata from truncation on Rails 5
91
+ source: changelog
92
+ ddtrace:
93
+ :first_compatible_version: 0.15.0
94
+ note: Rails 5.2 support
95
+ source: changelog
96
+ devise:
97
+ :first_compatible_version: 4.6.0
98
+ note: Fix Routes issue when devise engine is mounted in another engine on Rails
99
+ versions lower than 5.1
100
+ source: changelog
101
+ devise_invitable:
102
+ :first_compatible_version: 1.7.3
103
+ note: Generate migration template with version for rails >= 5
104
+ source: changelog
105
+ doorkeeper:
106
+ :first_compatible_version: 4.0.0
107
+ note: Support Rails 5
108
+ source: changelog
109
+ dotenv:
110
+ :first_compatible_version: 2.1.0
111
+ note: Relax dependency on `railties` to allow Rails 5.0 apps.
112
+ source: changelog
113
+ draper:
114
+ :first_compatible_version: 3.0.0
115
+ note: Added support for Rails 5, dropped 4.0 - 4.2
116
+ source: changelog
117
+ elasticsearch-model:
118
+ :first_compatible_version: 6.0.0
119
+ note: Added ActiveRecord 5 support to integration test configuration
120
+ source: changelog
121
+ elasticsearch-rails:
122
+ :first_compatible_version: 6.0.0
123
+ note: Added ActiveRecord 5 support to integration test configuration
124
+ source: changelog
125
+ faker:
126
+ :first_compatible_version: 1.7.2
127
+ note: 'Closed issues: Faker::Avatar error, Faker::Internet.email.match, Incorrect
128
+ HSL color format, Can we add the #Hacktoberfest label, Faker::Boolean.boolean
129
+ error, Faker::Food not found, Fix seed for random values, README alphabetical
130
+ order of Usage, At which point do we break off functionality?, Time zone abbreviation,
131
+ ruby 2.3.1 rails 5'
132
+ source: changelog
133
+ flipper-ui:
134
+ :first_compatible_version: 0.7.5
135
+ note: support for rails 5 beta/ rack 2 alpha
136
+ source: changelog
137
+ friendly_id:
138
+ :first_compatible_version: 5.2.4
139
+ note: Fix compatibility with Rails versions 4.0 -> 5.2
140
+ source: changelog
141
+ geocoder:
142
+ :first_compatible_version: 1.3.5
143
+ note: Fix Rails 5 ActionDispatch include issue
144
+ source: changelog
145
+ goldiloader:
146
+ :first_compatible_version: 2.1.1
147
+ note: Enable eager loading of associations with a `from` or `group` in Rails 5.0.x
148
+ >= 5.0.7 and Rails >= 5.1.5 because the underlying Rails bug has been fixed.
149
+ source: changelog
150
+ gon:
151
+ :first_compatible_version: 6.1.0
152
+ note: env is deprecated and will be removed from Rails 5.0
153
+ source: changelog
154
+ groupdate:
155
+ :first_compatible_version: 3.0.1
156
+ note: Fix for infinite loop in certain cases for Rails 5
157
+ source: changelog
158
+ honeybadger:
159
+ :first_compatible_version: 2.3.0
160
+ note: Rails 5 support
161
+ source: changelog
162
+ i18n-active_record:
163
+ :first_compatible_version: 0.3.0
164
+ note: Rename recommended initializer for Rails 5 compatibility
165
+ source: changelog
166
+ js-routes:
167
+ :first_compatible_version: 1.2.1
168
+ note: Fixes for Rails 5
169
+ source: changelog
170
+ kaminari:
171
+ :first_compatible_version: 0.17.0
172
+ note: Rails 5 ready!
173
+ source: changelog
174
+ kt-paperclip:
175
+ :first_compatible_version: 6.2.0
176
+ note: Fix test suite to run with Rails 5 and Rails 6
177
+ source: changelog
178
+ letter_opener_web:
179
+ :first_compatible_version: 1.3.1
180
+ note: Remove Rails 5 deprecation warnings
181
+ source: changelog
182
+ lograge:
183
+ :first_compatible_version: 0.4.0
184
+ note: Add support for Rails 5 beta 2
185
+ source: changelog
186
+ mandrill-rails:
187
+ :first_compatible_version: 1.5.0
188
+ note: 'Updated for Rails 5 compatibility, thanks to the efforts of @prosanelli @shanna
189
+ @PikachuEXE @Fuffi @spastorino @FLarra @tomdracz on #43 #42 #36 #46'
190
+ source: changelog
191
+ moneta:
192
+ :first_compatible_version: 1.1.0
193
+ note: Adapters::ActiveRecord - rewrite to use Arel directly; support for Rails 5
194
+ source: changelog
195
+ money-rails:
196
+ :first_compatible_version: 1.7.0
197
+ note: Rails 5 support
198
+ source: changelog
199
+ otr-activerecord:
200
+ :first_compatible_version: 1.2.1
201
+ note: 'Bugfix to db:test: Rake tasks for Rails 5'
202
+ source: changelog
203
+ pact:
204
+ :first_compatible_version: 1.18.0
205
+ note: 'feat: correct rack-test dependency for rails 5 support'
206
+ source: changelog
207
+ paper_trail:
208
+ :first_compatible_version: 5.0.0
209
+ note: Destroy callback default changed to :before to accommodate ActiveRecord 5
210
+ option `belongs_to_required_by_default` and new Rails 5 default.
211
+ source: changelog
212
+ paperclip:
213
+ :first_compatible_version: 5.3.0
214
+ note: 'Improvement: Rails 5 migration compatibility'
215
+ source: changelog
216
+ passenger:
217
+ :first_compatible_version: 5.1.1
218
+ note: Fixes support for Rails 5.0.1 Action Cable. Specifically, we now support the
219
+ `options` argument in the `write_nonblock` method in hijacked Rack IO sockets.
220
+ source: changelog
221
+ pg_lock:
222
+ :first_compatible_version: 0.1.2
223
+ note: Support Rails 5 and newer PG versions
224
+ source: changelog
225
+ pghero:
226
+ :first_compatible_version: 1.5.3
227
+ note: Fixed Rails 5 error with multiple databases
228
+ source: changelog
229
+ protected_attributes_continued:
230
+ :first_compatible_version: 1.6.0
231
+ note: Fix method redefined warning for HasManyThroughAssociation#options_for_through_association
232
+ for Rails <= 5.2
233
+ source: changelog
234
+ public_activity:
235
+ :first_compatible_version: 1.6.0
236
+ note: 'Fix Rspec tests failing in Rails 5 due to ViewHelpers (see #271, thanks to
237
+ [Janusz](https://github.com/januszm))'
238
+ source: changelog
239
+ puma:
240
+ :first_compatible_version: 3.8.1
241
+ note: Port from rack handler does not take precedence over config file in Rails
242
+ 5.1.0.beta2+ and 5.0.1.rc3+
243
+ source: changelog
244
+ rabl:
245
+ :first_compatible_version: 0.14.1
246
+ note: Fix tests for Rails 5
247
+ source: changelog
248
+ rails-controller-testing:
249
+ :first_compatible_version: 1.0.2
250
+ note: Test against Rails 5.0
251
+ source: changelog
252
+ rails-settings-cached:
253
+ :first_compatible_version: 2.8.1
254
+ note: Fix for Rails 5, RequestStore cache not assign issue
255
+ source: changelog
256
+ ransack:
257
+ :first_compatible_version: 1.6.5
258
+ note: Stop relying on Active Record::relation#where_values which are deprecated
259
+ in Rails 5
260
+ source: changelog
261
+ react-rails:
262
+ :first_compatible_version: 1.7.1
263
+ note: Update `.to_prepare` for Rails 5
264
+ source: changelog
265
+ redis-rails:
266
+ :first_compatible_version: 5.0.0
267
+ note: Bump dependencies to support Rails 5
268
+ source: changelog
269
+ rolify:
270
+ :first_compatible_version: 5.1.0
271
+ note: Rails 5 Support
272
+ source: changelog
273
+ rollbar:
274
+ :first_compatible_version: 2.14.0
275
+ note: Fix validations plugin on Rails 5.0 with belong_to
276
+ source: changelog
277
+ rspec-rails:
278
+ :first_compatible_version: 3.5.1
279
+ note: Only attempt to load `ActionDispatch::IntegrationTest::Behavior` on Rails
280
+ 5, and above
281
+ source: changelog
282
+ rspec-sidekiq:
283
+ :first_compatible_version: 3.1.0
284
+ note: Add support for latest ruby and Rails 5
285
+ source: changelog
286
+ rubocop-rails:
287
+ :first_compatible_version: 2.18.0
288
+ note: Fix `Rails/FreezeTime` running against Rails < 5.2 apps.
289
+ source: changelog
290
+ scenic:
291
+ :first_compatible_version: 1.4.1
292
+ note: View migrations created under Rails 5 and newer will use the current migration
293
+ version in the generated migration class rather than always using 5.0
294
+ source: changelog
295
+ secure_headers:
296
+ :first_compatible_version: 3.4.0
297
+ note: Loading view helpers in a way that Rails 5 did not like
298
+ source: changelog
299
+ sendgrid-ruby:
300
+ :first_compatible_version: 4.3.1
301
+ note: Fixes bundler dependency issues with rails >5.0 and rack 2.0
302
+ source: changelog
303
+ shoryuken:
304
+ :first_compatible_version: 3.2.3
305
+ note: Don't force eager load for Rails 5
306
+ source: changelog
307
+ sidekiq:
308
+ :first_compatible_version: 5.0.0
309
+ note: Job dispatch was refactored for safer integration with Rails 5
310
+ source: changelog
311
+ spring:
312
+ :first_compatible_version: 2.0.0
313
+ note: Add explicit support for Rails 5 (no changes were needed)
314
+ source: changelog
315
+ sprockets-rails:
316
+ :first_compatible_version: 2.2.3
317
+ note: Many, various improvements to tests including test support for rails 4.2,
318
+ 5.0
319
+ source: changelog
320
+ statesman:
321
+ :first_compatible_version: 3.1.0
322
+ note: Add support for Rails 5.0.x and 5.1.x
323
+ source: changelog
324
+ stripe_event:
325
+ :first_compatible_version: 1.5.1
326
+ note: Better Rails 5 support. Prefer `before_action` over `before_filter`
327
+ source: changelog
328
+ strong_migrations:
329
+ :first_compatible_version: 0.7.0
330
+ note: Removed safety checks for `db` rake tasks (Rails 5+ handles this)
331
+ source: changelog
332
+ tapioca:
333
+ :first_compatible_version: 0.11.5
334
+ note: Fix running `tapioca dsl` for Rails 5.x based applications
335
+ source: changelog
336
+ web-console:
337
+ :first_compatible_version: 2.3.0
338
+ note: This is mainly a Rails 5 compatibility release
339
+ source: changelog
340
+ wicked:
341
+ :first_compatible_version: 1.3.0
342
+ note: Avoid Rails 5 deprecations
343
+ source: changelog
344
+ will_paginate:
345
+ :first_compatible_version: 3.1.5
346
+ note: Avoid Rails 5 deprecation warning about `original_exception`
347
+ source: changelog
@@ -0,0 +1,105 @@
1
+ ---
2
+ geocoder:
3
+ :first_compatible_version: 1.4.6
4
+ note: "Update for Rails 5.2 compatibility"
5
+ source: "changelog"
6
+ acts-as-taggable-on:
7
+ :first_compatible_version: 6.0.0
8
+ note: "Support Rails 5.2"
9
+ source: "changelog"
10
+ inherited_resources:
11
+ :first_compatible_version: 1.9.0
12
+ note: "Support Rails 5.2.1"
13
+ source: "changelog"
14
+ blind_index:
15
+ :first_compatible_version: 0.1.1
16
+ note: "Added support for ActiveRecord 5.2"
17
+ source: "changelog"
18
+ friendly_id:
19
+ :first_compatible_version: 5.2.4
20
+ note: "Fix compatibility with Rails versions 4.0 -> 5.2"
21
+ source: "changelog"
22
+ composite_primary_keys:
23
+ :first_compatible_version: 11.1.0
24
+ note: "Support ActiveRecord 5.2.1"
25
+ source: "changelog"
26
+ active_record_upsert:
27
+ :first_compatible_version: 0.8.0
28
+ note: "Support Rails 5.2"
29
+ source: "changelog"
30
+ ransack:
31
+ :first_compatible_version: 1.8.7
32
+ note: "Rails 5.2 support"
33
+ source: "changelog"
34
+ ancestry:
35
+ :first_compatible_version: 3.0.2
36
+ note: "added Rails 5.2 support (thx @jjuliano)"
37
+ source: "changelog"
38
+ protected_attributes_continued:
39
+ :first_compatible_version: 1.4.0
40
+ note: "Add Rails 5.2 support"
41
+ source: "changelog"
42
+ dotenv:
43
+ :first_compatible_version: 2.2.2
44
+ note: "Support Rails 5.2"
45
+ source: "changelog"
46
+ stripe_event:
47
+ :first_compatible_version: 2.1.1
48
+ note: "Adds better support for Rails 5.2"
49
+ source: "changelog"
50
+ ddtrace:
51
+ :first_compatible_version: 0.15.0
52
+ note: "Rails 5.2 support"
53
+ source: "changelog"
54
+ dalli:
55
+ :first_compatible_version: 2.7.9
56
+ note: "Fix behavior for Rails 5.2+ cache_versioning (GriwMF)"
57
+ source: "changelog"
58
+ bullet:
59
+ :first_compatible_version: 5.7.0
60
+ note: "Support rails 5.2"
61
+ source: "changelog"
62
+ enumerize:
63
+ :first_compatible_version: 2.2.0
64
+ note: "Support ActiveModel::Attributes from Rails 5.2"
65
+ source: "changelog"
66
+ data_migrate:
67
+ :first_compatible_version: 4.0.0
68
+ note: "Support for Rails 5.2"
69
+ source: "changelog"
70
+ public_activity:
71
+ :first_compatible_version: 1.6.0
72
+ note: "Add support for Rails 5.2"
73
+ source: "changelog"
74
+ figaro:
75
+ :first_compatible_version: 1.2.0
76
+ note: "Add support for Rails 5.2 and 6.0"
77
+ source: "changelog"
78
+ shopify_api:
79
+ :first_compatible_version: 5.0.0
80
+ note: "Fixed session handling support for Rails 5.2.1"
81
+ source: "changelog"
82
+ react-rails:
83
+ :first_compatible_version: 2.4.5
84
+ note: "Explicitly support Rails 5.2"
85
+ source: "changelog"
86
+ cancancan:
87
+ :first_compatible_version: 2.2.0
88
+ note: "Support Rails 5.2"
89
+ source: "changelog"
90
+ active_record_upsert:
91
+ :first_compatible_version: 0.7.4
92
+ note: "#56 Rails 5.2 compatibility - thank you, Benedikt Deicke!"
93
+ source: "changelog"
94
+ activerecord-nulldb-adapter:
95
+ :first_compatible_version: 0.3.7
96
+ note: "Adds support for ActiveRecord 5.1/5.2"
97
+ source: "changelog"
98
+ ancestry:
99
+ :first_compatible_version: 3.0.3
100
+ note: "This branch (3.x) should still be compatible with rails 3 and 4. Rails 5.1 and 5.2 support were introduced in this version, but ongoing support has been moved to ancestry 4.0"
101
+ source: "changelog"
102
+ parallel_tests:
103
+ :first_compatible_version: 4.5.1
104
+ note: "Rails 5.2 and gherkin fixes"
105
+ source: "changelog"
@@ -13,7 +13,7 @@ module Gemcompat
13
13
  end
14
14
 
15
15
  def welcome(package_name:, target_version:)
16
- puts "Checking for undocumented incompatibilities with #{package_name} v#{target_version}\n\n"
16
+ puts "Checking for #{@package_incompatibilities.count} undocumented incompatibilities with #{package_name} v#{target_version}\n\n"
17
17
  end
18
18
 
19
19
  def package_version_to_path_part(version)
@@ -21,7 +21,7 @@ module Gemcompat
21
21
 
22
22
  argv << '-h' if argv.empty?
23
23
  OptionParser.new do |opts|
24
- opts.banner = 'Usage: gemcompat --package rails --version 7.0 --lockfile ~/path/to/Gemfile.lock'
24
+ opts.banner = 'Usage: gemcompat --package rails --target-version 7.0 --lockfile ~/path/to/Gemfile.lock'
25
25
 
26
26
  opts.on('-p', '--package PACKAGE_NAME', 'Package to check compatibility for') do |pkg|
27
27
  @options[:package_name] = pkg
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Gemcompat
4
- VERSION = '0.3.0'
4
+ VERSION = '0.5.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemcompat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Pike
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-04-03 00:00:00.000000000 Z
11
+ date: 2024-05-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Not all gem incompatibilities get reported in gemspecs. This project
14
14
  documents them so you can check ahead of an upgrade.
@@ -19,13 +19,15 @@ executables:
19
19
  extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
+ - ".gitignore"
22
23
  - ".rspec"
23
24
  - ".rubocop.yml"
24
25
  - ".ruby-version"
25
26
  - Gemfile
26
- - Gemfile.lock
27
27
  - LICENSE
28
28
  - README.md
29
+ - data/rails/5_0.yaml
30
+ - data/rails/5_2.yaml
29
31
  - data/rails/6_1.yaml
30
32
  - data/rails/7_0.yaml
31
33
  - data/rails/7_1.yaml
data/Gemfile.lock DELETED
@@ -1,61 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- gemcompat (0.3.0)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- ast (2.4.2)
10
- diff-lcs (1.5.1)
11
- json (2.7.1)
12
- language_server-protocol (3.17.0.3)
13
- parallel (1.24.0)
14
- parser (3.3.0.5)
15
- ast (~> 2.4.1)
16
- racc
17
- racc (1.7.3)
18
- rainbow (3.1.1)
19
- regexp_parser (2.9.0)
20
- rexml (3.2.6)
21
- rspec (3.13.0)
22
- rspec-core (~> 3.13.0)
23
- rspec-expectations (~> 3.13.0)
24
- rspec-mocks (~> 3.13.0)
25
- rspec-core (3.13.0)
26
- rspec-support (~> 3.13.0)
27
- rspec-expectations (3.13.0)
28
- diff-lcs (>= 1.2.0, < 2.0)
29
- rspec-support (~> 3.13.0)
30
- rspec-mocks (3.13.0)
31
- diff-lcs (>= 1.2.0, < 2.0)
32
- rspec-support (~> 3.13.0)
33
- rspec-support (3.13.1)
34
- rubocop (1.62.1)
35
- json (~> 2.3)
36
- language_server-protocol (>= 3.17.0)
37
- parallel (~> 1.10)
38
- parser (>= 3.3.0.2)
39
- rainbow (>= 2.2.2, < 4.0)
40
- regexp_parser (>= 1.8, < 3.0)
41
- rexml (>= 3.2.5, < 4.0)
42
- rubocop-ast (>= 1.31.1, < 2.0)
43
- ruby-progressbar (~> 1.7)
44
- unicode-display_width (>= 2.4.0, < 3.0)
45
- rubocop-ast (1.31.2)
46
- parser (>= 3.3.0.4)
47
- ruby-progressbar (1.13.0)
48
- unicode-display_width (2.5.0)
49
-
50
- PLATFORMS
51
- ruby
52
- x86_64-linux
53
-
54
- DEPENDENCIES
55
- bundler
56
- gemcompat!
57
- rspec
58
- rubocop
59
-
60
- BUNDLED WITH
61
- 2.4.22