why
This commit is contained in:
parent
327314e247
commit
091f5e7be3
3 changed files with 3 additions and 11 deletions
1
Gemfile
1
Gemfile
|
@ -66,6 +66,7 @@ group :development do
|
||||||
gem 'capistrano-passenger'
|
gem 'capistrano-passenger'
|
||||||
gem 'capistrano-rails'
|
gem 'capistrano-rails'
|
||||||
gem 'capistrano-rbenv'
|
gem 'capistrano-rbenv'
|
||||||
|
gem 'ed25519'
|
||||||
gem 'letter_opener'
|
gem 'letter_opener'
|
||||||
gem 'rbnacl', '< 5.0'
|
gem 'rbnacl', '< 5.0'
|
||||||
gem 'rubocop'
|
gem 'rubocop'
|
||||||
|
|
|
@ -102,6 +102,7 @@ GEM
|
||||||
dotenv-rails (2.7.2)
|
dotenv-rails (2.7.2)
|
||||||
dotenv (= 2.7.2)
|
dotenv (= 2.7.2)
|
||||||
railties (>= 3.2, < 6.1)
|
railties (>= 3.2, < 6.1)
|
||||||
|
ed25519 (1.2.4)
|
||||||
em-websocket (0.5.1)
|
em-websocket (0.5.1)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0.6.0)
|
http_parser.rb (~> 0.6.0)
|
||||||
|
@ -347,6 +348,7 @@ DEPENDENCIES
|
||||||
carrierwave-i18n
|
carrierwave-i18n
|
||||||
commonmarker
|
commonmarker
|
||||||
dotenv-rails
|
dotenv-rails
|
||||||
|
ed25519
|
||||||
email_address
|
email_address
|
||||||
exception_notification
|
exception_notification
|
||||||
font-awesome-rails
|
font-awesome-rails
|
||||||
|
|
11
bin/yarn
11
bin/yarn
|
@ -1,11 +0,0 @@
|
||||||
#!/usr/bin/env ruby
|
|
||||||
# frozen_string_literal: true
|
|
||||||
|
|
||||||
VENDOR_PATH = File.expand_path('..', __dir__)
|
|
||||||
Dir.chdir(VENDOR_PATH) do
|
|
||||||
exec "yarnpkg #{ARGV.join(' ')}"
|
|
||||||
rescue Errno::ENOENT
|
|
||||||
warn 'Yarn executable was not detected in the system.'
|
|
||||||
warn 'Download Yarn at https://yarnpkg.com/en/docs/install'
|
|
||||||
exit 1
|
|
||||||
end
|
|
Loading…
Reference in a new issue