1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Updated active record and ruby version

This commit is contained in:
2017-01-17 03:32:38 +00:00
parent c16ec26ecb
commit b7775172a3
2 changed files with 5 additions and 2 deletions

View File

@@ -220,5 +220,8 @@ DEPENDENCIES
turbolinks
uglifier (>= 1.3.0)
RUBY VERSION
ruby 2.3.0p0
BUNDLED WITH
1.11.2
1.13.5

View File

@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20160112152946) do
ActiveRecord::Schema.define(version: 20160126173424) do
create_table "delayed_jobs", force: :cascade do |t|
t.integer "priority", default: 0, null: false