Skip to content

Commit

Permalink
define required_ruby_version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernhard committed Mar 27, 2024
1 parent c20c02e commit d5bc16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foreman_acd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.summary = 'Foreman plugin to provide application centric deployment and self service portal'
# also update locale/gemspec.rb
s.description = 'Foreman plugin to provide application centric deployment and self service portal'
s.required_ruby_version = '~> 2.7'
s.required_ruby_version = '>= 2.7', '< 4'

s.files = Dir['{app,config,db,lib,locale,webpack}/**/*'] + ['LICENSE', 'Rakefile', 'README.md', 'package.json']
s.test_files = Dir['test/**/*']
Expand Down

0 comments on commit d5bc16e

Please sign in to comment.