Skip to content

Commit

Permalink
Allow active_support upto 7.3
Browse files Browse the repository at this point in the history
why?
We need this to resolve the raisl 7.1 dependency
  • Loading branch information
ankithads committed May 2, 2024
1 parent d0a544c commit a7ff1ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions transferwise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency "activesupport", ">= 3.0.0", "< 7.1"
spec.add_runtime_dependency "activesupport", ">= 3.0.0", "< 7.3"
spec.add_runtime_dependency "oauth2", ">= 1.4.0", "< 2.0"
spec.add_runtime_dependency "rest-client", ">= 1.4", "< 4.0"
spec.add_development_dependency "bundler", "~> 2.2"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"

spec.add_development_dependency "webmock", "~> 3.0"
end
end

0 comments on commit a7ff1ae

Please sign in to comment.