sorbet-rails 0.7.32 → 0.7.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/publish-gem.yml +9 -19
  3. data/README.md +0 -2
  4. data/lib/sorbet-rails/active_record_rbi_formatter.rb +3 -3
  5. data/lib/sorbet-rails/model_rbi_formatter.rb +3 -3
  6. data/sorbet-rails.gemspec +2 -2
  7. data/spec/support/v5.2/Gemfile.lock +76 -67
  8. data/spec/support/v6.0/Gemfile.lock +93 -85
  9. data/spec/support/v6.1/Gemfile +1 -1
  10. data/spec/support/v6.1/Gemfile.lock +115 -108
  11. data/spec/test_data/v5.2/expected_active_record_relation.rbi +2 -2
  12. data/spec/test_data/v5.2/expected_attachment.rbi +3 -3
  13. data/spec/test_data/v5.2/expected_blob.rbi +3 -3
  14. data/spec/test_data/v5.2/expected_habtm_subjects.rbi +3 -3
  15. data/spec/test_data/v5.2/expected_habtm_wizards.rbi +3 -3
  16. data/spec/test_data/v5.2/expected_headmaster.rbi +3 -3
  17. data/spec/test_data/v5.2/expected_internal_metadata.rbi +3 -3
  18. data/spec/test_data/v5.2/expected_potion.rbi +3 -3
  19. data/spec/test_data/v5.2/expected_robe.rbi +3 -3
  20. data/spec/test_data/v5.2/expected_schema_migration.rbi +3 -3
  21. data/spec/test_data/v5.2/expected_school.rbi +3 -3
  22. data/spec/test_data/v5.2/expected_spell/habtm_spell_books.rbi +3 -3
  23. data/spec/test_data/v5.2/expected_spell.rbi +3 -3
  24. data/spec/test_data/v5.2/expected_spell_book/habtm_spell_books.rbi +3 -3
  25. data/spec/test_data/v5.2/expected_spell_book/habtm_spells.rbi +3 -3
  26. data/spec/test_data/v5.2/expected_spell_book.rbi +3 -3
  27. data/spec/test_data/v5.2/expected_squib.rbi +3 -3
  28. data/spec/test_data/v5.2/expected_subject/habtm_wizards.rbi +3 -3
  29. data/spec/test_data/v5.2/expected_subject.rbi +3 -3
  30. data/spec/test_data/v5.2/expected_wand.rbi +3 -3
  31. data/spec/test_data/v5.2/expected_wizard/habtm_subjects.rbi +3 -3
  32. data/spec/test_data/v5.2/expected_wizard.rbi +3 -3
  33. data/spec/test_data/v5.2/expected_wizard_wo_spellbook.rbi +3 -3
  34. data/spec/test_data/v6.0/expected_active_record_relation.rbi +2 -2
  35. data/spec/test_data/v6.0/expected_attachment.rbi +3 -3
  36. data/spec/test_data/v6.0/expected_blob.rbi +3 -3
  37. data/spec/test_data/v6.0/expected_habtm_subjects.rbi +3 -3
  38. data/spec/test_data/v6.0/expected_habtm_wizards.rbi +3 -3
  39. data/spec/test_data/v6.0/expected_headmaster.rbi +3 -3
  40. data/spec/test_data/v6.0/expected_internal_metadata.rbi +3 -3
  41. data/spec/test_data/v6.0/expected_potion.rbi +3 -3
  42. data/spec/test_data/v6.0/expected_robe.rbi +3 -3
  43. data/spec/test_data/v6.0/expected_schema_migration.rbi +3 -3
  44. data/spec/test_data/v6.0/expected_school.rbi +3 -3
  45. data/spec/test_data/v6.0/expected_spell/habtm_spell_books.rbi +3 -3
  46. data/spec/test_data/v6.0/expected_spell.rbi +3 -3
  47. data/spec/test_data/v6.0/expected_spell_book/habtm_spell_books.rbi +3 -3
  48. data/spec/test_data/v6.0/expected_spell_book/habtm_spells.rbi +3 -3
  49. data/spec/test_data/v6.0/expected_spell_book.rbi +3 -3
  50. data/spec/test_data/v6.0/expected_squib.rbi +3 -3
  51. data/spec/test_data/v6.0/expected_subject/habtm_wizards.rbi +3 -3
  52. data/spec/test_data/v6.0/expected_subject.rbi +3 -3
  53. data/spec/test_data/v6.0/expected_wand.rbi +3 -3
  54. data/spec/test_data/v6.0/expected_wizard/habtm_subjects.rbi +3 -3
  55. data/spec/test_data/v6.0/expected_wizard.rbi +3 -3
  56. data/spec/test_data/v6.0/expected_wizard_wo_spellbook.rbi +3 -3
  57. data/spec/test_data/v6.1/expected_active_record_relation.rbi +2 -2
  58. data/spec/test_data/v6.1/expected_attachment.rbi +3 -3
  59. data/spec/test_data/v6.1/expected_blob.rbi +3 -3
  60. data/spec/test_data/v6.1/expected_habtm_subjects.rbi +3 -3
  61. data/spec/test_data/v6.1/expected_habtm_wizards.rbi +3 -3
  62. data/spec/test_data/v6.1/expected_headmaster.rbi +3 -3
  63. data/spec/test_data/v6.1/expected_internal_metadata.rbi +3 -3
  64. data/spec/test_data/v6.1/expected_potion.rbi +3 -3
  65. data/spec/test_data/v6.1/expected_record.rbi +3 -3
  66. data/spec/test_data/v6.1/expected_robe.rbi +3 -3
  67. data/spec/test_data/v6.1/expected_schema_migration.rbi +3 -3
  68. data/spec/test_data/v6.1/expected_school.rbi +3 -3
  69. data/spec/test_data/v6.1/expected_spell/habtm_spell_books.rbi +3 -3
  70. data/spec/test_data/v6.1/expected_spell.rbi +3 -3
  71. data/spec/test_data/v6.1/expected_spell_book/habtm_spell_books.rbi +3 -3
  72. data/spec/test_data/v6.1/expected_spell_book/habtm_spells.rbi +3 -3
  73. data/spec/test_data/v6.1/expected_spell_book.rbi +3 -3
  74. data/spec/test_data/v6.1/expected_squib.rbi +3 -3
  75. data/spec/test_data/v6.1/expected_subject/habtm_wizards.rbi +3 -3
  76. data/spec/test_data/v6.1/expected_subject.rbi +3 -3
  77. data/spec/test_data/v6.1/expected_variant_record.rbi +3 -3
  78. data/spec/test_data/v6.1/expected_wand.rbi +3 -3
  79. data/spec/test_data/v6.1/expected_wizard/habtm_subjects.rbi +3 -3
  80. data/spec/test_data/v6.1/expected_wizard.rbi +3 -3
  81. data/spec/test_data/v6.1/expected_wizard_wo_spellbook.rbi +3 -3
  82. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f9112e94df476390ee1e37395d768767b9dc60df915a4ccb8ca7b52ef7db1b8
4
- data.tar.gz: e1862f16666bebdffcdf6957d1d1af1c68c4a2a68c4f1eec58bb3c6d27f97bbe
3
+ metadata.gz: c85a4b2dec82b9ff5e78fd20ca40964639474ae84d03641f4d7a2f2ee7afe1ae
4
+ data.tar.gz: 62fd90904255f58f2c494a51c170077e347b0746b426717829514aa38df79b48
5
5
  SHA512:
6
- metadata.gz: 168182493ff09546dfa5aefd068a9d08ca91aa675eeead40dedbe2e0674dd1c6fe47ef86e4080d67034cf68114298acaa1e7c35c50641c181bfc74c1a04ac023
7
- data.tar.gz: 83ced287974ba0f6285434e8abf31ea6183ce3646d2925ad6342896fedffbd0fc6264a59cbab790e637a4469f168ba5e1b8303202ec16edf398b80160b3e1d6c
6
+ metadata.gz: 1d57f6492a27063b71f6f02d5731a6b4b05f97395f6ec61cfccf0af782544bd1bd0c9c8205338535dc4563c2be15f51745d03a52d51cd02e53d937c99fbba0b3
7
+ data.tar.gz: 8141acaf0b835f523b75f255a647e615017015aab6e40e2d50bd3ff5a523b74589583964553e1fbe6d959f3234722434757cb7aa9a68cc68381a1a5761b5a493
@@ -1,27 +1,17 @@
1
1
  name: publish-gem
2
2
 
3
3
  on:
4
- # pull_request: # test with pull request
5
- push:
6
- branches: # Trigger only on the main branch to avoid duplicate runs on PR branches
7
- - master
4
+ workflow_dispatch:
8
5
 
9
6
  jobs:
10
7
  build:
11
8
  runs-on: ubuntu-latest
12
-
13
- env:
14
- RAILS_VERSION: 6.0
15
-
16
9
  steps:
17
- - uses: actions/checkout@v2
18
- - uses: ruby/setup-ruby@v1
19
- with:
20
- ruby-version: 2.7
21
- # bundler-cache: true -- this messes up some dynamic constants
22
- - run: "./spec/bin/run_spec.sh"
23
- - run: bundle exec srb tc
24
- - name: Release Gem
25
- uses: dawidd6/action-publish-gem@v1
26
- with:
27
- api_key: ${{secrets.RUBYGEMS_API_KEY}}
10
+ - uses: actions/checkout@v2
11
+ - uses: ruby/setup-ruby@v1
12
+ with:
13
+ ruby-version: 2.7
14
+ - name: Release Gem
15
+ uses: dawidd6/action-publish-gem@v1
16
+ with:
17
+ api_key: ${{secrets.RUBYGEMS_API_KEY}}
data/README.md CHANGED
@@ -9,8 +9,6 @@ This gem adds a few Rake tasks to generate Ruby Interface (RBI) files for dynami
9
9
 
10
10
  `sorbet-rails` supports Rails 5+ or later.
11
11
 
12
- **Notice**: we automatically creates a new release on Rubygems with every merges to the master branch
13
-
14
12
  **Notice**: we no longer support Rails 4.2. [Version 0.5.6](https://github.com/chanzuckerberg/sorbet-rails/releases/tag/v0.5.6) is the last version supporting Rails 4.2.
15
13
 
16
14
  ## Initial Setup
@@ -40,7 +40,7 @@ class SorbetRails::ActiveRecordRbiFormatter
40
40
  class_rbi.create_include("Enumerable")
41
41
  # class_rbi.create_constant(
42
42
  # "Elem",
43
- # value: "type_member(fixed: T.untyped)",
43
+ # value: "type_member {{fixed: T.untyped}}",
44
44
  # )
45
45
 
46
46
  create_elem_specific_query_methods(class_rbi, type: 'Elem', class_method: false)
@@ -75,7 +75,7 @@ class SorbetRails::ActiveRecordRbiFormatter
75
75
  parlour.root.create_class("ActiveRecord::AssociationRelation", superclass: "ActiveRecord::Relation") do |class_rbi|
76
76
  class_rbi.create_constant(
77
77
  "Elem",
78
- value: "type_member(fixed: T.untyped)",
78
+ value: "type_member {{fixed: T.untyped}}",
79
79
  )
80
80
 
81
81
  # Ideally we shouldn't need to define these since this class inherits from
@@ -110,7 +110,7 @@ class SorbetRails::ActiveRecordRbiFormatter
110
110
  parlour.root.create_class("ActiveRecord::Associations::CollectionProxy", superclass: "ActiveRecord::Relation") do |class_rbi|
111
111
  class_rbi.create_constant(
112
112
  "Elem",
113
- value: "type_member(fixed: T.untyped)",
113
+ value: "type_member {{fixed: T.untyped}}",
114
114
  )
115
115
 
116
116
  # This _should_ work which would let us remove it from the enumerable_collections
@@ -80,7 +80,7 @@ class SorbetRails::ModelRbiFormatter
80
80
  model_relation_rbi.create_include(self.model_query_methods_returning_relation_module_name)
81
81
  model_relation_rbi.create_constant(
82
82
  "Elem",
83
- value: "type_member(fixed: #{model_class_name})",
83
+ value: "type_member {{fixed: #{model_class_name}}}",
84
84
  )
85
85
 
86
86
  model_assoc_relation_rbi = root.create_class(
@@ -90,7 +90,7 @@ class SorbetRails::ModelRbiFormatter
90
90
  model_assoc_relation_rbi.create_include(self.model_query_methods_returning_assoc_relation_module_name)
91
91
  model_assoc_relation_rbi.create_constant(
92
92
  "Elem",
93
- value: "type_member(fixed: #{model_class_name})",
93
+ value: "type_member {{fixed: #{model_class_name}}}",
94
94
  )
95
95
 
96
96
  collection_proxy_rbi = root.create_class(
@@ -100,7 +100,7 @@ class SorbetRails::ModelRbiFormatter
100
100
  collection_proxy_rbi.create_include(self.model_query_methods_returning_assoc_relation_module_name)
101
101
  collection_proxy_rbi.create_constant(
102
102
  "Elem",
103
- value: "type_member(fixed: #{self.model_class_name})",
103
+ value: "type_member {{fixed: #{self.model_class_name}}}",
104
104
  )
105
105
 
106
106
  model_rbi = root.create_class(
data/sorbet-rails.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{sorbet-rails}
3
- s.version = "0.7.#{ENV['GITHUB_RUN_NUMBER'] || 100}".strip
3
+ s.version = "0.7.33"
4
4
  s.date = %q{2019-04-18}
5
5
  s.summary = %q{Set of tools to make Sorbet work with Rails seamlessly.}
6
6
  s.authors = ["Chan Zuckerberg Initiative"]
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
  end
17
17
 
18
18
  s.add_dependency 'parlour', '>= 4.0.1'
19
- s.add_dependency 'sorbet-runtime', '>= 0.5'
19
+ s.add_dependency 'sorbet-runtime', '>= 0.5.9892'
20
20
  s.add_dependency 'sorbet-coerce', '>= 0.2.6'
21
21
  s.add_dependency 'method_source', '>= 0.9.2'
22
22
  s.add_dependency 'parser', '>= 2.7'
@@ -1,53 +1,53 @@
1
1
  PATH
2
2
  remote: ../../..
3
3
  specs:
4
- sorbet-rails (0.7.100)
4
+ sorbet-rails (0.7.32)
5
5
  method_source (>= 0.9.2)
6
6
  parlour (>= 4.0.1)
7
7
  parser (>= 2.7)
8
8
  sorbet-coerce (>= 0.2.6)
9
- sorbet-runtime (>= 0.5)
9
+ sorbet-runtime (>= 0.5.9892)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actioncable (5.2.6)
15
- actionpack (= 5.2.6)
14
+ actioncable (5.2.7)
15
+ actionpack (= 5.2.7)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
- actionmailer (5.2.6)
19
- actionpack (= 5.2.6)
20
- actionview (= 5.2.6)
21
- activejob (= 5.2.6)
18
+ actionmailer (5.2.7)
19
+ actionpack (= 5.2.7)
20
+ actionview (= 5.2.7)
21
+ activejob (= 5.2.7)
22
22
  mail (~> 2.5, >= 2.5.4)
23
23
  rails-dom-testing (~> 2.0)
24
- actionpack (5.2.6)
25
- actionview (= 5.2.6)
26
- activesupport (= 5.2.6)
24
+ actionpack (5.2.7)
25
+ actionview (= 5.2.7)
26
+ activesupport (= 5.2.7)
27
27
  rack (~> 2.0, >= 2.0.8)
28
28
  rack-test (>= 0.6.3)
29
29
  rails-dom-testing (~> 2.0)
30
30
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
- actionview (5.2.6)
32
- activesupport (= 5.2.6)
31
+ actionview (5.2.7)
32
+ activesupport (= 5.2.7)
33
33
  builder (~> 3.1)
34
34
  erubi (~> 1.4)
35
35
  rails-dom-testing (~> 2.0)
36
36
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
37
- activejob (5.2.6)
38
- activesupport (= 5.2.6)
37
+ activejob (5.2.7)
38
+ activesupport (= 5.2.7)
39
39
  globalid (>= 0.3.6)
40
- activemodel (5.2.6)
41
- activesupport (= 5.2.6)
42
- activerecord (5.2.6)
43
- activemodel (= 5.2.6)
44
- activesupport (= 5.2.6)
40
+ activemodel (5.2.7)
41
+ activesupport (= 5.2.7)
42
+ activerecord (5.2.7)
43
+ activemodel (= 5.2.7)
44
+ activesupport (= 5.2.7)
45
45
  arel (>= 9.0)
46
- activestorage (5.2.6)
47
- actionpack (= 5.2.6)
48
- activerecord (= 5.2.6)
46
+ activestorage (5.2.7)
47
+ actionpack (= 5.2.7)
48
+ activerecord (= 5.2.7)
49
49
  marcel (~> 1.0.0)
50
- activesupport (5.2.6)
50
+ activesupport (5.2.7)
51
51
  concurrent-ruby (~> 1.0, >= 1.0.2)
52
52
  i18n (>= 0.7, < 2)
53
53
  minitest (~> 5.1)
@@ -59,89 +59,98 @@ GEM
59
59
  byebug (11.1.3)
60
60
  commander (4.6.0)
61
61
  highline (~> 2.0.0)
62
- concurrent-ruby (1.1.9)
62
+ concurrent-ruby (1.1.10)
63
63
  crass (1.0.6)
64
64
  erubi (1.10.0)
65
- globalid (0.4.2)
66
- activesupport (>= 4.2.0)
65
+ globalid (1.0.0)
66
+ activesupport (>= 5.0)
67
67
  highline (2.0.3)
68
- i18n (1.8.10)
68
+ i18n (1.10.0)
69
69
  concurrent-ruby (~> 1.0)
70
- jbuilder (2.11.2)
70
+ jbuilder (2.11.5)
71
+ actionview (>= 5.0.0)
71
72
  activesupport (>= 5.0.0)
72
- loofah (2.10.0)
73
+ loofah (2.16.0)
73
74
  crass (~> 1.0.2)
74
75
  nokogiri (>= 1.5.9)
75
76
  mail (2.7.1)
76
77
  mini_mime (>= 0.1.1)
77
- marcel (1.0.1)
78
+ marcel (1.0.2)
78
79
  method_source (1.0.0)
79
- mini_mime (1.1.0)
80
- mini_portile2 (2.5.3)
81
- minitest (5.14.4)
82
- nio4r (2.5.7)
83
- nokogiri (1.11.7)
84
- mini_portile2 (~> 2.5.0)
80
+ mini_mime (1.1.2)
81
+ mini_portile2 (2.8.0)
82
+ minitest (5.15.0)
83
+ nio4r (2.5.8)
84
+ nokogiri (1.13.4)
85
+ mini_portile2 (~> 2.8.0)
85
86
  racc (~> 1.4)
86
- nokogiri (1.11.7-x86_64-darwin)
87
+ nokogiri (1.13.4-x86_64-darwin)
87
88
  racc (~> 1.4)
88
- parlour (6.0.1)
89
+ parlour (7.0.0)
89
90
  commander (~> 4.5)
90
91
  parser
91
92
  rainbow (~> 3.0)
92
93
  sorbet-runtime (>= 0.5)
93
- parser (3.0.2.0)
94
+ parser (3.1.2.0)
94
95
  ast (~> 2.4.1)
95
96
  polyfill (1.9.0)
96
97
  puma (3.12.6)
97
- racc (1.5.2)
98
+ racc (1.6.0)
98
99
  rack (2.2.3)
99
100
  rack-test (1.1.0)
100
101
  rack (>= 1.0, < 3)
101
- rails (5.2.6)
102
- actioncable (= 5.2.6)
103
- actionmailer (= 5.2.6)
104
- actionpack (= 5.2.6)
105
- actionview (= 5.2.6)
106
- activejob (= 5.2.6)
107
- activemodel (= 5.2.6)
108
- activerecord (= 5.2.6)
109
- activestorage (= 5.2.6)
110
- activesupport (= 5.2.6)
102
+ rails (5.2.7)
103
+ actioncable (= 5.2.7)
104
+ actionmailer (= 5.2.7)
105
+ actionpack (= 5.2.7)
106
+ actionview (= 5.2.7)
107
+ activejob (= 5.2.7)
108
+ activemodel (= 5.2.7)
109
+ activerecord (= 5.2.7)
110
+ activestorage (= 5.2.7)
111
+ activesupport (= 5.2.7)
111
112
  bundler (>= 1.3.0)
112
- railties (= 5.2.6)
113
+ railties (= 5.2.7)
113
114
  sprockets-rails (>= 2.0.0)
114
115
  rails-dom-testing (2.0.3)
115
116
  activesupport (>= 4.2.0)
116
117
  nokogiri (>= 1.6)
117
- rails-html-sanitizer (1.3.0)
118
+ rails-html-sanitizer (1.4.2)
118
119
  loofah (~> 2.3)
119
- railties (5.2.6)
120
- actionpack (= 5.2.6)
121
- activesupport (= 5.2.6)
120
+ railties (5.2.7)
121
+ actionpack (= 5.2.7)
122
+ activesupport (= 5.2.7)
122
123
  method_source
123
124
  rake (>= 0.8.7)
124
125
  thor (>= 0.19.0, < 2.0)
125
- rainbow (3.0.0)
126
+ rainbow (3.1.1)
126
127
  rake (13.0.6)
127
128
  safe_type (1.1.1)
128
- sorbet (0.5.6519)
129
- sorbet-static (= 0.5.6519)
129
+ sorbet (0.5.9892)
130
+ sorbet-static (= 0.5.9892)
130
131
  sorbet-coerce (0.5.0)
131
132
  polyfill (~> 1.8)
132
133
  safe_type (~> 1.1, >= 1.1.1)
133
134
  sorbet-runtime (>= 0.4.4704)
134
- sorbet-runtime (0.5.6519)
135
- sorbet-static (0.5.6519-universal-darwin-20)
136
- sprockets (4.0.2)
135
+ sorbet-runtime (0.5.9892)
136
+ sorbet-static (0.5.9892-universal-darwin-14)
137
+ sorbet-static (0.5.9892-universal-darwin-15)
138
+ sorbet-static (0.5.9892-universal-darwin-16)
139
+ sorbet-static (0.5.9892-universal-darwin-17)
140
+ sorbet-static (0.5.9892-universal-darwin-18)
141
+ sorbet-static (0.5.9892-universal-darwin-19)
142
+ sorbet-static (0.5.9892-universal-darwin-20)
143
+ sorbet-static (0.5.9892-universal-darwin-21)
144
+ sorbet-static (0.5.9892-x86_64-linux)
145
+ sprockets (4.0.3)
137
146
  concurrent-ruby (~> 1.0)
138
147
  rack (> 1, < 3)
139
- sprockets-rails (3.2.2)
140
- actionpack (>= 4.0)
141
- activesupport (>= 4.0)
148
+ sprockets-rails (3.4.2)
149
+ actionpack (>= 5.2)
150
+ activesupport (>= 5.2)
142
151
  sprockets (>= 3.0.0)
143
152
  sqlite3 (1.4.2)
144
- thor (1.1.0)
153
+ thor (1.2.1)
145
154
  thread_safe (0.3.6)
146
155
  tzinfo (1.2.9)
147
156
  thread_safe (~> 0.1)
@@ -171,4 +180,4 @@ DEPENDENCIES
171
180
  web-console (>= 3.3.0)
172
181
 
173
182
  BUNDLED WITH
174
- 2.2.24
183
+ 2.2.32
@@ -1,66 +1,66 @@
1
1
  PATH
2
2
  remote: ../../..
3
3
  specs:
4
- sorbet-rails (0.7.100)
4
+ sorbet-rails (0.7.32)
5
5
  method_source (>= 0.9.2)
6
6
  parlour (>= 4.0.1)
7
7
  parser (>= 2.7)
8
8
  sorbet-coerce (>= 0.2.6)
9
- sorbet-runtime (>= 0.5)
9
+ sorbet-runtime (>= 0.5.9892)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actioncable (6.0.4)
15
- actionpack (= 6.0.4)
14
+ actioncable (6.0.4.7)
15
+ actionpack (= 6.0.4.7)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
- actionmailbox (6.0.4)
19
- actionpack (= 6.0.4)
20
- activejob (= 6.0.4)
21
- activerecord (= 6.0.4)
22
- activestorage (= 6.0.4)
23
- activesupport (= 6.0.4)
18
+ actionmailbox (6.0.4.7)
19
+ actionpack (= 6.0.4.7)
20
+ activejob (= 6.0.4.7)
21
+ activerecord (= 6.0.4.7)
22
+ activestorage (= 6.0.4.7)
23
+ activesupport (= 6.0.4.7)
24
24
  mail (>= 2.7.1)
25
- actionmailer (6.0.4)
26
- actionpack (= 6.0.4)
27
- actionview (= 6.0.4)
28
- activejob (= 6.0.4)
25
+ actionmailer (6.0.4.7)
26
+ actionpack (= 6.0.4.7)
27
+ actionview (= 6.0.4.7)
28
+ activejob (= 6.0.4.7)
29
29
  mail (~> 2.5, >= 2.5.4)
30
30
  rails-dom-testing (~> 2.0)
31
- actionpack (6.0.4)
32
- actionview (= 6.0.4)
33
- activesupport (= 6.0.4)
31
+ actionpack (6.0.4.7)
32
+ actionview (= 6.0.4.7)
33
+ activesupport (= 6.0.4.7)
34
34
  rack (~> 2.0, >= 2.0.8)
35
35
  rack-test (>= 0.6.3)
36
36
  rails-dom-testing (~> 2.0)
37
37
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
38
- actiontext (6.0.4)
39
- actionpack (= 6.0.4)
40
- activerecord (= 6.0.4)
41
- activestorage (= 6.0.4)
42
- activesupport (= 6.0.4)
38
+ actiontext (6.0.4.7)
39
+ actionpack (= 6.0.4.7)
40
+ activerecord (= 6.0.4.7)
41
+ activestorage (= 6.0.4.7)
42
+ activesupport (= 6.0.4.7)
43
43
  nokogiri (>= 1.8.5)
44
- actionview (6.0.4)
45
- activesupport (= 6.0.4)
44
+ actionview (6.0.4.7)
45
+ activesupport (= 6.0.4.7)
46
46
  builder (~> 3.1)
47
47
  erubi (~> 1.4)
48
48
  rails-dom-testing (~> 2.0)
49
49
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
50
- activejob (6.0.4)
51
- activesupport (= 6.0.4)
50
+ activejob (6.0.4.7)
51
+ activesupport (= 6.0.4.7)
52
52
  globalid (>= 0.3.6)
53
- activemodel (6.0.4)
54
- activesupport (= 6.0.4)
55
- activerecord (6.0.4)
56
- activemodel (= 6.0.4)
57
- activesupport (= 6.0.4)
58
- activestorage (6.0.4)
59
- actionpack (= 6.0.4)
60
- activejob (= 6.0.4)
61
- activerecord (= 6.0.4)
53
+ activemodel (6.0.4.7)
54
+ activesupport (= 6.0.4.7)
55
+ activerecord (6.0.4.7)
56
+ activemodel (= 6.0.4.7)
57
+ activesupport (= 6.0.4.7)
58
+ activestorage (6.0.4.7)
59
+ actionpack (= 6.0.4.7)
60
+ activejob (= 6.0.4.7)
61
+ activerecord (= 6.0.4.7)
62
62
  marcel (~> 1.0.0)
63
- activesupport (6.0.4)
63
+ activesupport (6.0.4.7)
64
64
  concurrent-ruby (~> 1.0, >= 1.0.2)
65
65
  i18n (>= 0.7, < 2)
66
66
  minitest (~> 5.1)
@@ -72,97 +72,105 @@ GEM
72
72
  byebug (11.1.3)
73
73
  commander (4.6.0)
74
74
  highline (~> 2.0.0)
75
- concurrent-ruby (1.1.9)
75
+ concurrent-ruby (1.1.10)
76
76
  crass (1.0.6)
77
77
  erubi (1.10.0)
78
- globalid (0.4.2)
79
- activesupport (>= 4.2.0)
78
+ globalid (1.0.0)
79
+ activesupport (>= 5.0)
80
80
  highline (2.0.3)
81
- i18n (1.8.10)
81
+ i18n (1.10.0)
82
82
  concurrent-ruby (~> 1.0)
83
- jbuilder (2.11.2)
83
+ jbuilder (2.11.5)
84
+ actionview (>= 5.0.0)
84
85
  activesupport (>= 5.0.0)
85
- loofah (2.10.0)
86
+ loofah (2.16.0)
86
87
  crass (~> 1.0.2)
87
88
  nokogiri (>= 1.5.9)
88
89
  mail (2.7.1)
89
90
  mini_mime (>= 0.1.1)
90
- marcel (1.0.1)
91
+ marcel (1.0.2)
91
92
  method_source (1.0.0)
92
- mini_mime (1.1.0)
93
- mini_portile2 (2.5.3)
94
- minitest (5.14.4)
95
- nio4r (2.5.7)
96
- nokogiri (1.11.7)
97
- mini_portile2 (~> 2.5.0)
93
+ mini_mime (1.1.2)
94
+ mini_portile2 (2.8.0)
95
+ minitest (5.15.0)
96
+ nio4r (2.5.8)
97
+ nokogiri (1.13.4)
98
+ mini_portile2 (~> 2.8.0)
98
99
  racc (~> 1.4)
99
- nokogiri (1.11.7-x86_64-darwin)
100
+ nokogiri (1.13.4-x86_64-darwin)
100
101
  racc (~> 1.4)
101
- parlour (6.0.1)
102
+ parlour (7.0.0)
102
103
  commander (~> 4.5)
103
104
  parser
104
105
  rainbow (~> 3.0)
105
106
  sorbet-runtime (>= 0.5)
106
- parser (3.0.2.0)
107
+ parser (3.1.2.0)
107
108
  ast (~> 2.4.1)
108
109
  polyfill (1.9.0)
109
- puma (4.3.8)
110
+ puma (4.3.12)
110
111
  nio4r (~> 2.0)
111
- racc (1.5.2)
112
+ racc (1.6.0)
112
113
  rack (2.2.3)
113
114
  rack-test (1.1.0)
114
115
  rack (>= 1.0, < 3)
115
- rails (6.0.4)
116
- actioncable (= 6.0.4)
117
- actionmailbox (= 6.0.4)
118
- actionmailer (= 6.0.4)
119
- actionpack (= 6.0.4)
120
- actiontext (= 6.0.4)
121
- actionview (= 6.0.4)
122
- activejob (= 6.0.4)
123
- activemodel (= 6.0.4)
124
- activerecord (= 6.0.4)
125
- activestorage (= 6.0.4)
126
- activesupport (= 6.0.4)
116
+ rails (6.0.4.7)
117
+ actioncable (= 6.0.4.7)
118
+ actionmailbox (= 6.0.4.7)
119
+ actionmailer (= 6.0.4.7)
120
+ actionpack (= 6.0.4.7)
121
+ actiontext (= 6.0.4.7)
122
+ actionview (= 6.0.4.7)
123
+ activejob (= 6.0.4.7)
124
+ activemodel (= 6.0.4.7)
125
+ activerecord (= 6.0.4.7)
126
+ activestorage (= 6.0.4.7)
127
+ activesupport (= 6.0.4.7)
127
128
  bundler (>= 1.3.0)
128
- railties (= 6.0.4)
129
+ railties (= 6.0.4.7)
129
130
  sprockets-rails (>= 2.0.0)
130
131
  rails-dom-testing (2.0.3)
131
132
  activesupport (>= 4.2.0)
132
133
  nokogiri (>= 1.6)
133
- rails-html-sanitizer (1.3.0)
134
+ rails-html-sanitizer (1.4.2)
134
135
  loofah (~> 2.3)
135
- railties (6.0.4)
136
- actionpack (= 6.0.4)
137
- activesupport (= 6.0.4)
136
+ railties (6.0.4.7)
137
+ actionpack (= 6.0.4.7)
138
+ activesupport (= 6.0.4.7)
138
139
  method_source
139
140
  rake (>= 0.8.7)
140
141
  thor (>= 0.20.3, < 2.0)
141
- rainbow (3.0.0)
142
+ rainbow (3.1.1)
142
143
  rake (13.0.6)
143
144
  safe_type (1.1.1)
144
- sorbet (0.5.6519)
145
- sorbet-static (= 0.5.6519)
145
+ sorbet (0.5.9892)
146
+ sorbet-static (= 0.5.9892)
146
147
  sorbet-coerce (0.5.0)
147
148
  polyfill (~> 1.8)
148
149
  safe_type (~> 1.1, >= 1.1.1)
149
150
  sorbet-runtime (>= 0.4.4704)
150
- sorbet-runtime (0.5.6519)
151
- sorbet-static (0.5.6519-universal-darwin-19)
152
- sorbet-static (0.5.6519-x86_64-linux)
153
- sprockets (4.0.2)
151
+ sorbet-runtime (0.5.9892)
152
+ sorbet-static (0.5.9892-universal-darwin-14)
153
+ sorbet-static (0.5.9892-universal-darwin-15)
154
+ sorbet-static (0.5.9892-universal-darwin-16)
155
+ sorbet-static (0.5.9892-universal-darwin-17)
156
+ sorbet-static (0.5.9892-universal-darwin-18)
157
+ sorbet-static (0.5.9892-universal-darwin-19)
158
+ sorbet-static (0.5.9892-universal-darwin-20)
159
+ sorbet-static (0.5.9892-universal-darwin-21)
160
+ sorbet-static (0.5.9892-x86_64-linux)
161
+ sprockets (4.0.3)
154
162
  concurrent-ruby (~> 1.0)
155
163
  rack (> 1, < 3)
156
- sprockets-rails (3.2.2)
157
- actionpack (>= 4.0)
158
- activesupport (>= 4.0)
164
+ sprockets-rails (3.4.2)
165
+ actionpack (>= 5.2)
166
+ activesupport (>= 5.2)
159
167
  sprockets (>= 3.0.0)
160
168
  sqlite3 (1.4.2)
161
- thor (1.1.0)
169
+ thor (1.2.1)
162
170
  thread_safe (0.3.6)
163
171
  tzinfo (1.2.9)
164
172
  thread_safe (~> 0.1)
165
- web-console (4.1.0)
173
+ web-console (4.2.0)
166
174
  actionview (>= 6.0.0)
167
175
  activemodel (>= 6.0.0)
168
176
  bindex (>= 0.4.0)
@@ -170,7 +178,7 @@ GEM
170
178
  websocket-driver (0.7.5)
171
179
  websocket-extensions (>= 0.1.0)
172
180
  websocket-extensions (0.1.5)
173
- zeitwerk (2.4.2)
181
+ zeitwerk (2.5.4)
174
182
 
175
183
  PLATFORMS
176
184
  ruby
@@ -189,4 +197,4 @@ DEPENDENCIES
189
197
  web-console (>= 3.3.0)
190
198
 
191
199
  BUNDLED WITH
192
- 2.2.24
200
+ 2.2.32
@@ -1,7 +1,7 @@
1
1
  source 'https://rubygems.org'
2
2
  git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
3
 
4
- ruby '2.5.5'
4
+ #ruby '2.5.5'
5
5
 
6
6
  # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7
7
  gem 'rails', '~> 6.1.4'