Skip to content
Snippets Groups Projects
Commit 618027aa authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix #562

parent 6cbfa52b
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,9 @@ GEM
activesupport (= 6.1.7)
marcel (~> 1.0)
mini_mime (>= 1.1.0)
activestorage-scaleway-service (1.0.0)
activestorage-scaleway-service (1.0.1)
activestorage
aws-sdk-s3
activesupport (6.1.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
......@@ -90,8 +92,8 @@ GEM
autoprefixer-rails (10.4.7.0)
execjs (~> 2)
aws-eventstream (1.2.0)
aws-partitions (1.653.0)
aws-sdk-core (3.166.0)
aws-partitions (1.660.0)
aws-sdk-core (3.167.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
......@@ -123,7 +125,7 @@ GEM
builder (3.2.4)
byebug (11.1.3)
cancancan (3.3.0)
capybara (3.37.1)
capybara (3.38.0)
addressable
matrix
mini_mime (>= 0.1.3)
......@@ -170,7 +172,7 @@ GEM
enum_help (0.0.19)
activesupport (>= 3.0.0)
erubi (1.11.0)
ethon (0.15.0)
ethon (0.16.0)
ffi (>= 1.15.0)
execjs (2.8.1)
faceted_search (3.5.16)
......@@ -193,7 +195,7 @@ GEM
faraday (>= 0.8)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.0.1)
faraday-net_http (3.0.2)
faraday-retry (2.0.0)
faraday (~> 2.0)
fastimage (2.2.6)
......@@ -203,7 +205,7 @@ GEM
font-awesome-sass (6.2.0)
sassc (~> 2.0)
front_matter_parser (1.0.1)
gdpr (1.2.3)
gdpr (1.2.4)
js_cookie_rails
rails
sassc-rails
......@@ -233,7 +235,7 @@ GEM
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jmespath (1.6.1)
jquery-rails (4.5.0)
jquery-rails (4.5.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
......@@ -334,7 +336,7 @@ GEM
rack (2.2.4)
rack-mini-profiler (2.3.4)
rack (>= 1.2.0)
rack-protection (3.0.2)
rack-protection (3.0.3)
rack
rack-test (2.0.2)
rack (>= 1.3)
......@@ -360,7 +362,7 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
rails-i18n (7.0.5)
rails-i18n (7.0.6)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
railties (6.1.7)
......@@ -382,7 +384,7 @@ GEM
roo (2.9.0)
nokogiri (~> 1)
rubyzip (>= 1.3.0, < 3.0.0)
rotp (6.2.0)
rotp (6.2.1)
ruby-saml (1.14.0)
nokogiri (>= 1.10.5)
rexml
......@@ -404,7 +406,7 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
selenium-webdriver (4.5.0)
selenium-webdriver (4.6.1)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
......@@ -424,10 +426,10 @@ GEM
simple_form_password_with_hints (0.0.7)
rails
simple_form
sinatra (3.0.2)
sinatra (3.0.3)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.2)
rack-protection (= 3.0.3)
tilt (~> 2.0)
snaky_hash (2.0.1)
hashie
......@@ -480,7 +482,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.2)
zeitwerk (2.6.6)
zlib (2.1.1)
PLATFORMS
......@@ -557,4 +559,4 @@ RUBY VERSION
ruby 2.7.6p219
BUNDLED WITH
2.3.22
2.3.12
......@@ -30,7 +30,7 @@
</div>
<div>
<a class="btn btn-sm btn-danger ms-3"
v-on:click="data.elements.splice(data.elements.indexOf(person), 1)"
v-on:click="data.elements.splice(data.elements.indexOf(element), 1)"
title="<%= t '.delete_title' %>">
<i class="fas fa-times"></i>
</a>
......
......@@ -44,7 +44,7 @@ ActiveRecord::Schema.define(version: 2022_10_31_155827) do
t.text "metadata"
t.string "service_name", null: false
t.bigint "byte_size", null: false
t.string "checksum"
t.string "checksum", null: false
t.datetime "created_at", null: false
t.uuid "university_id"
t.index ["key"], name: "index_active_storage_blobs_on_key", unique: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment