Skip to content

Commit

Permalink
Merge pull request #6 from adambuckland/allow_rails_7
Browse files Browse the repository at this point in the history
Add support for ActiveSupport 7
  • Loading branch information
gorodscy authored May 25, 2022
2 parents 1d4b685 + fab88a4 commit d0a544c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transferwise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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"
spec.add_runtime_dependency "activesupport", ">= 3.0.0", "< 7.1"
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"
Expand Down

0 comments on commit d0a544c

Please sign in to comment.