govuk_app_config 1.4.1 → 1.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fa4c3918fdf6b74e8327ff0f6d83e88db842883bd6640a34ed990b714d7e79ec
4
- data.tar.gz: a348725208efe09767de60dae911f9e35e50ef746b87761602451ad8ad819033
3
+ metadata.gz: 97c53dced58ec8966b00eafd00aca2ce042ff3537b6d7beb5ef26d3ba7b32d42
4
+ data.tar.gz: c2828b3c76b1a9fd81afd7d5c939eaa5ccf31e4c95c457d3317a1f28714a4546
5
5
  SHA512:
6
- metadata.gz: 299b545cf8cf87ea46a263ee93a2b6a03ae0112a5f636c9785f1dd59c2a1546812d446ffa7b14ddf304fc79ac504f70ea1f879b29f3f0d0ed0c2824edc00aa01
7
- data.tar.gz: '09347714dd718acdf51b29292326d26bb7c67fbfcd2c0560c84f25c6c1cf023ff03e78ab9406fc56f5a21640ae68c67e1e2c1a76fc62d1d58cf8f23a96d3a41b'
6
+ metadata.gz: 7a52a2c462bfe26d9b5db5dacab7ba4407d73b7580f68412412929fa16275222a7ff151fca08912628bdc825cf2a55b24c045c97c1b38cd90a8a2cd33d6c70bd
7
+ data.tar.gz: ad5613de6d8d9ba992c6dc432467250cb3db36cecd847b7713716fbaf5313f1bdf625502cf920add7e829853a11830409b6ff387cee00072feb88fedcc9b1f43
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.4.2
2
+
3
+ * Ignore `ActionController::UnknownHttpMethod` errors.
4
+
1
5
  # 1.4.1
2
6
 
3
7
  * Check the inner exception as well for the intermittent failure behaviour
@@ -26,6 +26,7 @@ GovukError.configure do |config|
26
26
  'ActionController::InvalidAuthenticityToken',
27
27
  'ActionController::RoutingError',
28
28
  'ActionController::UnknownAction',
29
+ 'ActionController::UnknownHttpMethod',
29
30
  'ActiveJob::DeserializationError',
30
31
  'ActiveRecord::RecordNotFound',
31
32
  'CGI::Session::CookieStore::TamperedWithCookie',
@@ -1,3 +1,3 @@
1
1
  module GovukAppConfig
2
- VERSION = "1.4.1"
2
+ VERSION = "1.4.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_app_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-03-21 00:00:00.000000000 Z
11
+ date: 2018-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: statsd-ruby