You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundler::GemRequireError:
There was an error while trying to load the gem 'shoryuken'.
Gem Load Error is: AWS SDK 3 requires aws-sdk-sqs to be installed separately. Please add gem 'aws-sdk-sqs' to your Gemfile
This is only solved if I add aws-sdk-sqs to the Gemfile so I assume we should add it. If there is a different procedure to run tests then we should update README.md.
Once the problem with running spec is solved, we have three failing tests:
Failed examples:
rspec ./spec/rollbar/item_spec.rb:639 # Rollbar::Item#dump with Redis instance in payload and ActiveSupport is enabled dumps to JSON correctly
rspec ./spec/rollbar/plugins/rails_js_spec.rb:11 # ApplicationController renders the snippet and config in the response
rspec ./spec/rollbar_spec.rb:1323 # Rollbar project_gems should handle regex gem patterns
The text was updated successfully, but these errors were encountered:
Running
rake spec
results in:This is only solved if I add
aws-sdk-sqs
to theGemfile
so I assume we should add it. If there is a different procedure to run tests then we should updateREADME.md
.Once the problem with running spec is solved, we have three failing tests:
The text was updated successfully, but these errors were encountered: