File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source "https://rubygems.org"
2
2
3
3
# Our gems
4
4
# bundle config set local.aws-sdk-rails ../
5
- gem 'aws-sdk-rails' , path : "../"
5
+ gem 'aws-sdk-rails' , git : 'https://github.com/aws/aws-sdk-rails' , branch : 'main'
6
6
gem 'aws-actiondispatch-dynamodb' , git : 'https://github.com/aws/aws-actiondispatch-dynamodb-ruby' , branch : 'main'
7
7
gem 'aws-actionmailbox-ses' , git : 'https://github.com/aws/aws-actionmailbox-ses-ruby' , branch : 'main'
8
8
gem 'aws-actionmailer-ses' , git : 'https://github.com/aws/aws-actionmailer-ses-ruby' , branch : 'main'
Original file line number Diff line number Diff line change @@ -4,8 +4,5 @@ class TestJob < ApplicationJob
4
4
5
5
def perform ( *args )
6
6
puts "Job performed with args: #{ args } "
7
- if args [ 0 ] . is_a? ( Hash ) && args [ 0 ] [ :error ]
8
- raise StandardError , 'Boom - error in job.'
9
- end
10
7
end
11
8
end
You can’t perform that action at this time.
0 commit comments