1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-26 18:18:51 +01:00

Update gems

This commit is contained in:
2017-11-22 14:58:44 +01:00
parent cabaee8e46
commit 8334baff99
7 changed files with 114 additions and 124 deletions

View File

@@ -40,7 +40,7 @@ ActiveRecord::Schema.define(version: 20150131103802) do
add_index "problems", ["translation_id"], name: "index_problems_on_translation_id"
create_table "translations", force: :cascade do |t|
t.string "title", limit: 255
t.string "title"
t.text "content"
t.datetime "created_at"
t.datetime "updated_at"