Merge pull request #13830 from mkllnk/highline

Bump highline from 2.0.3 to 3.1.2 to support newer rubies
This commit is contained in:
David Cook
2026-01-12 11:14:06 +11:00
committed by GitHub
3 changed files with 4 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ gem 'acts_as_list', '1.0.4'
gem 'cancancan', '~> 1.15.0'
gem 'digest'
gem 'ffaker'
gem 'highline', '2.0.3' # Necessary for the install generator
gem 'highline'
gem 'json'
gem 'monetize', '~> 1.11'
gem 'paranoia', '~> 2.4'

View File

@@ -389,7 +389,8 @@ GEM
hashdiff (1.2.1)
hashery (2.1.2)
hashie (5.0.0)
highline (2.0.3)
highline (3.1.2)
reline
htmlentities (4.4.2)
http_parser.rb (0.8.0)
i18n (1.14.7)
@@ -1018,7 +1019,7 @@ DEPENDENCIES
good_migrations
haml
haml_lint
highline (= 2.0.3)
highline
i18n
i18n-js (~> 3.9.0)
i18n-tasks

View File

@@ -1,7 +1,5 @@
# frozen_string_literal: true
require 'highline/import'
# see last line where we create an admin if there is none, asking for email and password
def prompt_for_admin_password
if ENV['ADMIN_PASSWORD']