Skip to content

Commit

Permalink
Increase required ruby version because of dry-core
Browse files Browse the repository at this point in the history
  • Loading branch information
sosolidkk committed Apr 14, 2024
1 parent 03f93a5 commit 84fecea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = 'A ruby client to fetch from the public Steam web API'
spec.homepage = 'https://rubygems.org/gems/'
spec.license = 'MIT'
spec.required_ruby_version = '>= 2.7'
spec.required_ruby_version = '>= 3.0'

spec.metadata['homepage_uri'] = spec.homepage

Expand Down

0 comments on commit 84fecea

Please sign in to comment.