Update Rails version on README [ci skip]

This commit is contained in:
Mac Siri 2019-04-03 14:14:40 -04:00
parent 3a53d5797e
commit 7147428821
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@
<img src="https://img.shields.io/badge/Ruby-v2.6.1-green.svg" alt="ruby version"/>
</a>
<a href="http://rubyonrails.org/">
<img src="https://img.shields.io/badge/Rails-v5.1.6-brightgreen.svg" alt="rails version"/>
<img src="https://img.shields.io/badge/Rails-v5.2.3-brightgreen.svg" alt="rails version"/>
</a>
<a href="https://travis-ci.com/thepracticaldev/dev.to">
<img src="https://travis-ci.com/thepracticaldev/dev.to.svg?branch=master" alt="Travis Status for thepracticaldev/dev.to"/>

View file

@ -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'

View file

@ -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"