Skip to content

Commit

Permalink
Remove support for Ruby 2.5 (#145)
Browse files Browse the repository at this point in the history
* Remove support for Ruby 2.5
  • Loading branch information
maxkadel committed Oct 6, 2021
1 parent c3f50e1 commit 91f8681
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,11 @@ workflows:
version: 2
ci:
jobs:
- build:
name: ruby2-5-8_with_rails_5_2
ruby_version: 2.5.8
rails_version: 5.2.4.3
- build:
name: ruby2-6-6_with_rails_5_2
ruby_version: 2.6.6
rails_version: 5.2.4.3
rails_version: 5.2.6
- build:
name: ruby2-7-1_with_rails_5_2
ruby_version: 2.7.1
rails_version: 5.2.4.3
name: ruby2-7-4_with_rails_5_2
ruby_version: 2.7.4
rails_version: 5.2.6
2 changes: 1 addition & 1 deletion zizia.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files`.split("\n")
gem.require_paths = ['lib']

gem.required_ruby_version = '>= 2.3.4'
gem.required_ruby_version = '>= 2.6'

gem.add_dependency 'active-fedora'
gem.add_dependency 'kaminari'
Expand Down

0 comments on commit 91f8681

Please sign in to comment.