Skip to content

Commit

Permalink
Update Sufia and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Sep 8, 2016
1 parent a0c3b1b commit 9bedad2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
16 changes: 7 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT

GIT
remote: https://github.com/projecthydra/curation_concerns.git
revision: 3e457b6f6f0771bfb85450b32ace250b19d55c6d
revision: d0ce9f7f3509525452f9d057ab372155087cb8b7
specs:
curation_concerns (1.5.0)
active-fedora (>= 10.3.0.rc1)
Expand All @@ -22,7 +22,7 @@ GIT
clipboard-rails (~> 1.5)
hydra-editor (>= 2, < 4)
hydra-head (>= 10.0.0, < 11)
hydra-works (>= 0.12.0)
hydra-works (>= 0.14.0)
jquery-ui-rails
kaminari_route_prefix (~> 0.0.1)
qa (~> 0.5)
Expand All @@ -36,10 +36,9 @@ GIT

GIT
remote: https://github.com/projecthydra/sufia.git
revision: 00dee72b929561e05503f3a694b78f6ef6fc4f41
revision: dce8310a2be9fd1ae242cdd8f7457d8e34fe32ec
specs:
sufia (7.1.0)
acts_as_follower (>= 0.1.1, < 0.3)
almond-rails (~> 0.0.1)
blacklight (~> 6.5)
blacklight-gallery (~> 0.1)
Expand Down Expand Up @@ -134,7 +133,6 @@ GEM
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
acts_as_follower (0.2.1)
addressable (2.3.8)
almond-rails (0.0.3)
rails (>= 4.2, < 6)
Expand All @@ -148,7 +146,7 @@ GEM
addressable (>= 2.3.1)
extlib (>= 0.9.15)
multi_json (>= 1.0.0)
autoprefixer-rails (6.4.0.3)
autoprefixer-rails (6.4.1)
execjs
awesome_nested_set (3.1.1)
activerecord (>= 4.0.0, < 5.1)
Expand All @@ -174,7 +172,7 @@ GEM
rails (>= 4.2, < 6)
rsolr (~> 1.0, >= 1.0.6)
twitter-typeahead-rails (= 0.11.1.pre.corejavascript)
blacklight-access_controls (0.5.1)
blacklight-access_controls (0.6.0)
blacklight (~> 6.0)
cancancan (~> 1.8)
deprecation (~> 1.0)
Expand Down Expand Up @@ -367,7 +365,7 @@ GEM
hydra-pcdm (0.9.0)
active-fedora (>= 10, < 12)
mime-types (>= 1)
hydra-works (0.13.0)
hydra-works (0.14.0)
hydra-derivatives (~> 3.0)
hydra-file_characterization (~> 0.3, >= 0.3.3)
hydra-pcdm (>= 0.8)
Expand Down Expand Up @@ -690,7 +688,7 @@ GEM
thread_safe (0.3.5)
tilt (2.0.5)
tins (1.12.0)
tinymce-rails (4.4.2)
tinymce-rails (4.4.3)
railties (>= 3.1.1)
tinymce-rails-imageupload (4.0.17.beta)
railties (>= 3.2, < 6)
Expand Down
14 changes: 7 additions & 7 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@
end

create_table "follows", force: :cascade do |t|
t.integer "followable_id", null: false
t.string "followable_type", null: false
t.integer "follower_id", null: false
t.integer "followable_id", null: false
t.string "follower_type", null: false
t.integer "follower_id", null: false
t.boolean "blocked", default: false, null: false
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
Expand All @@ -160,8 +160,8 @@
end

create_table "mailboxer_conversation_opt_outs", force: :cascade do |t|
t.integer "unsubscriber_id"
t.string "unsubscriber_type"
t.integer "unsubscriber_id"
t.integer "conversation_id"
t.index ["conversation_id"], name: "index_mailboxer_conversation_opt_outs_on_conversation_id", using: :btree
t.index ["unsubscriber_id", "unsubscriber_type"], name: "index_mailboxer_conversation_opt_outs_on_unsubscriber_id_type", using: :btree
Expand All @@ -177,13 +177,13 @@
t.string "type"
t.text "body"
t.string "subject", default: ""
t.integer "sender_id"
t.string "sender_type"
t.integer "sender_id"
t.integer "conversation_id"
t.boolean "draft", default: false
t.string "notification_code"
t.integer "notified_object_id"
t.string "notified_object_type"
t.integer "notified_object_id"
t.string "attachment"
t.datetime "updated_at", null: false
t.datetime "created_at", null: false
Expand All @@ -196,8 +196,8 @@
end

create_table "mailboxer_receipts", force: :cascade do |t|
t.integer "receiver_id"
t.string "receiver_type"
t.integer "receiver_id"
t.integer "notification_id", null: false
t.boolean "is_read", default: false
t.boolean "trashed", default: false
Expand Down Expand Up @@ -234,8 +234,8 @@

create_table "roles", force: :cascade do |t|
t.string "name"
t.integer "resource_id"
t.string "resource_type"
t.integer "resource_id"
t.datetime "created_at"
t.datetime "updated_at"
t.index ["name", "resource_type", "resource_id"], name: "index_roles_on_name_and_resource_type_and_resource_id", using: :btree
Expand Down

0 comments on commit 9bedad2

Please sign in to comment.