Skip to content

Commit

Permalink
Loosen Rake dependency and add Bundler for CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed May 27, 2023
1 parent c3125e6 commit fdd964a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recharge-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Gem::Specification.new do |spec|
# Need this temporarily for deep_stringify_keys! until we break to_h String key return value
spec.add_dependency "activesupport", "< 8"
spec.add_development_dependency "webmock", "~> 3.0"
spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.0"
end

0 comments on commit fdd964a

Please sign in to comment.