From 522d632c2c1337c7af96befc4e6a9faab160e976 Mon Sep 17 00:00:00 2001
From: Azul <azul@riseup.net>
Date: Sat, 21 Oct 2017 10:14:12 +0200
Subject: [PATCH] Version 0.9.2 - bugfixes and invite code tweaks

Bugfix release for 0.9:

* pin to the newest psych gem
* remove better_errors gem
* fix login error message with non en locales

Features:

* destroy invites used to create test accounts
* sort invite codes by last update
---
 Gemfile.lock            | 4 ++--
 lib/leap_web/version.rb | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index 8a2abc27..2ee1037f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,13 +1,13 @@
 PATH
   remote: engines/billing
   specs:
-    leap_web_billing (0.9.1)
+    leap_web_billing (0.9.2)
       braintree
 
 PATH
   remote: engines/support
   specs:
-    leap_web_help (0.9.1)
+    leap_web_help (0.9.2)
 
 PATH
   remote: vendor/gems/certificate_authority
diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb
index 0c4f19d6..fcce54a6 100644
--- a/lib/leap_web/version.rb
+++ b/lib/leap_web/version.rb
@@ -1,3 +1,3 @@
 module LeapWeb
-  VERSION = "0.9.1" unless defined?(LeapWeb::VERSION)
+  VERSION = "0.9.2" unless defined?(LeapWeb::VERSION)
 end
-- 
GitLab