Skip to content

Commit

Permalink
Lower activesupport to latest 6.1 version (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Perry <nperry@mavenlink.com>
  • Loading branch information
b6b and ncperry authored Jan 25, 2024
1 parent e53be86 commit f1893fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qualtrics_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 3.0.6'

spec.add_dependency "activesupport", "~> 7.0.8"
spec.add_dependency "activesupport", "~> 6.1.7.6"
spec.add_dependency "faraday", ">= 0.13.1"
spec.add_dependency "faraday_middleware", ">= 0.12.2"
spec.add_dependency "virtus", ">= 1.0"
Expand Down

0 comments on commit f1893fb

Please sign in to comment.