rails_exception_handler 2.4.9 → 2.4.11

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: 03bc3832862f9a095c4f6b009d9d033a04a30fdfe9885c509d46bf851a497b69
4
- data.tar.gz: f21945c716376857c24ebb6036cced20a5293c83f17b74e215ad64056fe00676
3
+ metadata.gz: 1b745ad14973b7c869e30d6df2dbe176dfd4858d84203437f110ef2ca8744ade
4
+ data.tar.gz: 63f8222cfd53de93c6cf04ef2198e068cc5b791eef1fd6d4c8ddadcc5d76ebab
5
5
  SHA512:
6
- metadata.gz: 5c8f3c5eafae6875a53488ff0402590e5f9295c3a1a42dabb8c8387a21ffc45073a307da852c7f7beda8a3e483cc9674d5e96c8637a8844ece4924e0a796c28b
7
- data.tar.gz: 40fa9f1e322594418e1142e3d7ed1f6f90c4ee5fd9ca31d191586cb5868e4b4836be4a44515fa01e979ab223dd02889721c39c7a2f47386c9b5517b3a76835e9
6
+ metadata.gz: aad55df6ca95e09bdeda31c2682edc22ca453c09207a6b5d9615e00da7e2300aa3200cdee76f78cc5090d29e1705ca27a530ea62965613520f8b862213a666be
7
+ data.tar.gz: 1c72cb0fc9c5f9645409972476c603e2308a203b3de005f4a4147d6261890238f8c10ac4b1529eda3a265416138f67dcfc8447bfd97104c51cdbc978f4555e65
data/Gemfile CHANGED
@@ -36,10 +36,15 @@ group :test, :development do
36
36
  #gem "rack-test", '1.1.0'
37
37
  #gem "sqlite3", "~> 1.4"
38
38
 
39
- gem "rails", '7.1.1'
39
+ # gem "rails", '7.2.2'
40
+ # gem "sprockets-rails"
41
+ # gem "rack-test", '1.1.0'
42
+ # gem "sqlite3", "~> 1.4"
43
+
44
+ gem "rails", '8.1.0'
40
45
  gem "sprockets-rails"
41
46
  gem "rack-test", '1.1.0'
42
- gem "sqlite3", "~> 1.4"
47
+ gem "sqlite3", "~> 2.0"
43
48
 
44
49
 
45
50
  gem "juwelier", git: "git@github.com:flajann2/juwelier.git"
data/Gemfile.lock CHANGED
@@ -18,100 +18,100 @@ GIT
18
18
  PATH
19
19
  remote: .
20
20
  specs:
21
- rails_exception_handler (2.4.9)
21
+ rails_exception_handler (2.4.11)
22
22
 
23
23
  GEM
24
24
  remote: http://rubygems.org/
25
25
  specs:
26
- actioncable (7.1.1)
27
- actionpack (= 7.1.1)
28
- activesupport (= 7.1.1)
26
+ action_text-trix (2.1.15)
27
+ railties
28
+ actioncable (8.1.0)
29
+ actionpack (= 8.1.0)
30
+ activesupport (= 8.1.0)
29
31
  nio4r (~> 2.0)
30
32
  websocket-driver (>= 0.6.1)
31
33
  zeitwerk (~> 2.6)
32
- actionmailbox (7.1.1)
33
- actionpack (= 7.1.1)
34
- activejob (= 7.1.1)
35
- activerecord (= 7.1.1)
36
- activestorage (= 7.1.1)
37
- activesupport (= 7.1.1)
38
- mail (>= 2.7.1)
39
- net-imap
40
- net-pop
41
- net-smtp
42
- actionmailer (7.1.1)
43
- actionpack (= 7.1.1)
44
- actionview (= 7.1.1)
45
- activejob (= 7.1.1)
46
- activesupport (= 7.1.1)
47
- mail (~> 2.5, >= 2.5.4)
48
- net-imap
49
- net-pop
50
- net-smtp
34
+ actionmailbox (8.1.0)
35
+ actionpack (= 8.1.0)
36
+ activejob (= 8.1.0)
37
+ activerecord (= 8.1.0)
38
+ activestorage (= 8.1.0)
39
+ activesupport (= 8.1.0)
40
+ mail (>= 2.8.0)
41
+ actionmailer (8.1.0)
42
+ actionpack (= 8.1.0)
43
+ actionview (= 8.1.0)
44
+ activejob (= 8.1.0)
45
+ activesupport (= 8.1.0)
46
+ mail (>= 2.8.0)
51
47
  rails-dom-testing (~> 2.2)
52
- actionpack (7.1.1)
53
- actionview (= 7.1.1)
54
- activesupport (= 7.1.1)
48
+ actionpack (8.1.0)
49
+ actionview (= 8.1.0)
50
+ activesupport (= 8.1.0)
55
51
  nokogiri (>= 1.8.5)
56
52
  rack (>= 2.2.4)
57
53
  rack-session (>= 1.0.1)
58
54
  rack-test (>= 0.6.3)
59
55
  rails-dom-testing (~> 2.2)
60
56
  rails-html-sanitizer (~> 1.6)
61
- actiontext (7.1.1)
62
- actionpack (= 7.1.1)
63
- activerecord (= 7.1.1)
64
- activestorage (= 7.1.1)
65
- activesupport (= 7.1.1)
57
+ useragent (~> 0.16)
58
+ actiontext (8.1.0)
59
+ action_text-trix (~> 2.1.15)
60
+ actionpack (= 8.1.0)
61
+ activerecord (= 8.1.0)
62
+ activestorage (= 8.1.0)
63
+ activesupport (= 8.1.0)
66
64
  globalid (>= 0.6.0)
67
65
  nokogiri (>= 1.8.5)
68
- actionview (7.1.1)
69
- activesupport (= 7.1.1)
66
+ actionview (8.1.0)
67
+ activesupport (= 8.1.0)
70
68
  builder (~> 3.1)
71
69
  erubi (~> 1.11)
72
70
  rails-dom-testing (~> 2.2)
73
71
  rails-html-sanitizer (~> 1.6)
74
- activejob (7.1.1)
75
- activesupport (= 7.1.1)
72
+ activejob (8.1.0)
73
+ activesupport (= 8.1.0)
76
74
  globalid (>= 0.3.6)
77
- activemodel (7.1.1)
78
- activesupport (= 7.1.1)
79
- activerecord (7.1.1)
80
- activemodel (= 7.1.1)
81
- activesupport (= 7.1.1)
75
+ activemodel (8.1.0)
76
+ activesupport (= 8.1.0)
77
+ activerecord (8.1.0)
78
+ activemodel (= 8.1.0)
79
+ activesupport (= 8.1.0)
82
80
  timeout (>= 0.4.0)
83
- activestorage (7.1.1)
84
- actionpack (= 7.1.1)
85
- activejob (= 7.1.1)
86
- activerecord (= 7.1.1)
87
- activesupport (= 7.1.1)
81
+ activestorage (8.1.0)
82
+ actionpack (= 8.1.0)
83
+ activejob (= 8.1.0)
84
+ activerecord (= 8.1.0)
85
+ activesupport (= 8.1.0)
88
86
  marcel (~> 1.0)
89
- activesupport (7.1.1)
87
+ activesupport (8.1.0)
90
88
  base64
91
89
  bigdecimal
92
- concurrent-ruby (~> 1.0, >= 1.0.2)
90
+ concurrent-ruby (~> 1.0, >= 1.3.1)
93
91
  connection_pool (>= 2.2.5)
94
92
  drb
95
93
  i18n (>= 1.6, < 2)
94
+ json
95
+ logger (>= 1.4.2)
96
96
  minitest (>= 5.1)
97
- mutex_m
98
- tzinfo (~> 2.0)
97
+ securerandom (>= 0.3)
98
+ tzinfo (~> 2.0, >= 2.0.5)
99
+ uri (>= 0.13.1)
99
100
  addressable (2.8.5)
100
101
  public_suffix (>= 2.0.2, < 6.0)
101
- base64 (0.1.1)
102
- bigdecimal (3.1.4)
103
- builder (3.2.4)
102
+ base64 (0.2.0)
103
+ bigdecimal (3.1.8)
104
+ builder (3.3.0)
104
105
  coderay (1.1.3)
105
- concurrent-ruby (1.2.2)
106
+ concurrent-ruby (1.3.4)
106
107
  connection_pool (2.4.1)
107
108
  crass (1.0.6)
108
- date (3.3.3)
109
+ date (3.5.0)
109
110
  descendants_tracker (0.0.4)
110
111
  thread_safe (~> 0.3, >= 0.3.1)
111
112
  diff-lcs (1.5.0)
112
- drb (2.1.1)
113
- ruby2_keywords
114
- erubi (1.12.0)
113
+ drb (2.2.1)
114
+ erubi (1.13.0)
115
115
  faraday (1.10.3)
116
116
  faraday-em_http (~> 1.0)
117
117
  faraday-em_synchrony (~> 1.0)
@@ -144,46 +144,50 @@ GEM
144
144
  faraday (>= 0.8, < 2)
145
145
  hashie (~> 3.5, >= 3.5.2)
146
146
  oauth2 (~> 1.0)
147
- globalid (1.2.1)
147
+ globalid (1.3.0)
148
148
  activesupport (>= 6.1)
149
149
  hashie (3.6.0)
150
150
  highline (2.1.0)
151
- i18n (1.14.1)
151
+ i18n (1.14.6)
152
152
  concurrent-ruby (~> 1.0)
153
- io-console (0.6.0)
154
- irb (1.8.3)
155
- rdoc
156
- reline (>= 0.3.8)
153
+ io-console (0.7.2)
154
+ irb (1.14.1)
155
+ rdoc (>= 4.0.0)
156
+ reline (>= 0.4.2)
157
+ json (2.15.2)
157
158
  jwt (2.7.1)
158
159
  kamelcase (0.0.2)
159
160
  semver2 (~> 3)
160
- loofah (2.21.4)
161
+ logger (1.6.1)
162
+ loofah (2.23.1)
161
163
  crass (~> 1.0.2)
162
164
  nokogiri (>= 1.12.0)
163
- mail (2.8.1)
165
+ mail (2.9.0)
166
+ logger
164
167
  mini_mime (>= 0.1.1)
165
168
  net-imap
166
169
  net-pop
167
170
  net-smtp
168
- marcel (1.0.2)
171
+ marcel (1.1.0)
169
172
  method_source (1.0.0)
170
173
  mini_mime (1.1.5)
171
- minitest (5.20.0)
174
+ mini_portile2 (2.8.8)
175
+ minitest (5.25.1)
172
176
  multi_json (1.15.0)
173
177
  multi_xml (0.6.0)
174
178
  multipart-post (2.3.0)
175
- mutex_m (0.1.2)
176
- net-imap (0.4.4)
179
+ net-imap (0.5.12)
177
180
  date
178
181
  net-protocol
179
182
  net-pop (0.1.2)
180
183
  net-protocol
181
- net-protocol (0.2.1)
184
+ net-protocol (0.2.2)
182
185
  timeout
183
- net-smtp (0.4.0)
186
+ net-smtp (0.5.1)
184
187
  net-protocol
185
- nio4r (2.5.9)
186
- nokogiri (1.15.4-x86_64-linux)
188
+ nio4r (2.7.5)
189
+ nokogiri (1.16.7)
190
+ mini_portile2 (~> 2.8.2)
187
191
  racc (~> 1.4)
188
192
  oauth2 (1.4.11)
189
193
  faraday (>= 0.17.3, < 3.0)
@@ -194,32 +198,32 @@ GEM
194
198
  pry (0.14.2)
195
199
  coderay (~> 1.1)
196
200
  method_source (~> 1.0)
197
- psych (5.1.1.1)
201
+ psych (5.2.0)
198
202
  stringio
199
203
  public_suffix (5.0.3)
200
- racc (1.7.3)
201
- rack (2.2.8)
202
- rack-session (1.0.1)
204
+ racc (1.8.1)
205
+ rack (2.2.10)
206
+ rack-session (1.0.2)
203
207
  rack (< 3)
204
208
  rack-test (1.1.0)
205
209
  rack (>= 1.0, < 3)
206
- rackup (1.0.0)
210
+ rackup (1.0.1)
207
211
  rack (< 3)
208
212
  webrick
209
- rails (7.1.1)
210
- actioncable (= 7.1.1)
211
- actionmailbox (= 7.1.1)
212
- actionmailer (= 7.1.1)
213
- actionpack (= 7.1.1)
214
- actiontext (= 7.1.1)
215
- actionview (= 7.1.1)
216
- activejob (= 7.1.1)
217
- activemodel (= 7.1.1)
218
- activerecord (= 7.1.1)
219
- activestorage (= 7.1.1)
220
- activesupport (= 7.1.1)
213
+ rails (8.1.0)
214
+ actioncable (= 8.1.0)
215
+ actionmailbox (= 8.1.0)
216
+ actionmailer (= 8.1.0)
217
+ actionpack (= 8.1.0)
218
+ actiontext (= 8.1.0)
219
+ actionview (= 8.1.0)
220
+ activejob (= 8.1.0)
221
+ activemodel (= 8.1.0)
222
+ activerecord (= 8.1.0)
223
+ activestorage (= 8.1.0)
224
+ activesupport (= 8.1.0)
221
225
  bundler (>= 1.15.0)
222
- railties (= 7.1.1)
226
+ railties (= 8.1.0)
223
227
  rails-dom-testing (2.2.0)
224
228
  activesupport (>= 5.0.0)
225
229
  minitest
@@ -227,19 +231,20 @@ GEM
227
231
  rails-html-sanitizer (1.6.0)
228
232
  loofah (~> 2.21)
229
233
  nokogiri (~> 1.14)
230
- railties (7.1.1)
231
- actionpack (= 7.1.1)
232
- activesupport (= 7.1.1)
233
- irb
234
+ railties (8.1.0)
235
+ actionpack (= 8.1.0)
236
+ activesupport (= 8.1.0)
237
+ irb (~> 1.13)
234
238
  rackup (>= 1.0.0)
235
239
  rake (>= 12.2)
236
240
  thor (~> 1.0, >= 1.2.2)
241
+ tsort (>= 0.2)
237
242
  zeitwerk (~> 2.6)
238
- rake (13.1.0)
243
+ rake (13.2.1)
239
244
  rchardet (1.8.0)
240
- rdoc (6.5.0)
245
+ rdoc (6.7.0)
241
246
  psych (>= 4.0.0)
242
- reline (0.3.9)
247
+ reline (0.5.11)
243
248
  io-console (~> 0.5)
244
249
  rspec-core (3.12.2)
245
250
  rspec-support (~> 3.12.0)
@@ -259,6 +264,7 @@ GEM
259
264
  rspec-support (~> 3.12)
260
265
  rspec-support (3.12.1)
261
266
  ruby2_keywords (0.0.5)
267
+ securerandom (0.3.1)
262
268
  semver2 (3.4.2)
263
269
  sprockets (4.2.1)
264
270
  concurrent-ruby (~> 1.0)
@@ -267,18 +273,23 @@ GEM
267
273
  actionpack (>= 5.2)
268
274
  activesupport (>= 5.2)
269
275
  sprockets (>= 3.0.0)
270
- sqlite3 (1.6.8-x86_64-linux)
271
- stringio (3.0.8)
272
- thor (1.3.0)
276
+ sqlite3 (2.2.0)
277
+ mini_portile2 (~> 2.8.0)
278
+ stringio (3.1.2)
279
+ thor (1.3.2)
273
280
  thread_safe (0.3.6)
274
- timeout (0.4.0)
281
+ timeout (0.4.4)
282
+ tsort (0.2.0)
275
283
  tzinfo (2.0.6)
276
284
  concurrent-ruby (~> 1.0)
277
- webrick (1.8.1)
278
- websocket-driver (0.7.6)
285
+ uri (0.13.1)
286
+ useragent (0.16.10)
287
+ webrick (1.9.0)
288
+ websocket-driver (0.8.0)
289
+ base64
279
290
  websocket-extensions (>= 0.1.0)
280
291
  websocket-extensions (0.1.5)
281
- zeitwerk (2.6.12)
292
+ zeitwerk (2.7.1)
282
293
 
283
294
  PLATFORMS
284
295
  x86_64-linux
@@ -287,14 +298,14 @@ DEPENDENCIES
287
298
  juwelier!
288
299
  pry
289
300
  rack-test (= 1.1.0)
290
- rails (= 7.1.1)
301
+ rails (= 8.1.0)
291
302
  rails_exception_handler!
292
303
  rspec-rails (= 6.0.3)
293
304
  sprockets-rails
294
- sqlite3 (~> 1.4)
305
+ sqlite3 (~> 2.0)
295
306
 
296
307
  RUBY VERSION
297
- ruby 3.2.2p53
308
+ ruby 3.4.2p28
298
309
 
299
310
  BUNDLED WITH
300
311
  2.4.20
data/HISTORY CHANGED
@@ -1,5 +1,12 @@
1
1
  CHANGELOG
2
2
 
3
+ v2.4.11 November 2nd 2025
4
+ - Fix Docker loading error
5
+ - Add 8.1.0 testing
6
+
7
+ v2.4.10 April 10th 2025
8
+ - Fix Rails 8.0.2 compatibility
9
+
3
10
  v2.4.9 November 5th 2023
4
11
  - Fix Rails 7.1 deprecation warning
5
12
 
data/README.markdown CHANGED
@@ -1,6 +1,4 @@
1
- # Rails Exception Handler [![Build Status](https://travis-ci.org/Sharagoz/rails_exception_handler.png?branch=master)](http://travis-ci.org/#!/Sharagoz/rails_exception_handler)
2
-
3
- Upgrading from version 1? [See wiki](https://github.com/Sharagoz/rails_exception_handler/wiki/Version-2.0-upgrade-instructions)
1
+ # Rails Exception Handler
4
2
 
5
3
  This is a flexible exception handler for Rails intended for those who wish to create their own error tracking service. It is aimed at experienced Rails developers who are administrating more than just a couple of rails applications. Dont be intimidated if you're new to Rails though, it's not that hard to set up.
6
4
 
@@ -17,10 +15,7 @@ end
17
15
 
18
16
  ## Compatiblity
19
17
 
20
- The gem should work with all versions of Rails 3 - 7.
21
-
22
- See Travis-CI for info on which rubies it is tested against:
23
- http://travis-ci.org/#!/Sharagoz/rails_exception_handler
18
+ The gem should work with all versions of Rails 3 - 8.
24
19
 
25
20
  ## Installation
26
21
  Add the line below to your gemfile and run bundler
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.4.9
1
+ 2.4.11
@@ -73,7 +73,11 @@ class RailsExceptionHandler::Handler
73
73
  if(@request.xhr?)
74
74
  false
75
75
  else
76
- if Rails::VERSION::MAJOR > 5
76
+ if Gem::Version.new(Rails.version) > Gem::Version.new('8.0.1')
77
+ paths = @controller.view_paths
78
+ lookup_context = ActionView::LookupContext.new(paths)
79
+ default_layout = @controller.send(:_default_layout, lookup_context, [:html], [])
80
+ elsif Rails::VERSION::MAJOR > 5
77
81
  paths = @controller.view_paths
78
82
  lookup_context = ActionView::LookupContext.new(paths)
79
83
  default_layout = @controller.send(:_default_layout, lookup_context, [:html])
@@ -40,11 +40,11 @@ end
40
40
  class RailsExceptionHandler::Mongoid
41
41
  end
42
42
 
43
- require 'rails_exception_handler/configuration.rb'
44
- require 'rails_exception_handler/handler.rb'
45
- require 'rails_exception_handler/parser.rb'
46
- require 'rails_exception_handler/storage.rb'
47
- require 'rails_exception_handler/engine.rb'
48
- require 'rails_exception_handler/catcher.rb'
49
- require 'rails_exception_handler/fake_session.rb'
43
+ require_relative 'rails_exception_handler/configuration.rb'
44
+ require_relative 'rails_exception_handler/handler.rb'
45
+ require_relative 'rails_exception_handler/parser.rb'
46
+ require_relative 'rails_exception_handler/storage.rb'
47
+ require_relative 'rails_exception_handler/engine.rb'
48
+ require_relative 'rails_exception_handler/catcher.rb'
49
+ require_relative 'rails_exception_handler/fake_session.rb'
50
50
  require 'net/http'
@@ -2,16 +2,16 @@
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.9 ruby lib
5
+ # stub: rails_exception_handler 2.4.11 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "rails_exception_handler".freeze
9
- s.version = "2.4.9"
9
+ s.version = "2.4.11".freeze
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-11-05"
14
+ s.date = "2025-11-02"
15
15
  s.description = "".freeze
16
16
  s.email = "".freeze
17
17
  s.extra_rdoc_files = [
@@ -108,22 +108,30 @@ Gem::Specification.new do |s|
108
108
  "spec/dummy_71/log/.keep",
109
109
  "spec/dummy_71/tmp/.keep",
110
110
  "spec/dummy_71/tmp/pids/.keep",
111
- "spec/dummy_71/tmp/storage/.keep"
111
+ "spec/dummy_71/tmp/storage/.keep",
112
+ "spec/dummy_80/app/assets/images/.keep",
113
+ "spec/dummy_80/app/controllers/concerns/.keep",
114
+ "spec/dummy_80/app/models/concerns/.keep",
115
+ "spec/dummy_80/lib/tasks/.keep",
116
+ "spec/dummy_80/log/.keep",
117
+ "spec/dummy_80/tmp/.keep",
118
+ "spec/dummy_80/tmp/pids/.keep",
119
+ "spec/dummy_80/tmp/storage/.keep"
112
120
  ]
113
121
  s.homepage = "https://github.com/bjorntrondsen/rails_exception_handler".freeze
114
122
  s.licenses = ["MIT".freeze]
115
- s.rubygems_version = "3.4.20".freeze
123
+ s.rubygems_version = "3.6.5".freeze
116
124
  s.summary = "Highly customizable exception handling for Ruby on Rails".freeze
117
125
 
118
126
  s.specification_version = 4
119
127
 
120
- s.add_development_dependency(%q<rails>.freeze, ["= 7.1.1"])
121
- s.add_development_dependency(%q<sprockets-rails>.freeze, [">= 0"])
122
- s.add_development_dependency(%q<rack-test>.freeze, ["= 1.1.0"])
123
- s.add_development_dependency(%q<sqlite3>.freeze, ["~> 1.4"])
124
- s.add_development_dependency(%q<juwelier>.freeze, [">= 0"])
125
- s.add_development_dependency(%q<pry>.freeze, [">= 0"])
126
- s.add_development_dependency(%q<rspec-rails>.freeze, ["= 6.0.3"])
127
- s.add_development_dependency(%q<rails_exception_handler>.freeze, [">= 0"])
128
+ s.add_development_dependency(%q<rails>.freeze, ["= 8.1.0".freeze])
129
+ s.add_development_dependency(%q<sprockets-rails>.freeze, [">= 0".freeze])
130
+ s.add_development_dependency(%q<rack-test>.freeze, ["= 1.1.0".freeze])
131
+ s.add_development_dependency(%q<sqlite3>.freeze, ["~> 2.0".freeze])
132
+ s.add_development_dependency(%q<juwelier>.freeze, [">= 0".freeze])
133
+ s.add_development_dependency(%q<pry>.freeze, [">= 0".freeze])
134
+ s.add_development_dependency(%q<rspec-rails>.freeze, ["= 6.0.3".freeze])
135
+ s.add_development_dependency(%q<rails_exception_handler>.freeze, [">= 0".freeze])
128
136
  end
129
137
 
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,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_exception_handler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.9
4
+ version: 2.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - btrondsen
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-11-05 00:00:00.000000000 Z
10
+ date: 2025-11-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rails
@@ -16,14 +15,14 @@ dependencies:
16
15
  requirements:
17
16
  - - '='
18
17
  - !ruby/object:Gem::Version
19
- version: 7.1.1
18
+ version: 8.1.0
20
19
  type: :development
21
20
  prerelease: false
22
21
  version_requirements: !ruby/object:Gem::Requirement
23
22
  requirements:
24
23
  - - '='
25
24
  - !ruby/object:Gem::Version
26
- version: 7.1.1
25
+ version: 8.1.0
27
26
  - !ruby/object:Gem::Dependency
28
27
  name: sprockets-rails
29
28
  requirement: !ruby/object:Gem::Requirement
@@ -58,14 +57,14 @@ dependencies:
58
57
  requirements:
59
58
  - - "~>"
60
59
  - !ruby/object:Gem::Version
61
- version: '1.4'
60
+ version: '2.0'
62
61
  type: :development
63
62
  prerelease: false
64
63
  version_requirements: !ruby/object:Gem::Requirement
65
64
  requirements:
66
65
  - - "~>"
67
66
  - !ruby/object:Gem::Version
68
- version: '1.4'
67
+ version: '2.0'
69
68
  - !ruby/object:Gem::Dependency
70
69
  name: juwelier
71
70
  requirement: !ruby/object:Gem::Requirement
@@ -220,11 +219,18 @@ files:
220
219
  - spec/dummy_71/tmp/.keep
221
220
  - spec/dummy_71/tmp/pids/.keep
222
221
  - spec/dummy_71/tmp/storage/.keep
222
+ - spec/dummy_80/app/assets/images/.keep
223
+ - spec/dummy_80/app/controllers/concerns/.keep
224
+ - spec/dummy_80/app/models/concerns/.keep
225
+ - spec/dummy_80/lib/tasks/.keep
226
+ - spec/dummy_80/log/.keep
227
+ - spec/dummy_80/tmp/.keep
228
+ - spec/dummy_80/tmp/pids/.keep
229
+ - spec/dummy_80/tmp/storage/.keep
223
230
  homepage: https://github.com/bjorntrondsen/rails_exception_handler
224
231
  licenses:
225
232
  - MIT
226
233
  metadata: {}
227
- post_install_message:
228
234
  rdoc_options: []
229
235
  require_paths:
230
236
  - lib
@@ -239,8 +245,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
239
245
  - !ruby/object:Gem::Version
240
246
  version: '0'
241
247
  requirements: []
242
- rubygems_version: 3.4.20
243
- signing_key:
248
+ rubygems_version: 3.6.5
244
249
  specification_version: 4
245
250
  summary: Highly customizable exception handling for Ruby on Rails
246
251
  test_files: []