diff options
author | Azul <azul@riseup.net> | 2017-10-21 10:14:12 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2017-10-21 10:14:12 +0200 |
commit | 522d632c2c1337c7af96befc4e6a9faab160e976 (patch) | |
tree | b967d19e4443ab3e0f0483040fd8c867fd5a00f5 /Gemfile.lock | |
parent | 92c5e35ea50a9d64f89d56454eff3e3103c17dc2 (diff) |
Version 0.9.2 - bugfixes and invite code tweaks0.9.2
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
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 8a2abc2..2ee1037 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 |