Skip to content

Commit

Permalink
update openstax_salesforce (sync all accounts) (#1257)
Browse files Browse the repository at this point in the history
* update openstax_salesforce (sync all accounts)

* update cassettes
  • Loading branch information
mwvolo authored Sep 4, 2024
1 parent 6182b9a commit 09a03e6
Show file tree
Hide file tree
Showing 7 changed files with 222 additions and 161 deletions.
32 changes: 17 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ GEM
i18n (>= 1.6, < 1.8)
fakeredis (0.6.0)
redis (~> 3.2)
faraday (1.10.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand All @@ -282,6 +282,8 @@ GEM
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-http-cache (2.5.1)
faraday (>= 0.8)
faraday-httpclient (1.0.1)
Expand All @@ -294,7 +296,7 @@ GEM
faraday-retry (1.0.3)
faraday_middleware (1.2.0)
faraday (~> 1.0)
ffi (1.15.4)
ffi (1.17.0)
fine_print (6.0.1)
action_interceptor
jquery-rails
Expand Down Expand Up @@ -380,10 +382,9 @@ GEM
libv8-node (16.19.0.1)
libv8-node (16.19.0.1-x86_64-darwin)
libv8-node (16.19.0.1-x86_64-linux)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
lograge (0.11.2)
actionpack (>= 4)
activesupport (>= 4)
Expand Down Expand Up @@ -414,7 +415,7 @@ GEM
multi_xml (0.6.0)
multipart-post (2.4.1)
nenv (0.3.0)
net-imap (0.4.14)
net-imap (0.4.15)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -483,7 +484,7 @@ GEM
rails (>= 3.0)
openstax_rescue_from (4.2.0)
rails (>= 3.1, < 7.0)
openstax_salesforce (7.8.2)
openstax_salesforce (8.0.0)
openstax_active_force
rails (>= 5.0, < 7.0)
restforce
Expand Down Expand Up @@ -574,8 +575,8 @@ GEM
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (13.2.1)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
redis (3.3.5)
redis-actionpack (5.0.2)
Expand Down Expand Up @@ -608,9 +609,11 @@ GEM
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
restforce (5.3.1)
faraday (>= 0.9.0, <= 1.10.0)
faraday_middleware (>= 0.8.8, <= 2.0)
restforce (6.2.4)
faraday (>= 1.1.0, < 2.8.0)
faraday-follow_redirects (<= 0.3.0, < 1.0.0)
faraday-multipart (>= 1.0.0, < 2.0.0)
faraday-net_http (< 4.0.0)
hashie (>= 1.2.0, < 6.0)
jwt (>= 1.5.6)
rexml (3.3.6)
Expand Down Expand Up @@ -661,7 +664,6 @@ GEM
ruby-graphviz (1.2.3)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.5)
ruby_dep (1.3.1)
rubyzip (2.3.2)
safely_block (0.3.0)
errbase (>= 0.1.1)
Expand Down Expand Up @@ -718,7 +720,7 @@ GEM
test_xml (0.1.8)
diffy (~> 3.0)
nokogiri (>= 1.3.2)
thor (1.3.1)
thor (1.3.2)
thread_safe (0.3.6)
tilt (2.0.10)
timecop (0.8.1)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 09a03e6

Please sign in to comment.