Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #1021

Merged
merged 3 commits into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
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
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
minitest (5.20.0)
mutex_m (0.2.0)
net-imap (0.4.9)
date
net-protocol
Expand All @@ -293,9 +294,9 @@ GEM
net-protocol
net-ssh (7.2.1)
nio4r (2.7.0)
nokogiri (1.15.5-x86_64-darwin)
nokogiri (1.16.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
okcomputer (1.18.5)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -401,7 +402,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
Expand Down Expand Up @@ -444,9 +445,10 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.9-x86_64-darwin)
sqlite3 (1.6.9-x86_64-linux)
sshkit (1.21.6)
sqlite3 (1.7.0-x86_64-darwin)
sqlite3 (1.7.0-x86_64-linux)
sshkit (1.21.7)
mutex_m
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
stringio (3.1.0)
Expand Down
2 changes: 1 addition & 1 deletion spec/features/nav_dropdown_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
end

it 'Does not show affiliated organization manage link' do
expect(page).not_to have_link 'Manage Best University'
expect(page).to have_no_link 'Manage Best University'
end

it 'Shows affiliated organization home link' do
Expand Down
12 changes: 6 additions & 6 deletions spec/features/providers_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
visit organizations_url

# don't confuse "Edit" with "Edit Profile" in header nav
expect(page).not_to have_link('Edit', exact: true)
expect(page).not_to have_link 'Delete'
expect(page).not_to have_link 'New Organization'
expect(page).to have_no_link('Edit', exact: true)
expect(page).to have_no_link 'Delete'
expect(page).to have_no_link 'New Organization'
end
end

Expand All @@ -51,11 +51,11 @@
it 'lists some limited information about the org' do
visit organization_url(organization)

expect(page).not_to have_selector 'h2', text: 'Access Tokens'
expect(page).not_to have_selector 'h2', text: 'Users'
expect(page).to have_no_selector 'h2', text: 'Access Tokens'
expect(page).to have_no_selector 'h2', text: 'Users'

expect(page).to have_content '1297245.marc'
expect(page).not_to have_link 'Download'
expect(page).to have_no_link 'Download'
end
end

Expand Down
6 changes: 3 additions & 3 deletions spec/features/unprivileged_user_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
it 'lists some limited information about the org' do
visit organization_url(organization)

expect(page).not_to have_selector 'h2', text: 'Access Tokens'
expect(page).not_to have_selector 'h2', text: 'Users'
expect(page).to have_no_selector 'h2', text: 'Access Tokens'
expect(page).to have_no_selector 'h2', text: 'Users'

expect(page).to have_content '1297245.marc'
expect(page).not_to have_link 'Download'
expect(page).to have_no_link 'Download'
end
end
2 changes: 1 addition & 1 deletion spec/views/dashboard/summary.html.erb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@

it 'does not render the activity summary tabs on page 2 of uploads' do
assign(:uploads, Kaminari.paginate_array(uploads1).page(2))
expect(rendered).not_to have_css('ul#summary-tabs')
expect(rendered).to have_no_css('ul#summary-tabs')
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
it 'does not link to Provider home for consumer orgs' do
render

expect(view.content_for(:org_header)).not_to have_link 'Provider home'
expect(view.content_for(:org_header)).to have_no_link 'Provider home'
end
end
end
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ binary-extensions@^2.0.0:
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==

bootstrap-icons@^1.1.0:
version "1.11.2"
resolved "https://registry.yarnpkg.com/bootstrap-icons/-/bootstrap-icons-1.11.2.tgz#e1c75daec154e25958db04c4eb3cbda6041e7118"
integrity sha512-TgdiPv+IM9tgDb+dsxrnGIyocsk85d2M7T0qIgkvPedZeoZfyeG/j+yiAE4uHCEayKef2RP05ahQ0/e9Sv75Wg==
version "1.11.3"
resolved "https://registry.yarnpkg.com/bootstrap-icons/-/bootstrap-icons-1.11.3.tgz#03f9cb754ec005c52f9ee616e2e84a82cab3084b"
integrity sha512-+3lpHrCw/it2/7lBL15VR0HEumaBss0+f/Lb6ZvHISn1mlK83jjFpooTLsMWbIjJMDjDjOExMsTxnXSIT4k4ww==

bootstrap@^5.0.1:
version "5.3.2"
Expand Down Expand Up @@ -150,9 +150,9 @@ readdirp@~3.6.0:
picomatch "^2.2.1"

sass@^1.57.1:
version "1.69.5"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.5.tgz#23e18d1c757a35f2e52cc81871060b9ad653dfde"
integrity sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==
version "1.69.7"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.7.tgz#6e7e1c8f51e8162faec3e9619babc7da780af3b7"
integrity sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
Expand Down