Skip to content

Commit

Permalink
Fixes ylecuyer#121. Update min ruby version in gemspec to be >=2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nicduke38degrees committed Aug 7, 2023
1 parent 60e134b commit 5cfb350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion survey-gizmo-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.summary = 'Gem to use the SurveyGizmo.com REST API, v3+'
gem.homepage = 'http://github.com/jarthod/survey-gizmo-ruby'
gem.licenses = ['MIT']
gem.required_ruby_version = '>= 2.1'
gem.required_ruby_version = '>= 2.6'

gem.add_dependency 'activesupport', '>= 3.0'
gem.add_dependency 'addressable', '>= 2'
Expand Down

0 comments on commit 5cfb350

Please sign in to comment.