Skip to content

Commit

Permalink
Drop Rails 5.2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jun 23, 2022
1 parent d91615c commit 144b505
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
include:
- rails_version: 6.0.3.7
ruby: 2.7
- rails_version: 5.2.6.3
ruby: 2.6
env:
RAILS_VERSION: ${{ matrix.rails_version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion arclight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'blacklight', '~> 7.2'
spec.add_dependency 'blacklight_range_limit', '>= 7.1', '< 9'
spec.add_dependency 'rails', '>= 5.2.3', '< 7.1'
spec.add_dependency 'rails', '>= 6', '< 7.1'
spec.add_dependency 'rexml'
spec.add_dependency 'traject', '~> 3.0'
spec.add_dependency 'traject_plus', '~> 2.0'
Expand Down

0 comments on commit 144b505

Please sign in to comment.