Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ GEM
execjs (~> 2.0)
bcp47 (0.3.3)
i18n
bcrypt (3.1.12)
bcrypt (3.1.13)
bindex (0.5.0)
blacklight (6.15.0)
bootstrap-sass (~> 3.2)
Expand Down Expand Up @@ -151,18 +151,18 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.3)
concurrent-ruby (1.1.5)
connection_pool (2.2.2)
crass (1.0.4)
crass (1.0.5)
daemons (1.2.6)
declarative (0.0.10)
declarative-option (0.1.0)
deprecation (1.0.0)
activesupport
devise (4.4.3)
devise (4.7.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 6.0)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise-guests (0.6.0)
Expand Down Expand Up @@ -208,7 +208,7 @@ GEM
sxp (~> 1.0)
equivalent-xml (0.6.0)
nokogiri (>= 1.4.3)
erubi (1.7.1)
erubi (1.9.0)
execjs (2.7.0)
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
Expand Down Expand Up @@ -345,7 +345,7 @@ GEM
signet
simple_form (~> 3.2, <= 3.5.0)
tinymce-rails (~> 4.1)
i18n (1.0.1)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
iiif_manifest (0.4.0)
Expand Down Expand Up @@ -450,14 +450,14 @@ GEM
carrierwave (>= 0.5.8)
rails (>= 5.0.0)
memoist (0.16.0)
method_source (0.9.0)
method_source (0.9.2)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_magick (4.8.0)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
mini_portile2 (2.4.0)
minitest (5.13.0)
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
Expand All @@ -470,8 +470,8 @@ GEM
noid-rails (3.0.0)
actionpack (>= 5.0.0, < 6)
noid (~> 0.9)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.10.5)
mini_portile2 (~> 2.4.0)
oauth (0.5.4)
oauth2 (1.4.0)
faraday (>= 0.8, < 0.13)
Expand Down Expand Up @@ -501,10 +501,10 @@ GEM
nokogiri (~> 1.6)
rails (~> 5.0)
rdf
rack (2.0.6)
rack (2.0.7)
rack-protection (2.0.1)
rack
rack-test (1.0.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.1.6)
actioncable (= 5.1.6)
Expand All @@ -521,7 +521,7 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
rails-html-sanitizer (1.2.0)
loofah (~> 2.2, >= 2.2.2)
rails_autolink (1.1.6)
rails (> 3.1)
Expand All @@ -531,7 +531,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.3.1)
rake (13.0.0)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
Expand Down Expand Up @@ -601,9 +601,9 @@ GEM
declarative (< 0.1.0)
declarative-option (< 0.2.0)
uber (< 0.2.0)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
responders (3.0.0)
actionpack (>= 5.0)
railties (>= 5.0)
retriable (3.1.1)
riiif (1.7.1)
deprecation (>= 1.0.0)
Expand Down Expand Up @@ -719,7 +719,7 @@ GEM
sxp (1.0.1)
rdf (>= 2.2, < 4.0)
temple (0.8.0)
thor (0.20.0)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.8)
tinymce-rails (4.7.13)
Expand All @@ -736,8 +736,8 @@ GEM
uber (0.1.0)
uglifier (4.1.11)
execjs (>= 0.3.0, < 3)
warden (1.2.7)
rack (>= 1.0)
warden (1.2.8)
rack (>= 2.0.6)
web-console (3.6.2)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand Down