Grab latest dependencies (#23)
Updates dependencies including latest Rails from main. Comes with two new depredations caused by https://github.com/rails/rails/pull/52422 Reviewed-on: #23
This commit is contained in:
parent
a705b07d01
commit
b8d928f4ea
8 changed files with 46 additions and 34 deletions
10
bin/dev
10
bin/dev
|
@ -1,8 +1,2 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
if ! gem list foreman -i --silent; then
|
||||
echo "Installing foreman..."
|
||||
gem install foreman
|
||||
fi
|
||||
|
||||
exec foreman start -f Procfile.dev "$@"
|
||||
#!/usr/bin/env ruby
|
||||
exec "./bin/rails", "server", *ARGV
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
require "fileutils"
|
||||
|
||||
APP_ROOT = File.expand_path("..", __dir__)
|
||||
APP_NAME = "family_budget"
|
||||
APP_NAME = "family-budget"
|
||||
|
||||
def system!(*args)
|
||||
system(*args, exception: true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue