bellman 0.1.2 → 0.2.1

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: c65c02d5ddc7dc46aba77a42fc162c5f35b77bba264a990cc5c66580fd5bd397
4
- data.tar.gz: 484d19f9b7546a31599afef4184ecff5a9ef43e24bd6dd46294c532a02707815
3
+ metadata.gz: 645ac517e2553a9763ecfcab627ecc142e0f70f6c76e8f9c04bb16a7b4e8d24b
4
+ data.tar.gz: dca631c201dc133003c0aeee89f633b2f5ae345d441f80674d6331bc8460780b
5
5
  SHA512:
6
- metadata.gz: '03491319b209b2994b3329c12aafa4aba3ea3b09bb3046aff6cfc4d0899797748f591384ddc3b6e2df713a00bc7e6921c1b44ef1aa7e2c64d79d6d8a4bf2e2bb'
7
- data.tar.gz: 80961f465408e2880701fc8f41f9a21157fa989da5c6d2231f8c53b891bea76ede01177d464c3eaa3962191a028b16e9168cd1f34e30f0de62abfc02ed435918
6
+ metadata.gz: 0e42815770f0de388f597b471f0d04ee54680dce2c2aad026a7b79d7f1179246ca914803e89eedc621b321f72d55682fa09d1cf57bbf97a32af21dfc335522b1
7
+ data.tar.gz: 573ddf2a7f97869aacb35bce6e4c5cbd02a25c10291c2baf37f5bfd954f884d4f5e83fc2851b17bdfb9e6c96ade858eafefc15a13674996de343789af1f70126
data/.rubocop.yml CHANGED
@@ -1,8 +1,8 @@
1
- require:
2
- - 'rubocop-performance'
3
- - 'rubocop-rails'
4
- - 'rubocop-minitest'
5
- - 'rubocop-rake'
1
+ plugins:
2
+ - rubocop-performance
3
+ - rubocop-rails
4
+ - rubocop-minitest
5
+ - rubocop-rake
6
6
 
7
7
  AllCops:
8
8
  NewCops: enable
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.2.2
1
+ ruby-3.4.8
data/Gemfile CHANGED
@@ -7,7 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
7
7
  # Specify your gem's dependencies in bellman.gemspec
8
8
  gemspec
9
9
 
10
- gem 'bundler', '~> 2.3'
10
+ gem 'bundler', '~> 2.6'
11
11
  gem 'bundler-audit', '>= 0'
12
12
  gem 'minitest', '~> 5.0'
13
13
  gem 'rake', '~> 13.0'
@@ -23,11 +23,11 @@ gem 'ruby_audit', '>= 0'
23
23
  ##
24
24
 
25
25
  # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
26
- gem 'rails', '~> 7.1.0'
26
+ gem 'rails', '~> 8.0.0'
27
27
 
28
- # The original asset pipeline for Rails
29
- # [https://github.com/rails/sprockets-rails]
30
- gem 'sprockets-rails'
28
+ # The modern asset pipeline for Rails
29
+ # https://github.com/rails/propshaft
30
+ gem 'propshaft'
31
31
 
32
32
  # Use the Puma web server
33
33
  # [https://github.com/puma/puma]
@@ -51,6 +51,10 @@ gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
51
51
  # Reduces boot times through caching; required in config/boot.rb
52
52
  gem 'bootsnap', require: false
53
53
 
54
+ # Bundle and process CSS
55
+ # https://github.com/rails/cssbundling-rails
56
+ gem 'cssbundling-rails'
57
+
54
58
  # Use Sass to process CSS
55
59
  # gem "sassc-rails"
56
60
 
data/Gemfile.lock CHANGED
@@ -1,299 +1,340 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bellman (0.1.2)
4
+ bellman (0.2.1)
5
5
  activerecord (> 4.2.0)
6
6
  activesupport (> 4.2.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (7.1.2)
12
- actionpack (= 7.1.2)
13
- activesupport (= 7.1.2)
11
+ actioncable (8.0.4)
12
+ actionpack (= 8.0.4)
13
+ activesupport (= 8.0.4)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
16
  zeitwerk (~> 2.6)
17
- actionmailbox (7.1.2)
18
- actionpack (= 7.1.2)
19
- activejob (= 7.1.2)
20
- activerecord (= 7.1.2)
21
- activestorage (= 7.1.2)
22
- activesupport (= 7.1.2)
23
- mail (>= 2.7.1)
24
- net-imap
25
- net-pop
26
- net-smtp
27
- actionmailer (7.1.2)
28
- actionpack (= 7.1.2)
29
- actionview (= 7.1.2)
30
- activejob (= 7.1.2)
31
- activesupport (= 7.1.2)
32
- mail (~> 2.5, >= 2.5.4)
33
- net-imap
34
- net-pop
35
- net-smtp
17
+ actionmailbox (8.0.4)
18
+ actionpack (= 8.0.4)
19
+ activejob (= 8.0.4)
20
+ activerecord (= 8.0.4)
21
+ activestorage (= 8.0.4)
22
+ activesupport (= 8.0.4)
23
+ mail (>= 2.8.0)
24
+ actionmailer (8.0.4)
25
+ actionpack (= 8.0.4)
26
+ actionview (= 8.0.4)
27
+ activejob (= 8.0.4)
28
+ activesupport (= 8.0.4)
29
+ mail (>= 2.8.0)
36
30
  rails-dom-testing (~> 2.2)
37
- actionpack (7.1.2)
38
- actionview (= 7.1.2)
39
- activesupport (= 7.1.2)
31
+ actionpack (8.0.4)
32
+ actionview (= 8.0.4)
33
+ activesupport (= 8.0.4)
40
34
  nokogiri (>= 1.8.5)
41
- racc
42
35
  rack (>= 2.2.4)
43
36
  rack-session (>= 1.0.1)
44
37
  rack-test (>= 0.6.3)
45
38
  rails-dom-testing (~> 2.2)
46
39
  rails-html-sanitizer (~> 1.6)
47
- actiontext (7.1.2)
48
- actionpack (= 7.1.2)
49
- activerecord (= 7.1.2)
50
- activestorage (= 7.1.2)
51
- activesupport (= 7.1.2)
40
+ useragent (~> 0.16)
41
+ actiontext (8.0.4)
42
+ actionpack (= 8.0.4)
43
+ activerecord (= 8.0.4)
44
+ activestorage (= 8.0.4)
45
+ activesupport (= 8.0.4)
52
46
  globalid (>= 0.6.0)
53
47
  nokogiri (>= 1.8.5)
54
- actionview (7.1.2)
55
- activesupport (= 7.1.2)
48
+ actionview (8.0.4)
49
+ activesupport (= 8.0.4)
56
50
  builder (~> 3.1)
57
51
  erubi (~> 1.11)
58
52
  rails-dom-testing (~> 2.2)
59
53
  rails-html-sanitizer (~> 1.6)
60
- activejob (7.1.2)
61
- activesupport (= 7.1.2)
54
+ activejob (8.0.4)
55
+ activesupport (= 8.0.4)
62
56
  globalid (>= 0.3.6)
63
- activemodel (7.1.2)
64
- activesupport (= 7.1.2)
65
- activerecord (7.1.2)
66
- activemodel (= 7.1.2)
67
- activesupport (= 7.1.2)
57
+ activemodel (8.0.4)
58
+ activesupport (= 8.0.4)
59
+ activerecord (8.0.4)
60
+ activemodel (= 8.0.4)
61
+ activesupport (= 8.0.4)
68
62
  timeout (>= 0.4.0)
69
- activestorage (7.1.2)
70
- actionpack (= 7.1.2)
71
- activejob (= 7.1.2)
72
- activerecord (= 7.1.2)
73
- activesupport (= 7.1.2)
63
+ activestorage (8.0.4)
64
+ actionpack (= 8.0.4)
65
+ activejob (= 8.0.4)
66
+ activerecord (= 8.0.4)
67
+ activesupport (= 8.0.4)
74
68
  marcel (~> 1.0)
75
- activesupport (7.1.2)
69
+ activesupport (8.0.4)
76
70
  base64
71
+ benchmark (>= 0.3)
77
72
  bigdecimal
78
- concurrent-ruby (~> 1.0, >= 1.0.2)
73
+ concurrent-ruby (~> 1.0, >= 1.3.1)
79
74
  connection_pool (>= 2.2.5)
80
75
  drb
81
76
  i18n (>= 1.6, < 2)
77
+ logger (>= 1.4.2)
82
78
  minitest (>= 5.1)
83
- mutex_m
84
- tzinfo (~> 2.0)
85
- addressable (2.8.5)
86
- public_suffix (>= 2.0.2, < 6.0)
87
- ast (2.4.2)
88
- base64 (0.2.0)
89
- bigdecimal (3.1.4)
90
- bootsnap (1.17.0)
79
+ securerandom (>= 0.3)
80
+ tzinfo (~> 2.0, >= 2.0.5)
81
+ uri (>= 0.13.1)
82
+ addressable (2.8.8)
83
+ public_suffix (>= 2.0.2, < 8.0)
84
+ ast (2.4.3)
85
+ base64 (0.3.0)
86
+ benchmark (0.5.0)
87
+ bigdecimal (4.0.1)
88
+ bootsnap (1.21.1)
91
89
  msgpack (~> 1.2)
92
- builder (3.2.4)
93
- bundler-audit (0.9.1)
94
- bundler (>= 1.2.0, < 3)
90
+ builder (3.3.0)
91
+ bundler-audit (0.9.3)
92
+ bundler (>= 1.2.0)
95
93
  thor (~> 1.0)
96
- capybara (3.39.2)
94
+ capybara (3.40.0)
97
95
  addressable
98
96
  matrix
99
97
  mini_mime (>= 0.1.3)
100
- nokogiri (~> 1.8)
98
+ nokogiri (~> 1.11)
101
99
  rack (>= 1.6.0)
102
100
  rack-test (>= 0.6.3)
103
101
  regexp_parser (>= 1.5, < 3.0)
104
102
  xpath (~> 3.2)
105
- concurrent-ruby (1.2.2)
106
- connection_pool (2.4.1)
103
+ childprocess (4.1.0)
104
+ concurrent-ruby (1.3.6)
105
+ connection_pool (3.0.2)
107
106
  crass (1.0.6)
108
- date (3.3.4)
109
- debug (1.8.0)
110
- irb (>= 1.5.0)
111
- reline (>= 0.3.1)
112
- drb (2.2.0)
113
- ruby2_keywords
114
- erubi (1.12.0)
115
- globalid (1.2.1)
107
+ cssbundling-rails (1.4.3)
108
+ railties (>= 6.0.0)
109
+ date (3.5.1)
110
+ debug (1.11.1)
111
+ irb (~> 1.10)
112
+ reline (>= 0.3.8)
113
+ drb (2.2.3)
114
+ erb (6.0.1)
115
+ erubi (1.13.1)
116
+ globalid (1.3.0)
116
117
  activesupport (>= 6.1)
117
- i18n (1.14.1)
118
+ i18n (1.14.8)
118
119
  concurrent-ruby (~> 1.0)
119
- io-console (0.6.0)
120
- irb (1.9.1)
121
- rdoc
122
- reline (>= 0.3.8)
123
- json (2.6.3)
124
- language_server-protocol (3.17.0.3)
125
- loofah (2.22.0)
120
+ io-console (0.8.2)
121
+ irb (1.16.0)
122
+ pp (>= 0.6.0)
123
+ rdoc (>= 4.0.0)
124
+ reline (>= 0.4.2)
125
+ json (2.18.0)
126
+ language_server-protocol (3.17.0.5)
127
+ lint_roller (1.1.0)
128
+ logger (1.7.0)
129
+ loofah (2.25.0)
126
130
  crass (~> 1.0.2)
127
131
  nokogiri (>= 1.12.0)
128
- mail (2.8.1)
132
+ mail (2.9.0)
133
+ logger
129
134
  mini_mime (>= 0.1.1)
130
135
  net-imap
131
136
  net-pop
132
137
  net-smtp
133
- marcel (1.0.2)
134
- matrix (0.4.2)
138
+ marcel (1.1.0)
139
+ matrix (0.4.3)
135
140
  mini_mime (1.1.5)
136
- minitest (5.20.0)
137
- msgpack (1.7.2)
138
- mutex_m (0.2.0)
139
- net-imap (0.4.7)
141
+ minitest (5.27.0)
142
+ msgpack (1.8.0)
143
+ net-imap (0.6.2)
140
144
  date
141
145
  net-protocol
142
146
  net-pop (0.1.2)
143
147
  net-protocol
144
148
  net-protocol (0.2.2)
145
149
  timeout
146
- net-smtp (0.4.0)
150
+ net-smtp (0.5.1)
147
151
  net-protocol
148
- nio4r (2.6.1)
149
- nokogiri (1.15.5-x86_64-darwin)
152
+ nio4r (2.7.5)
153
+ nokogiri (1.19.0-aarch64-linux-gnu)
150
154
  racc (~> 1.4)
151
- nokogiri (1.15.5-x86_64-linux)
155
+ nokogiri (1.19.0-aarch64-linux-musl)
152
156
  racc (~> 1.4)
153
- parallel (1.23.0)
154
- parser (3.2.2.4)
157
+ nokogiri (1.19.0-arm-linux-gnu)
158
+ racc (~> 1.4)
159
+ nokogiri (1.19.0-arm-linux-musl)
160
+ racc (~> 1.4)
161
+ nokogiri (1.19.0-arm64-darwin)
162
+ racc (~> 1.4)
163
+ nokogiri (1.19.0-x86_64-darwin)
164
+ racc (~> 1.4)
165
+ nokogiri (1.19.0-x86_64-linux-gnu)
166
+ racc (~> 1.4)
167
+ nokogiri (1.19.0-x86_64-linux-musl)
168
+ racc (~> 1.4)
169
+ parallel (1.27.0)
170
+ parser (3.3.10.1)
155
171
  ast (~> 2.4.1)
156
172
  racc
157
- psych (5.1.1.1)
173
+ pp (0.6.3)
174
+ prettyprint
175
+ prettyprint (0.2.0)
176
+ prism (1.8.0)
177
+ propshaft (1.3.1)
178
+ actionpack (>= 7.0.0)
179
+ activesupport (>= 7.0.0)
180
+ rack
181
+ psych (5.3.1)
182
+ date
158
183
  stringio
159
- public_suffix (5.0.4)
160
- puma (6.4.0)
184
+ public_suffix (7.0.2)
185
+ puma (6.6.1)
161
186
  nio4r (~> 2.0)
162
- racc (1.7.3)
163
- rack (3.0.8)
164
- rack-session (2.0.0)
187
+ racc (1.8.1)
188
+ rack (3.2.4)
189
+ rack-session (2.1.1)
190
+ base64 (>= 0.1.0)
165
191
  rack (>= 3.0.0)
166
- rack-test (2.1.0)
192
+ rack-test (2.2.0)
167
193
  rack (>= 1.3)
168
- rackup (2.1.0)
194
+ rackup (2.3.1)
169
195
  rack (>= 3)
170
- webrick (~> 1.8)
171
- rails (7.1.2)
172
- actioncable (= 7.1.2)
173
- actionmailbox (= 7.1.2)
174
- actionmailer (= 7.1.2)
175
- actionpack (= 7.1.2)
176
- actiontext (= 7.1.2)
177
- actionview (= 7.1.2)
178
- activejob (= 7.1.2)
179
- activemodel (= 7.1.2)
180
- activerecord (= 7.1.2)
181
- activestorage (= 7.1.2)
182
- activesupport (= 7.1.2)
196
+ rails (8.0.4)
197
+ actioncable (= 8.0.4)
198
+ actionmailbox (= 8.0.4)
199
+ actionmailer (= 8.0.4)
200
+ actionpack (= 8.0.4)
201
+ actiontext (= 8.0.4)
202
+ actionview (= 8.0.4)
203
+ activejob (= 8.0.4)
204
+ activemodel (= 8.0.4)
205
+ activerecord (= 8.0.4)
206
+ activestorage (= 8.0.4)
207
+ activesupport (= 8.0.4)
183
208
  bundler (>= 1.15.0)
184
- railties (= 7.1.2)
185
- rails-dom-testing (2.2.0)
209
+ railties (= 8.0.4)
210
+ rails-dom-testing (2.3.0)
186
211
  activesupport (>= 5.0.0)
187
212
  minitest
188
213
  nokogiri (>= 1.6)
189
- rails-html-sanitizer (1.6.0)
214
+ rails-html-sanitizer (1.6.2)
190
215
  loofah (~> 2.21)
191
- nokogiri (~> 1.14)
192
- railties (7.1.2)
193
- actionpack (= 7.1.2)
194
- activesupport (= 7.1.2)
195
- irb
216
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
217
+ railties (8.0.4)
218
+ actionpack (= 8.0.4)
219
+ activesupport (= 8.0.4)
220
+ irb (~> 1.13)
196
221
  rackup (>= 1.0.0)
197
222
  rake (>= 12.2)
198
223
  thor (~> 1.0, >= 1.2.2)
224
+ tsort (>= 0.2)
199
225
  zeitwerk (~> 2.6)
200
226
  rainbow (3.1.1)
201
- rake (13.1.0)
202
- rdoc (6.6.0)
227
+ rake (13.3.1)
228
+ rdoc (7.1.0)
229
+ erb
203
230
  psych (>= 4.0.0)
204
- redis-client (0.18.0)
231
+ tsort
232
+ redis-client (0.26.3)
205
233
  connection_pool
206
- regexp_parser (2.8.2)
207
- reline (0.4.1)
234
+ regexp_parser (2.11.3)
235
+ reline (0.6.3)
208
236
  io-console (~> 0.5)
209
- rexml (3.2.6)
210
- rubocop (1.57.2)
237
+ rexml (3.4.4)
238
+ rubocop (1.82.1)
211
239
  json (~> 2.3)
212
- language_server-protocol (>= 3.17.0)
240
+ language_server-protocol (~> 3.17.0.2)
241
+ lint_roller (~> 1.1.0)
213
242
  parallel (~> 1.10)
214
- parser (>= 3.2.2.4)
243
+ parser (>= 3.3.0.2)
215
244
  rainbow (>= 2.2.2, < 4.0)
216
- regexp_parser (>= 1.8, < 3.0)
217
- rexml (>= 3.2.5, < 4.0)
218
- rubocop-ast (>= 1.28.1, < 2.0)
245
+ regexp_parser (>= 2.9.3, < 3.0)
246
+ rubocop-ast (>= 1.48.0, < 2.0)
219
247
  ruby-progressbar (~> 1.7)
220
- unicode-display_width (>= 2.4.0, < 3.0)
221
- rubocop-ast (1.30.0)
222
- parser (>= 3.2.1.0)
223
- rubocop-minitest (0.33.0)
224
- rubocop (>= 1.39, < 2.0)
225
- rubocop-performance (1.19.1)
226
- rubocop (>= 1.7.0, < 2.0)
227
- rubocop-ast (>= 0.4.0)
228
- rubocop-rails (2.22.2)
248
+ unicode-display_width (>= 2.4.0, < 4.0)
249
+ rubocop-ast (1.49.0)
250
+ parser (>= 3.3.7.2)
251
+ prism (~> 1.7)
252
+ rubocop-minitest (0.38.2)
253
+ lint_roller (~> 1.1)
254
+ rubocop (>= 1.75.0, < 2.0)
255
+ rubocop-ast (>= 1.38.0, < 2.0)
256
+ rubocop-performance (1.26.1)
257
+ lint_roller (~> 1.1)
258
+ rubocop (>= 1.75.0, < 2.0)
259
+ rubocop-ast (>= 1.47.1, < 2.0)
260
+ rubocop-rails (2.34.3)
229
261
  activesupport (>= 4.2.0)
262
+ lint_roller (~> 1.1)
230
263
  rack (>= 1.1)
231
- rubocop (>= 1.33.0, < 2.0)
232
- rubocop-ast (>= 1.30.0, < 2.0)
233
- rubocop-rake (0.6.0)
234
- rubocop (~> 1.0)
264
+ rubocop (>= 1.75.0, < 2.0)
265
+ rubocop-ast (>= 1.44.0, < 2.0)
266
+ rubocop-rake (0.7.1)
267
+ lint_roller (~> 1.1)
268
+ rubocop (>= 1.72.1)
235
269
  ruby-progressbar (1.13.0)
236
- ruby2_keywords (0.0.5)
237
- ruby_audit (2.2.0)
270
+ ruby_audit (3.1.0)
238
271
  bundler-audit (~> 0.9.0)
239
- rubyzip (2.3.2)
240
- selenium-webdriver (4.10.0)
272
+ rubyzip (3.2.2)
273
+ securerandom (0.4.1)
274
+ selenium-webdriver (4.1.0)
275
+ childprocess (>= 0.5, < 5.0)
241
276
  rexml (~> 3.2, >= 3.2.5)
242
- rubyzip (>= 1.2.2, < 3.0)
243
- websocket (~> 1.0)
244
- sentry-rails (5.14.0)
245
- railties (>= 5.0)
246
- sentry-ruby (~> 5.14.0)
247
- sentry-ruby (5.14.0)
277
+ rubyzip (>= 1.2.2)
278
+ sentry-rails (6.3.0)
279
+ railties (>= 5.2.0)
280
+ sentry-ruby (~> 6.3.0)
281
+ sentry-ruby (6.3.0)
282
+ bigdecimal
248
283
  concurrent-ruby (~> 1.0, >= 1.0.2)
249
- sentry-sidekiq (5.14.0)
250
- sentry-ruby (~> 5.14.0)
251
- sidekiq (>= 3.0)
252
- sidekiq (7.2.0)
253
- concurrent-ruby (< 2)
254
- connection_pool (>= 2.3.0)
255
- rack (>= 2.2.4)
256
- redis-client (>= 0.14.0)
257
- sprockets (4.2.1)
258
- concurrent-ruby (~> 1.0)
259
- rack (>= 2.2.4, < 4)
260
- sprockets-rails (3.4.2)
261
- actionpack (>= 5.2)
262
- activesupport (>= 5.2)
263
- sprockets (>= 3.0.0)
264
- stringio (3.1.0)
265
- thor (1.3.0)
266
- timeout (0.4.1)
284
+ sentry-sidekiq (6.3.0)
285
+ sentry-ruby (~> 6.3.0)
286
+ sidekiq (>= 5.0)
287
+ sidekiq (8.1.0)
288
+ connection_pool (>= 3.0.0)
289
+ json (>= 2.16.0)
290
+ logger (>= 1.7.0)
291
+ rack (>= 3.2.0)
292
+ redis-client (>= 0.26.0)
293
+ stringio (3.2.0)
294
+ thor (1.5.0)
295
+ timeout (0.6.0)
296
+ tsort (0.2.0)
267
297
  tzinfo (2.0.6)
268
298
  concurrent-ruby (~> 1.0)
269
- unicode-display_width (2.5.0)
299
+ unicode-display_width (3.2.0)
300
+ unicode-emoji (~> 4.1)
301
+ unicode-emoji (4.2.0)
302
+ uri (1.1.1)
303
+ useragent (0.16.11)
270
304
  webdrivers (5.3.1)
271
305
  nokogiri (~> 1.6)
272
306
  rubyzip (>= 1.3.0)
273
307
  selenium-webdriver (~> 4.0, < 4.11)
274
- webrick (1.8.1)
275
- websocket (1.2.10)
276
- websocket-driver (0.7.6)
308
+ websocket-driver (0.8.0)
309
+ base64
277
310
  websocket-extensions (>= 0.1.0)
278
311
  websocket-extensions (0.1.5)
279
312
  xpath (3.2.0)
280
313
  nokogiri (~> 1.8)
281
- zeitwerk (2.6.12)
314
+ zeitwerk (2.7.4)
282
315
 
283
316
  PLATFORMS
284
- x86_64-darwin-22
285
- x86_64-linux
317
+ aarch64-linux-gnu
318
+ aarch64-linux-musl
319
+ arm-linux-gnu
320
+ arm-linux-musl
321
+ arm64-darwin
322
+ x86_64-darwin
323
+ x86_64-linux-gnu
324
+ x86_64-linux-musl
286
325
 
287
326
  DEPENDENCIES
288
327
  bellman!
289
328
  bootsnap
290
- bundler (~> 2.3)
329
+ bundler (~> 2.6)
291
330
  bundler-audit
292
331
  capybara
332
+ cssbundling-rails
293
333
  debug
294
334
  minitest (~> 5.0)
335
+ propshaft
295
336
  puma (~> 6.0)
296
- rails (~> 7.1.0)
337
+ rails (~> 8.0.0)
297
338
  rake (~> 13.0)
298
339
  rubocop (~> 1.21)
299
340
  rubocop-minitest
@@ -306,9 +347,8 @@ DEPENDENCIES
306
347
  sentry-ruby
307
348
  sentry-sidekiq
308
349
  sidekiq
309
- sprockets-rails
310
350
  tzinfo-data
311
351
  webdrivers
312
352
 
313
353
  BUNDLED WITH
314
- 2.4.10
354
+ 2.6.9
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ Rake::TestTask.new(:test) do |t|
14
14
  # to the dummy Rails app so that we can test the Rails specific handlers
15
15
  # in the context of a Rails app. See the `generate_dummy_rails_app` for
16
16
  # more details
17
- t.test_files = \
17
+ t.test_files =
18
18
  FileList['test/**/*_test.rb'].exclude('test/rails/**/*_test.rb')
19
19
  end
20
20
 
@@ -14,7 +14,6 @@ module Bellman
14
14
  # rubocop:disable Metrics/ParameterLists
15
15
  def handle(error, severity: :error, trace_id: nil, objects: nil,
16
16
  data: nil, include_backtrace: false, handlers: nil)
17
-
18
17
  severity = handle_severity(severity)
19
18
  handlers = if handlers.present?
20
19
  process_handlers_config(handlers)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Bellman
4
- VERSION = '0.1.2'
4
+ VERSION = '0.2.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bellman
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick R. Schmid
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2023-11-30 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activerecord
@@ -54,7 +53,6 @@ files:
54
53
  - LICENSE.txt
55
54
  - README.md
56
55
  - Rakefile
57
- - bellman.gemspec
58
56
  - lib/bellman.rb
59
57
  - lib/bellman/bellman.rb
60
58
  - lib/bellman/handlers/base_handler.rb
@@ -70,7 +68,6 @@ metadata:
70
68
  source_code_uri: https://github.com/prschmid/bellman
71
69
  changelog_uri: https://github.com/prschmid/bellman
72
70
  rubygems_mfa_required: 'true'
73
- post_install_message:
74
71
  rdoc_options: []
75
72
  require_paths:
76
73
  - lib
@@ -78,15 +75,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
78
75
  requirements:
79
76
  - - ">="
80
77
  - !ruby/object:Gem::Version
81
- version: '3.2'
78
+ version: '3.4'
82
79
  required_rubygems_version: !ruby/object:Gem::Requirement
83
80
  requirements:
84
81
  - - ">="
85
82
  - !ruby/object:Gem::Version
86
83
  version: '0'
87
84
  requirements: []
88
- rubygems_version: 3.4.10
89
- signing_key:
85
+ rubygems_version: 3.6.9
90
86
  specification_version: 4
91
87
  summary: Unified way to take all of the log messages and direct them to the right
92
88
  place.
data/bellman.gemspec DELETED
@@ -1,46 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- lib = File.expand_path('lib', __dir__)
4
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
- require 'bellman/version'
6
-
7
- Gem::Specification.new do |spec|
8
- spec.name = 'bellman'
9
- spec.version = Bellman::VERSION
10
- spec.authors = ['Patrick R. Schmid']
11
- spec.email = ['prschmid@gmail.com']
12
-
13
- spec.summary = 'Unified way to take all of the log messages and direct them to the right place.'
14
- spec.description = 'Unified way to take all of the log messages and direct them to the right place.'
15
- spec.homepage = 'https://github.com/prschmid/bellman'
16
- spec.license = 'MIT'
17
-
18
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the
19
- # 'allowed_push_host' to allow pushing to a single host or delete this
20
- # section to allow pushing to any host.
21
- if spec.respond_to?(:metadata)
22
- spec.metadata['homepage_uri'] = spec.homepage
23
- spec.metadata['source_code_uri'] = 'https://github.com/prschmid/bellman'
24
- spec.metadata['changelog_uri'] = 'https://github.com/prschmid/bellman'
25
- else
26
- raise 'RubyGems 2.0 or newer is required to protect against ' \
27
- 'public gem pushes.'
28
- end
29
-
30
- # Specify which files should be added to the gem when it is released.
31
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
32
- spec.files = Dir.chdir(__dir__) do
33
- `git ls-files -z`.split("\x0").reject do |f|
34
- (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
35
- end
36
- end
37
- spec.bindir = 'exe'
38
- spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
39
- spec.require_paths = ['lib']
40
-
41
- spec.required_ruby_version = '>= 3.2'
42
-
43
- spec.add_runtime_dependency('activerecord', '> 4.2.0')
44
- spec.add_runtime_dependency('activesupport', '> 4.2.0')
45
- spec.metadata['rubygems_mfa_required'] = 'true'
46
- end