Skip to content

Commit 9bdd8da

Browse files
committed
Test without sendgrid gem
1 parent 5389ba0 commit 9bdd8da

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gem 'pundit', '~> 2.5'
3333
gem 'rack-cors', '~> 3.0'
3434
gem 'rswag-api', '~> 2.17.0'
3535
gem 'rswag-ui', '~> 2.17.0'
36-
gem 'sendgrid', '~> 1.2.4'
36+
# gem 'sendgrid', '~> 1.2.4'
3737
gem 'sprockets-rails', '~> 3.5', '>= 3.5.2'
3838
gem 'strong_migrations', '~> 2.5'
3939
gem 'yaaf', '~> 3.0'

Gemfile.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,6 @@ GEM
603603
rexml (~> 3.2, >= 3.2.5)
604604
rubyzip (>= 1.2.2, < 4.0)
605605
websocket (~> 1.0)
606-
sendgrid (1.2.4)
607-
json
608606
sexp_processor (4.17.5)
609607
shoulda-matchers (7.0.1)
610608
activesupport (>= 7.1)
@@ -723,7 +721,6 @@ DEPENDENCIES
723721
rubocop-rspec (~> 3.9)
724722
rubocop-rspec_rails (~> 2.32.0)
725723
selenium-webdriver (~> 4.40.0)
726-
sendgrid (~> 1.2.4)
727724
shoulda-matchers (~> 7.0)
728725
simplecov (~> 0.22.0)
729726
sprockets-rails (~> 3.5, >= 3.5.2)

0 commit comments

Comments
 (0)