Skip to content

Commit 4afdb04

Browse files
committed
Fix CI
1 parent 2fb88ee commit 4afdb04

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ jobs:
88
test:
99
name: Tests with Ruby ${{ matrix.ruby }} Rails ${{ matrix.rails }} Active Admin ${{ matrix.activeadmin }}
1010
runs-on: ubuntu-latest
11-
services:
12-
chrome:
13-
image: selenium/standalone-chrome:114.0.5735.133
14-
ports:
15-
- 4444:4444
1611
strategy:
1712
matrix:
1813
ruby:

active_admin_scoped_collection_actions.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Gem::Specification.new do |spec|
1717
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
1818
spec.require_paths = ["lib"]
1919

20-
spec.add_dependency "activeadmin", ">= 1.1", "< 4.a"
20+
spec.add_dependency "activeadmin", ">= 1.1", "< 4.0"
2121
end

0 commit comments

Comments
 (0)