Skip to content

Commit

Permalink
Use proper syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mnovelo committed May 24, 2024
1 parent 010c6c6 commit 32c6904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ros-apartment.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ Gem::Specification.new do |s|
'github_repo' => 'ssh://github.com/rails-on-services/apartment'
}

s.required_ruby_version = '>= 3.0', '< 3.4'

s.add_dependency 'activerecord', '>= 6.1.0', '< 7.2'
s.add_dependency 'parallel', '< 2.0'
s.add_dependency 'public_suffix', '>= 2.0.5', '< 6.0'
s.add_dependency 'rack', '>= 1.3.6', '< 4.0'
s.add_dependency 'ruby', '>= 3.0', '< 3.4'

s.add_development_dependency 'appraisal', '~> 2.2'
s.add_development_dependency 'bundler', '>= 1.3', '< 3.0'
Expand Down

0 comments on commit 32c6904

Please sign in to comment.