Skip to content

Commit

Permalink
Update required ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Mar 21, 2023
1 parent b7742d4 commit 3208666
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gem/mulang.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ Gem::Specification.new do |spec|
spec.files = Dir['lib/**/*', 'bin/**/*']
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib', 'bin']
spec.required_ruby_version = '>= 2.6', '< 3.2'

spec.add_dependency "mumukit-core", '> 1.0'
spec.add_dependency "mumukit-core", '~> 1.19'

spec.add_development_dependency 'codeclimate-test-reporter'
spec.add_development_dependency "activesupport", "~> 6.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "pry", "~> 3.0"

spec.required_ruby_version = '>= 3.0'
end

0 comments on commit 3208666

Please sign in to comment.