diff --git a/Gemfile b/Gemfile index 9586dc6..dca9a05 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '5.2.0' # Use sqlite3 as the database for Active Record -gem 'sqlite3' +gem 'sqlite3', '~> 1.3.13' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index 97ca5c7..82f2258 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -356,10 +356,10 @@ DEPENDENCIES sdoc (~> 0.4.0) select2-rails spring - sqlite3 + sqlite3 (~> 1.3.13) turbolinks uglifier (>= 1.3.0) web-console BUNDLED WITH - 1.16.3 + 1.17.3 diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml index 8ac9252..d53b65b 100644 --- a/app/views/users/show.html.haml +++ b/app/views/users/show.html.haml @@ -64,7 +64,7 @@ %th Issuer %th Message %tbody -%h3="Zeus account number: BE32 9799 9370 6502" +%h3="Zeus account number: BE32 9799 9370 6502. Please include your Tab name in the description of the transaction" ="API key: #{@user.key}" = button_to "reset", reset_key_user_path(@user), {form_class: 'reset_key', class: 'btn btn-small'} %br