Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
workgena committed Mar 2, 2024
1 parent 2fb88ee commit 4afdb04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ jobs:
test:
name: Tests with Ruby ${{ matrix.ruby }} Rails ${{ matrix.rails }} Active Admin ${{ matrix.activeadmin }}
runs-on: ubuntu-latest
services:
chrome:
image: selenium/standalone-chrome:114.0.5735.133
ports:
- 4444:4444
strategy:
matrix:
ruby:
Expand Down
2 changes: 1 addition & 1 deletion active_admin_scoped_collection_actions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "activeadmin", ">= 1.1", "< 4.a"
spec.add_dependency "activeadmin", ">= 1.1", "< 4.0"
end

0 comments on commit 4afdb04

Please sign in to comment.