rails_exception_handler 2.4.7 → 2.4.8

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: 6a891f068c02e7f03a29e51e6a9ca9abf3de118251374e04fdb8731e0a774cdf
4
- data.tar.gz: a7e59d53ea849f990ccf8404a90b6a730e3e7b03c88bb1657139a44e8d3b9472
3
+ metadata.gz: e356e9ac019f0c7661fe99e10918945306f4ca99e181c0d4c14f66c5b66e4776
4
+ data.tar.gz: 9b6eb2a7bea1e33ca39bf232be0ec4bf4b1e175025364530f80fc5720277400e
5
5
  SHA512:
6
- metadata.gz: aa4e815cf24f7d6876021b3ad493b5f86bf41e4300dbd322cc2307161616a008d4ce32a8e537bed3dac25136d50b1e30807bc93f4a02884cd9e4f9c8686ea373
7
- data.tar.gz: ddcb27603fb97ed5ae86aa61b8d634ae7a92541339fac4dff6cb1fb69d4f3ff1fefb93d134f779f3054095d3adeed104146ba2958b0ed62e2bd26ac12bb4180c
6
+ metadata.gz: e061e6ecabb90d7ece12e6b8771770e53f595499df9ef93056a089a95478a906c8c9664411c76555341335f4958a04d83e421ee4e70bf88dcd57144a61880c09
7
+ data.tar.gz: 4901ae3ecec03a9e0828f59fda7b5f6a5f0de98c8d2632add0f153e6ebf8af237549be98c111066dff81b4ac65aed5221940205a9131606bb9128fbdc4f967a4
data/Gemfile CHANGED
@@ -27,11 +27,16 @@ group :test, :development do
27
27
  #gem "rack-test", '1.1.0'
28
28
  #gem "sqlite3", "~> 1.4"
29
29
 
30
- #gem "rails", '6.1.4.7'
30
+ #gem "rails", '6.1.7.6'
31
31
  #gem "rack-test", '1.1.0'
32
32
  #gem "sqlite3", "~> 1.4"
33
33
 
34
- gem "rails", '7.0.2.4'
34
+ #gem "rails", '7.0.8'
35
+ #gem "sprockets-rails"
36
+ #gem "rack-test", '1.1.0'
37
+ #gem "sqlite3", "~> 1.4"
38
+
39
+ gem "rails", '7.1.0'
35
40
  gem "sprockets-rails"
36
41
  gem "rack-test", '1.1.0'
37
42
  gem "sqlite3", "~> 1.4"
data/Gemfile.lock CHANGED
@@ -18,88 +18,101 @@ GIT
18
18
  PATH
19
19
  remote: .
20
20
  specs:
21
- rails_exception_handler (2.4.7)
21
+ rails_exception_handler (2.4.8)
22
22
 
23
23
  GEM
24
24
  remote: http://rubygems.org/
25
25
  specs:
26
- actioncable (7.0.2.4)
27
- actionpack (= 7.0.2.4)
28
- activesupport (= 7.0.2.4)
26
+ actioncable (7.1.0)
27
+ actionpack (= 7.1.0)
28
+ activesupport (= 7.1.0)
29
29
  nio4r (~> 2.0)
30
30
  websocket-driver (>= 0.6.1)
31
- actionmailbox (7.0.2.4)
32
- actionpack (= 7.0.2.4)
33
- activejob (= 7.0.2.4)
34
- activerecord (= 7.0.2.4)
35
- activestorage (= 7.0.2.4)
36
- activesupport (= 7.0.2.4)
31
+ zeitwerk (~> 2.6)
32
+ actionmailbox (7.1.0)
33
+ actionpack (= 7.1.0)
34
+ activejob (= 7.1.0)
35
+ activerecord (= 7.1.0)
36
+ activestorage (= 7.1.0)
37
+ activesupport (= 7.1.0)
37
38
  mail (>= 2.7.1)
38
39
  net-imap
39
40
  net-pop
40
41
  net-smtp
41
- actionmailer (7.0.2.4)
42
- actionpack (= 7.0.2.4)
43
- actionview (= 7.0.2.4)
44
- activejob (= 7.0.2.4)
45
- activesupport (= 7.0.2.4)
42
+ actionmailer (7.1.0)
43
+ actionpack (= 7.1.0)
44
+ actionview (= 7.1.0)
45
+ activejob (= 7.1.0)
46
+ activesupport (= 7.1.0)
46
47
  mail (~> 2.5, >= 2.5.4)
47
48
  net-imap
48
49
  net-pop
49
50
  net-smtp
50
- rails-dom-testing (~> 2.0)
51
- actionpack (7.0.2.4)
52
- actionview (= 7.0.2.4)
53
- activesupport (= 7.0.2.4)
54
- rack (~> 2.0, >= 2.2.0)
51
+ rails-dom-testing (~> 2.2)
52
+ actionpack (7.1.0)
53
+ actionview (= 7.1.0)
54
+ activesupport (= 7.1.0)
55
+ nokogiri (>= 1.8.5)
56
+ rack (>= 2.2.4)
57
+ rack-session (>= 1.0.1)
55
58
  rack-test (>= 0.6.3)
56
- rails-dom-testing (~> 2.0)
57
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
58
- actiontext (7.0.2.4)
59
- actionpack (= 7.0.2.4)
60
- activerecord (= 7.0.2.4)
61
- activestorage (= 7.0.2.4)
62
- activesupport (= 7.0.2.4)
59
+ rails-dom-testing (~> 2.2)
60
+ rails-html-sanitizer (~> 1.6)
61
+ actiontext (7.1.0)
62
+ actionpack (= 7.1.0)
63
+ activerecord (= 7.1.0)
64
+ activestorage (= 7.1.0)
65
+ activesupport (= 7.1.0)
63
66
  globalid (>= 0.6.0)
64
67
  nokogiri (>= 1.8.5)
65
- actionview (7.0.2.4)
66
- activesupport (= 7.0.2.4)
68
+ actionview (7.1.0)
69
+ activesupport (= 7.1.0)
67
70
  builder (~> 3.1)
68
- erubi (~> 1.4)
69
- rails-dom-testing (~> 2.0)
70
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
71
- activejob (7.0.2.4)
72
- activesupport (= 7.0.2.4)
71
+ erubi (~> 1.11)
72
+ rails-dom-testing (~> 2.2)
73
+ rails-html-sanitizer (~> 1.6)
74
+ activejob (7.1.0)
75
+ activesupport (= 7.1.0)
73
76
  globalid (>= 0.3.6)
74
- activemodel (7.0.2.4)
75
- activesupport (= 7.0.2.4)
76
- activerecord (7.0.2.4)
77
- activemodel (= 7.0.2.4)
78
- activesupport (= 7.0.2.4)
79
- activestorage (7.0.2.4)
80
- actionpack (= 7.0.2.4)
81
- activejob (= 7.0.2.4)
82
- activerecord (= 7.0.2.4)
83
- activesupport (= 7.0.2.4)
77
+ activemodel (7.1.0)
78
+ activesupport (= 7.1.0)
79
+ activerecord (7.1.0)
80
+ activemodel (= 7.1.0)
81
+ activesupport (= 7.1.0)
82
+ timeout (>= 0.4.0)
83
+ activestorage (7.1.0)
84
+ actionpack (= 7.1.0)
85
+ activejob (= 7.1.0)
86
+ activerecord (= 7.1.0)
87
+ activesupport (= 7.1.0)
84
88
  marcel (~> 1.0)
85
- mini_mime (>= 1.1.0)
86
- activesupport (7.0.2.4)
89
+ activesupport (7.1.0)
90
+ base64
91
+ bigdecimal
87
92
  concurrent-ruby (~> 1.0, >= 1.0.2)
93
+ connection_pool (>= 2.2.5)
94
+ drb
88
95
  i18n (>= 1.6, < 2)
89
96
  minitest (>= 5.1)
97
+ mutex_m
90
98
  tzinfo (~> 2.0)
91
- addressable (2.8.0)
92
- public_suffix (>= 2.0.2, < 5.0)
99
+ addressable (2.8.5)
100
+ public_suffix (>= 2.0.2, < 6.0)
101
+ base64 (0.1.1)
102
+ bigdecimal (3.1.4)
93
103
  builder (3.2.4)
94
104
  coderay (1.1.3)
95
- concurrent-ruby (1.1.10)
105
+ concurrent-ruby (1.2.2)
106
+ connection_pool (2.4.1)
96
107
  crass (1.0.6)
108
+ date (3.3.3)
97
109
  descendants_tracker (0.0.4)
98
110
  thread_safe (~> 0.3, >= 0.3.1)
99
111
  diff-lcs (1.5.0)
100
- digest (3.1.0)
101
- erubi (1.10.0)
102
- faraday (1.10.0)
112
+ drb (2.1.1)
113
+ ruby2_keywords
114
+ erubi (1.12.0)
115
+ faraday (1.10.3)
103
116
  faraday-em_http (~> 1.0)
104
117
  faraday-em_synchrony (~> 1.0)
105
118
  faraday-excon (~> 1.1)
@@ -115,14 +128,15 @@ GEM
115
128
  faraday-em_synchrony (1.0.0)
116
129
  faraday-excon (1.1.0)
117
130
  faraday-httpclient (1.0.1)
118
- faraday-multipart (1.0.3)
119
- multipart-post (>= 1.2, < 3)
131
+ faraday-multipart (1.0.4)
132
+ multipart-post (~> 2)
120
133
  faraday-net_http (1.0.1)
121
134
  faraday-net_http_persistent (1.2.0)
122
135
  faraday-patron (1.0.0)
123
136
  faraday-rack (1.0.0)
124
137
  faraday-retry (1.0.3)
125
- git (1.11.0)
138
+ git (1.18.0)
139
+ addressable (~> 2.8)
126
140
  rchardet (~> 1.8)
127
141
  github_api (0.19.0)
128
142
  addressable (~> 2.4)
@@ -130,98 +144,111 @@ GEM
130
144
  faraday (>= 0.8, < 2)
131
145
  hashie (~> 3.5, >= 3.5.2)
132
146
  oauth2 (~> 1.0)
133
- globalid (1.0.0)
134
- activesupport (>= 5.0)
147
+ globalid (1.2.1)
148
+ activesupport (>= 6.1)
135
149
  hashie (3.6.0)
136
- highline (2.0.3)
137
- i18n (1.10.0)
150
+ highline (2.1.0)
151
+ i18n (1.14.1)
138
152
  concurrent-ruby (~> 1.0)
139
- jwt (2.3.0)
153
+ io-console (0.6.0)
154
+ irb (1.8.1)
155
+ rdoc
156
+ reline (>= 0.3.8)
157
+ jwt (2.7.1)
140
158
  kamelcase (0.0.2)
141
159
  semver2 (~> 3)
142
- loofah (2.17.0)
160
+ loofah (2.21.3)
143
161
  crass (~> 1.0.2)
144
- nokogiri (>= 1.5.9)
145
- mail (2.7.1)
162
+ nokogiri (>= 1.12.0)
163
+ mail (2.8.1)
146
164
  mini_mime (>= 0.1.1)
165
+ net-imap
166
+ net-pop
167
+ net-smtp
147
168
  marcel (1.0.2)
148
169
  method_source (1.0.0)
149
- mini_mime (1.1.2)
150
- minitest (5.15.0)
170
+ mini_mime (1.1.5)
171
+ minitest (5.20.0)
151
172
  multi_json (1.15.0)
152
173
  multi_xml (0.6.0)
153
- multipart-post (2.1.1)
154
- net-imap (0.2.3)
155
- digest
174
+ multipart-post (2.3.0)
175
+ mutex_m (0.1.2)
176
+ net-imap (0.4.0)
177
+ date
156
178
  net-protocol
157
- strscan
158
- net-pop (0.1.1)
159
- digest
179
+ net-pop (0.1.2)
160
180
  net-protocol
181
+ net-protocol (0.2.1)
161
182
  timeout
162
- net-protocol (0.1.3)
163
- timeout
164
- net-smtp (0.3.1)
165
- digest
183
+ net-smtp (0.4.0)
166
184
  net-protocol
167
- timeout
168
- nio4r (2.5.8)
169
- nokogiri (1.13.4-x86_64-linux)
185
+ nio4r (2.5.9)
186
+ nokogiri (1.15.4-x86_64-linux)
170
187
  racc (~> 1.4)
171
- oauth2 (1.4.9)
188
+ oauth2 (1.4.11)
172
189
  faraday (>= 0.17.3, < 3.0)
173
190
  jwt (>= 1.0, < 3.0)
174
191
  multi_json (~> 1.3)
175
192
  multi_xml (~> 0.5)
176
- rack (>= 1.2, < 3)
177
- pry (0.14.1)
193
+ rack (>= 1.2, < 4)
194
+ pry (0.14.2)
178
195
  coderay (~> 1.1)
179
196
  method_source (~> 1.0)
180
- psych (4.0.3)
197
+ psych (5.1.0)
181
198
  stringio
182
- public_suffix (4.0.7)
183
- racc (1.6.0)
184
- rack (2.2.3)
199
+ public_suffix (5.0.3)
200
+ racc (1.7.1)
201
+ rack (2.2.8)
202
+ rack-session (1.0.1)
203
+ rack (< 3)
185
204
  rack-test (1.1.0)
186
205
  rack (>= 1.0, < 3)
187
- rails (7.0.2.4)
188
- actioncable (= 7.0.2.4)
189
- actionmailbox (= 7.0.2.4)
190
- actionmailer (= 7.0.2.4)
191
- actionpack (= 7.0.2.4)
192
- actiontext (= 7.0.2.4)
193
- actionview (= 7.0.2.4)
194
- activejob (= 7.0.2.4)
195
- activemodel (= 7.0.2.4)
196
- activerecord (= 7.0.2.4)
197
- activestorage (= 7.0.2.4)
198
- activesupport (= 7.0.2.4)
206
+ rackup (1.0.0)
207
+ rack (< 3)
208
+ webrick
209
+ rails (7.1.0)
210
+ actioncable (= 7.1.0)
211
+ actionmailbox (= 7.1.0)
212
+ actionmailer (= 7.1.0)
213
+ actionpack (= 7.1.0)
214
+ actiontext (= 7.1.0)
215
+ actionview (= 7.1.0)
216
+ activejob (= 7.1.0)
217
+ activemodel (= 7.1.0)
218
+ activerecord (= 7.1.0)
219
+ activestorage (= 7.1.0)
220
+ activesupport (= 7.1.0)
199
221
  bundler (>= 1.15.0)
200
- railties (= 7.0.2.4)
201
- rails-dom-testing (2.0.3)
202
- activesupport (>= 4.2.0)
222
+ railties (= 7.1.0)
223
+ rails-dom-testing (2.2.0)
224
+ activesupport (>= 5.0.0)
225
+ minitest
203
226
  nokogiri (>= 1.6)
204
- rails-html-sanitizer (1.4.2)
205
- loofah (~> 2.3)
206
- railties (7.0.2.4)
207
- actionpack (= 7.0.2.4)
208
- activesupport (= 7.0.2.4)
209
- method_source
227
+ rails-html-sanitizer (1.6.0)
228
+ loofah (~> 2.21)
229
+ nokogiri (~> 1.14)
230
+ railties (7.1.0)
231
+ actionpack (= 7.1.0)
232
+ activesupport (= 7.1.0)
233
+ irb
234
+ rackup (>= 1.0.0)
210
235
  rake (>= 12.2)
211
- thor (~> 1.0)
212
- zeitwerk (~> 2.5)
236
+ thor (~> 1.0, >= 1.2.2)
237
+ zeitwerk (~> 2.6)
213
238
  rake (13.0.6)
214
239
  rchardet (1.8.0)
215
- rdoc (6.4.0)
240
+ rdoc (6.5.0)
216
241
  psych (>= 4.0.0)
217
- rspec-core (3.11.0)
218
- rspec-support (~> 3.11.0)
219
- rspec-expectations (3.11.0)
242
+ reline (0.3.9)
243
+ io-console (~> 0.5)
244
+ rspec-core (3.12.2)
245
+ rspec-support (~> 3.12.0)
246
+ rspec-expectations (3.12.3)
220
247
  diff-lcs (>= 1.2.0, < 2.0)
221
- rspec-support (~> 3.11.0)
222
- rspec-mocks (3.11.1)
248
+ rspec-support (~> 3.12.0)
249
+ rspec-mocks (3.12.6)
223
250
  diff-lcs (>= 1.2.0, < 2.0)
224
- rspec-support (~> 3.11.0)
251
+ rspec-support (~> 3.12.0)
225
252
  rspec-rails (4.1.2)
226
253
  actionpack (>= 4.2)
227
254
  activesupport (>= 4.2)
@@ -230,28 +257,28 @@ GEM
230
257
  rspec-expectations (~> 3.10)
231
258
  rspec-mocks (~> 3.10)
232
259
  rspec-support (~> 3.10)
233
- rspec-support (3.11.0)
260
+ rspec-support (3.12.1)
234
261
  ruby2_keywords (0.0.5)
235
262
  semver2 (3.4.2)
236
- sprockets (4.0.3)
263
+ sprockets (4.2.1)
237
264
  concurrent-ruby (~> 1.0)
238
- rack (> 1, < 3)
265
+ rack (>= 2.2.4, < 4)
239
266
  sprockets-rails (3.4.2)
240
267
  actionpack (>= 5.2)
241
268
  activesupport (>= 5.2)
242
269
  sprockets (>= 3.0.0)
243
- sqlite3 (1.4.2)
244
- stringio (3.0.1)
245
- strscan (3.0.1)
246
- thor (1.2.1)
270
+ sqlite3 (1.6.6-x86_64-linux)
271
+ stringio (3.0.8)
272
+ thor (1.2.2)
247
273
  thread_safe (0.3.6)
248
- timeout (0.2.0)
249
- tzinfo (2.0.4)
274
+ timeout (0.4.0)
275
+ tzinfo (2.0.6)
250
276
  concurrent-ruby (~> 1.0)
251
- websocket-driver (0.7.5)
277
+ webrick (1.8.1)
278
+ websocket-driver (0.7.6)
252
279
  websocket-extensions (>= 0.1.0)
253
280
  websocket-extensions (0.1.5)
254
- zeitwerk (2.5.4)
281
+ zeitwerk (2.6.12)
255
282
 
256
283
  PLATFORMS
257
284
  x86_64-linux
@@ -260,14 +287,14 @@ DEPENDENCIES
260
287
  juwelier!
261
288
  pry
262
289
  rack-test (= 1.1.0)
263
- rails (= 7.0.2.4)
290
+ rails (= 7.1.0)
264
291
  rails_exception_handler!
265
292
  rspec-rails (= 4.1.2)
266
293
  sprockets-rails
267
294
  sqlite3 (~> 1.4)
268
295
 
269
296
  RUBY VERSION
270
- ruby 3.0.3p157
297
+ ruby 3.2.2p53
271
298
 
272
299
  BUNDLED WITH
273
- 2.3.12
300
+ 2.4.20
data/HISTORY CHANGED
@@ -1,5 +1,8 @@
1
1
  CHANGELOG
2
2
 
3
+ v2.4.8 October 8th 2023
4
+ - Rails 7.1 compatibility
5
+
3
6
  v2.4.7 May 13th 2023
4
7
  - Ruby 3.2 compatibility
5
8
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.4.7
1
+ 2.4.8
@@ -5,6 +5,7 @@ class RailsExceptionHandler::Parser
5
5
  @env = env
6
6
  @request = request
7
7
  @exception = exception
8
+ @exception = exception.exception if @exception.class.to_s == "ActionDispatch::ExceptionWrapper"
8
9
  @controller = controller
9
10
  @external_info = {}
10
11
  @internal_info = {}
@@ -2,23 +2,22 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: rails_exception_handler 2.4.7 ruby lib
5
+ # stub: rails_exception_handler 2.4.8 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "rails_exception_handler".freeze
9
- s.version = "2.4.7"
9
+ s.version = "2.4.8"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["btrondsen".freeze]
14
- s.date = "2023-06-13"
14
+ s.date = "2023-10-08"
15
15
  s.description = "".freeze
16
16
  s.email = "".freeze
17
17
  s.extra_rdoc_files = [
18
18
  "README.markdown"
19
19
  ]
20
20
  s.files = [
21
- ".ruby-version",
22
21
  ".travis.yml",
23
22
  "Gemfile",
24
23
  "Gemfile.lock",
@@ -99,16 +98,26 @@ Gem::Specification.new do |s|
99
98
  "spec/dummy_70/log/.keep",
100
99
  "spec/dummy_70/tmp/.keep",
101
100
  "spec/dummy_70/tmp/pids/.keep",
102
- "spec/dummy_70/tmp/storage/.keep"
101
+ "spec/dummy_70/tmp/storage/.keep",
102
+ "spec/dummy_71/.dockerignore",
103
+ "spec/dummy_71/app/assets/images/.keep",
104
+ "spec/dummy_71/app/controllers/concerns/.keep",
105
+ "spec/dummy_71/app/models/concerns/.keep",
106
+ "spec/dummy_71/lib/assets/.keep",
107
+ "spec/dummy_71/lib/tasks/.keep",
108
+ "spec/dummy_71/log/.keep",
109
+ "spec/dummy_71/tmp/.keep",
110
+ "spec/dummy_71/tmp/pids/.keep",
111
+ "spec/dummy_71/tmp/storage/.keep"
103
112
  ]
104
113
  s.homepage = "https://github.com/bjorntrondsen/rails_exception_handler".freeze
105
114
  s.licenses = ["MIT".freeze]
106
- s.rubygems_version = "3.4.6".freeze
115
+ s.rubygems_version = "3.4.20".freeze
107
116
  s.summary = "Highly customizable exception handling for Ruby on Rails".freeze
108
117
 
109
118
  s.specification_version = 4
110
119
 
111
- s.add_development_dependency(%q<rails>.freeze, ["= 7.0.2.4"])
120
+ s.add_development_dependency(%q<rails>.freeze, ["= 7.1.0"])
112
121
  s.add_development_dependency(%q<sprockets-rails>.freeze, [">= 0"])
113
122
  s.add_development_dependency(%q<rack-test>.freeze, ["= 1.1.0"])
114
123
  s.add_development_dependency(%q<sqlite3>.freeze, ["~> 1.4"])
@@ -0,0 +1,37 @@
1
+ # See https://docs.docker.com/engine/reference/builder/#dockerignore-file for more about ignoring files.
2
+
3
+ # Ignore git directory.
4
+ /.git/
5
+
6
+ # Ignore bundler config.
7
+ /.bundle
8
+
9
+ # Ignore all environment files (except templates).
10
+ /.env*
11
+ !/.env*.erb
12
+
13
+ # Ignore all default key files.
14
+ /config/master.key
15
+ /config/credentials/*.key
16
+
17
+ # Ignore all logfiles and tempfiles.
18
+ /log/*
19
+ /tmp/*
20
+ !/log/.keep
21
+ !/tmp/.keep
22
+
23
+ # Ignore pidfiles, but keep the directory.
24
+ /tmp/pids/*
25
+ !/tmp/pids/.keep
26
+
27
+ # Ignore storage (uploaded files in development and any SQLite databases).
28
+ /storage/*
29
+ !/storage/.keep
30
+ /tmp/storage/*
31
+ !/tmp/storage/.keep
32
+
33
+ # Ignore assets.
34
+ /node_modules/
35
+ /app/assets/builds/*
36
+ !/app/assets/builds/.keep
37
+ /public/assets
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_exception_handler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.7
4
+ version: 2.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - btrondsen
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-13 00:00:00.000000000 Z
11
+ date: 2023-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 7.0.2.4
19
+ version: 7.1.0
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 7.0.2.4
26
+ version: 7.1.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sprockets-rails
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -129,7 +129,6 @@ extensions: []
129
129
  extra_rdoc_files:
130
130
  - README.markdown
131
131
  files:
132
- - ".ruby-version"
133
132
  - ".travis.yml"
134
133
  - Gemfile
135
134
  - Gemfile.lock
@@ -211,11 +210,21 @@ files:
211
210
  - spec/dummy_70/tmp/.keep
212
211
  - spec/dummy_70/tmp/pids/.keep
213
212
  - spec/dummy_70/tmp/storage/.keep
213
+ - spec/dummy_71/.dockerignore
214
+ - spec/dummy_71/app/assets/images/.keep
215
+ - spec/dummy_71/app/controllers/concerns/.keep
216
+ - spec/dummy_71/app/models/concerns/.keep
217
+ - spec/dummy_71/lib/assets/.keep
218
+ - spec/dummy_71/lib/tasks/.keep
219
+ - spec/dummy_71/log/.keep
220
+ - spec/dummy_71/tmp/.keep
221
+ - spec/dummy_71/tmp/pids/.keep
222
+ - spec/dummy_71/tmp/storage/.keep
214
223
  homepage: https://github.com/bjorntrondsen/rails_exception_handler
215
224
  licenses:
216
225
  - MIT
217
226
  metadata: {}
218
- post_install_message:
227
+ post_install_message:
219
228
  rdoc_options: []
220
229
  require_paths:
221
230
  - lib
@@ -230,8 +239,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
230
239
  - !ruby/object:Gem::Version
231
240
  version: '0'
232
241
  requirements: []
233
- rubygems_version: 3.4.6
234
- signing_key:
242
+ rubygems_version: 3.4.20
243
+ signing_key:
235
244
  specification_version: 4
236
245
  summary: Highly customizable exception handling for Ruby on Rails
237
246
  test_files: []
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- 3.0.3