Skip to content

Commit

Permalink
rubocop und Fixes nach Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ro90 committed Nov 14, 2023
1 parent ee5fd89 commit 183973c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ GEM
actionview (7.1.1)
activesupport (= 7.1.1)
builder (~> 3.1)
erubi (~> 1.4)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
active_storage_validations (1.1.1)
Expand Down Expand Up @@ -140,8 +140,7 @@ GEM
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.4)
date (3.3.3)
drb (2.1.1)
drb (2.2.0)
ruby2_keywords
erb_lint (0.5.0)
activesupport
Expand Down Expand Up @@ -219,7 +218,7 @@ GEM
minitest (5.20.0)
msgpack (1.7.2)
multi_xml (0.6.0)
mutex_m (0.1.2)
mutex_m (0.2.0)
net-imap (0.4.5)
date
net-protocol
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/exception_notification.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

unless Rails.env.development? || Rails.env.test?
unless Rails.env.local?
require 'config'

config = Config.for(:mailer)
Expand Down

0 comments on commit 183973c

Please sign in to comment.