Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump exception_notification from 4.5.0 to unreleased version #8525

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
gem 'cancancan', '~> 3.6.1'
gem 'charlock_holmes', '~> 0.7.9'
gem 'dalli', '~> 3.2.8'
gem 'exception_notification', '~> 4.5.0'
gem 'exception_notification', git: 'https://github.com/smartinez87/exception_notification.git', branch: 'master'

Check warning on line 96 in Gemfile

View workflow job for this annotation

GitHub Actions / build

[rubocop] reported by reviewdog 🐶 Line is too long. [112/80] (https://rubystyle.guide#max-line-length) Raw Output: Gemfile:96:96: C: Layout/LineLength: Line is too long. [112/80] (https://rubystyle.guide#max-line-length)
gem 'fancybox-rails', '~> 0.3.0'
gem 'friendly_id', '~> 5.5.1'
gem 'gnuplot', '~> 2.6.0'
Expand Down
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ GIT
strip_attributes (1.12.0)
activemodel (>= 3.0, < 8.0)

GIT
remote: https://github.com/smartinez87/exception_notification.git
revision: 60e158888bbff96f7a9ae00ae97305cdd33726e9
branch: master
specs:
exception_notification (4.5.0)
actionmailer (>= 5.2, < 9)
activesupport (>= 5.2, < 9)

PATH
remote: gems/alaveteli_features
specs:
Expand Down Expand Up @@ -182,9 +191,6 @@ GEM
rake (>= 12.0.0, < 14.0.0)
docile (1.4.0)
erubi (1.13.1)
exception_notification (4.5.0)
actionmailer (>= 5.2, < 8)
activesupport (>= 5.2, < 8)
execjs (2.9.1)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -597,7 +603,7 @@ DEPENDENCIES
charlock_holmes (~> 0.7.9)
dalli (~> 3.2.8)
excel_analyzer!
exception_notification (~> 4.5.0)
exception_notification!
factory_bot_rails (~> 6.4.4)
fancybox-rails (~> 0.3.0)
fast_gettext (~> 3.1.0)
Expand Down
Loading