Skip to content

Commit

Permalink
Bump restforce from 5.3.0 to 5.3.1 (#596)
Browse files Browse the repository at this point in the history
Bumps [restforce](https://github.com/restforce/restforce) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/restforce/restforce/releases)
- [Changelog](https://github.com/restforce/restforce/blob/main/CHANGELOG.md)
- [Commits](restforce/restforce@v5.3.0...v5.3.1)

---
updated-dependencies:
- dependency-name: restforce
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2022
1 parent 7a3c60a commit e6ae116
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gem 'omniauth-stripe'
gem 'rack-attack', '~> 6.6.1'

# translation
gem 'restforce', '~> 5.3.0'
gem 'restforce', '~> 5.3.1'
gem 'stripe', '~> 6.5.0'
gem 'rest-client', '~> 2.1.0'

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ GEM
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
Expand All @@ -154,7 +154,7 @@ GEM
concurrent-ruby (~> 1.0)
interception (0.5)
io-console (0.5.11)
jwt (2.3.0)
jwt (2.4.1)
launchy (2.5.0)
addressable (~> 2.7)
listen (3.7.0)
Expand Down Expand Up @@ -194,7 +194,7 @@ GEM
msgpack (1.5.2)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
multipart-post (2.2.3)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
netrc (0.11.0)
Expand Down Expand Up @@ -324,7 +324,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
restforce (5.3.0)
restforce (5.3.1)
faraday (>= 0.9.0, <= 1.10.0)
faraday_middleware (>= 0.8.8, <= 2.0)
hashie (>= 1.2.0, < 6.0)
Expand Down Expand Up @@ -474,7 +474,7 @@ DEPENDENCIES
resque-retry (~> 1.7.6)
resque-scheduler (~> 4.5.0)
rest-client (~> 2.1.0)
restforce (~> 5.3.0)
restforce (~> 5.3.1)
rubocop (= 0.89.1)
rubocop-daemon
rubocop-minitest
Expand Down

0 comments on commit e6ae116

Please sign in to comment.