Skip to content

Commit 945b735

Browse files
committed
ci: Update failing GitHub workflow
1 parent ecaeda6 commit 945b735

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/specs_rails61.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Specs Rails 6.1 with Administrate 0.16
2+
name: Specs Rails 6.1 with Administrate 0.18
33

44
on:
55
pull_request:
@@ -17,7 +17,7 @@ jobs:
1717

1818
env:
1919
RAILS_VERSION: 6.0
20-
ADMINISTRATE_VERSION: 0.16.0
20+
ADMINISTRATE_VERSION: 0.18.0
2121

2222
steps:
2323
- name: Checkout repository

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
[![gem version](https://badge.fury.io/rb/administrate_ransack.svg)](https://badge.fury.io/rb/administrate_ransack)
33
[![gem downloads](https://badgen.net/rubygems/dt/administrate_ransack)](https://rubygems.org/gems/administrate_ransack)
44
[![linters](https://github.com/blocknotes/administrate_ransack/actions/workflows/linters.yml/badge.svg)](https://github.com/blocknotes/administrate_ransack/actions/workflows/linters.yml)
5-
[![specs](https://github.com/blocknotes/administrate_ransack/actions/workflows/specs.yml/badge.svg)](https://github.com/blocknotes/administrate_ransack/actions/workflows/specs.yml)
6-
[![specs Rails7](https://github.com/blocknotes/administrate_ransack/actions/workflows/specs2.yml/badge.svg)](https://github.com/blocknotes/administrate_ransack/actions/workflows/specs2.yml)
5+
[![Specs Rails 8.0](https://github.com/blocknotes/administrate_ransack/actions/workflows/specs_rails80.yml/badge.svg)](https://github.com/blocknotes/administrate_ransack/actions/workflows/specs_rails80.yml)
76

87
A plugin for [Administrate](https://github.com/thoughtbot/administrate) to use [Ransack](https://github.com/activerecord-hackery/ransack) for filtering resources.
98

administrate_ransack.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Gem::Specification.new do |spec|
2020

2121
spec.files = Dir['{app,config,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']
2222

23-
spec.add_runtime_dependency 'administrate'
24-
spec.add_runtime_dependency 'ransack', '>= 2.3', '< 5'
23+
spec.add_dependency 'administrate', '>= 0.18'
24+
spec.add_dependency 'ransack', '>= 2.3', '< 5'
2525
end

0 commit comments

Comments
 (0)