forest_admin_rails 1.26.0 → 1.26.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: 6a19b8d628939bd92c0ed75cd9db9e97a4d72044b0b61733320d003940906371
4
- data.tar.gz: d175d006500ae26649af368c2e71a9d3655f67df6cef3110cb4cb16a6bab57f1
3
+ metadata.gz: d853339527ce1062c4cc64355922f22e7d325778a75475fb266e7dbf20e848df
4
+ data.tar.gz: 7428e15ebae73226dd82d2292ba60d06675a1ff19058fd7ccf59d33079fdfcf4
5
5
  SHA512:
6
- metadata.gz: f1ca706fd82f384129447d7b4250dbdd6169746f66ec76383d030578c25912dd9a98d153844985047d4a31654b6a472a76fb482ad76b8b28345b147b28347816
7
- data.tar.gz: ae5b2c9a3d13c10ae41d06f13c88809b0ff1a9dbd00ca9ca8a81879ae3a6c289b8e833051e10c2e77738f1ef23db6653df9e7ce09655d711b208df0b83714841
6
+ metadata.gz: ea5539cc5a8a4103c7336ee65c71c598c3cb7aa99becd15d6e1b8325512c7fb8490b1ba37d04af1465b63a01786791222e6af1f73be3d09c3d44b83851d1a9c4
7
+ data.tar.gz: 5b036b4f6e5cc6256a4a89f315227dbeebd8becb2ce1bfc24876cc9402cd92d0bfaad180ea51d5e6f3c97308bd3562785b653525cc142f96228b22d25e0eef4c
@@ -86,9 +86,7 @@ module ForestAdminRails
86
86
  }
87
87
  end
88
88
 
89
- unless ForestAdminAgent::Facades::Container.cache(:is_production) || http_exception.status < 500
90
- ForestAdminAgent::Facades::Container.logger.log('Error', exception.full_message)
91
- end
89
+ ForestAdminAgent::Facades::Container.logger.log('Error', exception.full_message) if http_exception.status >= 500
92
90
 
93
91
  render json: data, status: http_exception.status
94
92
  end
@@ -1,3 +1,3 @@
1
1
  module ForestAdminRails
2
- VERSION = "1.26.0"
2
+ VERSION = "1.26.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_admin_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.26.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthieu
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2026-03-20 00:00:00.000000000 Z
12
+ date: 2026-03-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: base64