From b7775172a34e21325e343a3b4d2be337ec053ca0 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Tue, 17 Jan 2017 03:32:38 +0000 Subject: [PATCH] Updated active record and ruby version --- Gemfile.lock | 5 ++++- db/schema.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 98334b4..c4d6ee0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -220,5 +220,8 @@ DEPENDENCIES turbolinks uglifier (>= 1.3.0) +RUBY VERSION + ruby 2.3.0p0 + BUNDLED WITH - 1.11.2 + 1.13.5 diff --git a/db/schema.rb b/db/schema.rb index f37635e..e320d6e 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -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