From 7147428821e50abae57656e77a45ce5be1fea7c5 Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Wed, 3 Apr 2019 14:14:40 -0400 Subject: [PATCH] Update Rails version on README [ci skip] --- README.md | 2 +- bin/update | 2 +- db/schema.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67eba9404..877553a7c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ruby version - rails version + rails version Travis Status for thepracticaldev/dev.to diff --git a/bin/update b/bin/update index 58bfaed51..6d73559a3 100755 --- a/bin/update +++ b/bin/update @@ -18,7 +18,7 @@ chdir APP_ROOT do system('bundle check') || system!('bundle install') # Install JavaScript dependencies if using Yarn - # system('bin/yarn') + system('bin/yarn') puts "\n== Updating database ==" system! 'bin/rails db:migrate' diff --git a/db/schema.rb b/db/schema.rb index 6e3781b68..a391323c8 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20190401213605) do +ActiveRecord::Schema.define(version: 2019_04_01_213605) do # These are extensions that must be enabled in order to support this database enable_extension "pg_stat_statements" enable_extension "plpgsql"