8000 Update dependencies by tagliala · Pull Request #8370 · activeadmin/activeadmin · GitHub
[go: up one dir, main page]

Skip to content

Update dependencies #8370

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

Merged
merged 3 commits into from
Jun 9, 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
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
rubygems: latest
- name: Create test app
run: bin/rake setup
- name: Restore cached RSpec runtimes
Expand Down
35 changes: 19 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ GEM
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.8)
builder (3.2.4)
builder (3.3.0)
cancancan (3.6.1)
capybara (3.40.0)
addressable
Expand All @@ -113,7 +113,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (5.0.0)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crass (1.0.6)
cssbundling-rails (1.4.0)
Expand Down Expand Up @@ -180,7 +180,10 @@ GEM
concurrent-ruby (~> 1.1)
webrick (~> 1.7)
websocket-driver (>= 0.6, < 0.8)
ffi (1.16.3)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
formtastic (5.0.0)
actionpack (>= 6.0.0)
formtastic_i18n (0.7.0)
Expand Down Expand Up @@ -252,7 +255,7 @@ GEM
minitest (5.23.1)
multi_test (1.1.0)
mutex_m (0.2.0)
net-imap (0.4.11)
net-imap (0.4.12)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -271,7 +274,7 @@ GEM
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.24.0)
parallel (1.25.1)
parallel_tests (4.7.1)
parallel
parser (3.3.2.0)
Expand Down Expand Up @@ -334,19 +337,19 @@ GEM
regexp_parser (2.9.2)
reline (0.5.8)
io-console (~> 0.5)
request_store (1.5.1)
request_store (1.7.0)
rack (>= 1.4)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.2.9)
strscan
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.2)
Expand All @@ -371,9 +374,9 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop-factory_bot (2.26.0)
rubocop (~> 1.41)
rubocop-packaging (0.5.2)
rubocop (>= 1.33, < 2.0)
Expand All @@ -385,12 +388,12 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.29.2)
rubocop-rspec (2.31.0)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.3)
rubocop-rspec_rails (2.29.0)
rubocop (~> 1.40)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand All @@ -406,9 +409,9 @@ GEM
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets-rails (3.5.1)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3-aarch64-linux)
sqlite3 (1.7.3-arm64-darwin)
Expand Down
2 changes: 1 addition & 1 deletion features/step_definitions/action_item_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
end

Then /^I should not see an action item link to "([^"]*)"$/ do |link|
expect(page).to_not have_css("[data-test-action-items] > a", text: link)
expect(page).to have_no_css("[data-test-action-items] > a", text: link)
end
4 changes: 2 additions & 2 deletions features/step_definitions/additional_web_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
end

Then /^I should not see a table header with "([^"]*)"$/ do |content|
expect(page).to_not have_xpath "//th", text: content
expect(page).to have_no_xpath "//th", text: content
end

Then /^I should see a sortable table header with "([^"]*)"$/ do |content|
expect(page).to have_css "th[data-sortable]", text: content
end

Then /^I should not see a sortable table header with "([^"]*)"$/ do |content|
expect(page).to_not have_css "th[data-sortable]", text: content
expect(page).to have_no_css "th[data-sortable]", text: content
end

Then /^I should not see a sortable table header$/ do
Expand Down
2 changes: 1 addition & 1 deletion features/step_definitions/attribute_steps.rb
F438
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
end

Then /^I should not see the attribute "([^"]*)"$/ do |title|
expect(page).to_not have_css ".attributes-table th", text: title
expect(page).to have_no_css ".attributes-table th", text: title
end
2 changes: 1 addition & 1 deletion features/step_definitions/batch_action_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
end

Then /^I should not see checkboxes in the table$/ do
expect(page).to_not have_css ".paginated-collection table input[type=checkbox]"
expect(page).to have_no_css ".paginated-collection table input[type=checkbox]"
end
6 changes: 3 additions & 3 deletions features/step_definitions/index_scope_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Then /^I should see the scope "([^"]*)" not selected$/ do |name|
step %{I should see the scope "#{name}"}
expect(page).to_not have_css ".scopes .index-button-selected", text: name
expect(page).to have_no_css ".scopes .index-button-selected", text: name
end

Then /^I should see the scope "([^"]*)" with the count (\d+)$/ do |name, count|
Expand All @@ -21,7 +21,7 @@

Then /^I should see the scope "([^"]*)" with no count$/ do |name|
expect(page).to have_css ".scopes a", text: name
expect(page).to_not have_css ".scopes-count"
expect(page).to have_no_css ".scopes-count"
end

Then "I should see a group {string} with the scopes {string} and {string}" do |group, name1, name2|
Expand All @@ -35,5 +35,5 @@
end

Then "I should not see any scopes" do
expect(page).to_not have_css ".scopes a"
expect(page).to have_no_css ".scopes a"
end
2 changes: 1 addition & 1 deletion features/step_definitions/menu_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
end

Then /^I should not see a menu item for "([^"]*)"$/ do |name|
expect(page).to_not have_css "#main-menu li a", text: name
expect(page).to have_no_css "#main-menu li a", text: name
end

Then /^the "([^"]*)" menu item should be hidden$/ do |name|
Expand Down
4 changes: 2 additions & 2 deletions features/step_definitions/pagination_steps.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
Then /^I should not see pagination$/ do
expect(page).to_not have_css "[data-test-pagination]"
expect(page).to have_no_css "[data-test-pagination]"
end

Then /^I should see pagination page (\d+) link$/ do |num|
Expand All @@ -12,5 +12,5 @@
end

Then /^I should not see the pagination "Next" link/ do
expect(page).to_not have_css "[data-test-pagination] a", text: "Next"
expect(page).to have_no_css "[data-test-pagination] a", text: "Next"
end
2 changes: 1 addition & 1 deletion features/step_definitions/table_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
end

Then("I should not see {string} in the table") do |string|
expect(page).to_not have_css(".data-table tr > td", text: string)
expect(page).to have_no_css(".data-table tr > td", text: string)
end

Then /^I should see an id_column link to edit page$/ do
Expand Down
36 changes: 19 additions & 17 deletions gemfiles/rails_61/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ GEM
ruby2_keywords (>= 0.0.2)
ast (2.4.2)
bcrypt (3.1.20)
bigdecimal (3.1.7)
builder (3.2.4)
bigdecimal (3.1.8)
builder (3.3.0)
cancancan (3.6.1)
capybara (3.40.0)
addressable
Expand All @@ -97,7 +97,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (5.0.0)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.3)
crass (1.0.6)
cssbundling-rails (1.4.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -162,7 +162,9 @@ GEM
concurrent-ruby (~> 1.1)
webrick (~> 1.7)
websocket-driver (>= 0.6, < 0.8)
ffi (1.16.3)
ffi (1.17.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
formtastic (5.0.0)
actionpack (>= 6.0.0)
formtastic_i18n (0.7.0)
Expand Down Expand Up @@ -220,23 +222,23 @@ GEM
net-imap
net-pop
net-smtp
marcel (1.0.2)
marcel (1.0.4)
matrix (0.4.2)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.23.1)
multi_test (1.1.0)
net-imap (0.4.10)
net-imap (0.4.12)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-smtp (0.5.0)
net-protocol
nio4r (2.7.0)
nio4r (2.7.3)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -245,7 +247,7 @@ GEM
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.24.0)
parallel (1.25.1)
parallel_tests (4.7.1)
parallel
parser (3.3.2.0)
Expand Down Expand Up @@ -295,20 +297,20 @@ GEM
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
regexp_parser (2.9.0)
request_store (1.5.1)
regexp_parser (2.9.2)
request_store (1.7.0)
rack (>= 1.4)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.2.9)
strscan
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.2)
Expand All @@ -333,9 +335,9 @@ GEM
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets-rails (3.5.1)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
Expand Down
Loading
0