Skip to content

Commit

Permalink
Merge pull request #213 from Shopify/dependabot/bundler/minor_version…
Browse files Browse the repository at this point in the history
…s-553e7fa31f

Bump the minor_versions group with 1 update
  • Loading branch information
anaclaudiar committed Jan 18, 2024
2 parents 2d4b02d + a5e0ba3 commit 8100418
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/record_store/provider/dynect.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'fog/dynect'
require 'limiter'

Fog::DNS::Dynect::Real.extend(Limiter::Mixin)
Fog::DNS::Dynect::Real.limit_method(:request, rate: 5, interval: 1) # 5 RPS == 300 RPM
Fog::Dynect::DNS::Real.extend(Limiter::Mixin)
Fog::Dynect::DNS::Real.limit_method(:request, rate: 5, interval: 1) # 5 RPS == 300 RPM

module RecordStore
class Provider::DynECT < Provider
Expand Down
2 changes: 1 addition & 1 deletion record_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'thor', '>= 0.20.3', '< 1.4.0'

spec.add_runtime_dependency 'dnsimple', '~> 4.4.0'
spec.add_runtime_dependency 'fog-dynect', '~> 0.4.0'
spec.add_runtime_dependency 'fog-dynect', '>= 0.4', '< 0.6'
spec.add_runtime_dependency 'fog-json'
spec.add_runtime_dependency 'fog-xml'
spec.add_runtime_dependency 'google-cloud-dns', '~> 0.31'
Expand Down

0 comments on commit 8100418

Please sign in to comment.