Skip to content

Commit

Permalink
Only support Ruby < 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jun 8, 2021
1 parent 6f0b610 commit a25c729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- '5.2'
- '6.0'
ruby:
- '2.5.x'
- '2.6.x'
- '2.7.x'
database:
- mysql
- postgresql
Expand Down
2 changes: 1 addition & 1 deletion alchemy_cms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.summary = 'A powerful, userfriendly and flexible CMS for Rails'
gem.description = 'Alchemy is a powerful, userfriendly and flexible Rails CMS.'
gem.requirements << 'ImageMagick (libmagick), v6.6 or greater.'
gem.required_ruby_version = '>= 2.3.0'
gem.required_ruby_version = '~> 2.3'
gem.license = 'BSD New'
gem.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^spec/}) }
gem.require_paths = ['lib']
Expand Down

0 comments on commit a25c729

Please sign in to comment.