Skip to content

Commit

Permalink
Bump exception_notification from 4.5.0 to unreleased version
Browse files Browse the repository at this point in the history
Support for Rails 8 has not yet been released but the `master` branch
has updated to support.
  • Loading branch information
gbp committed Jan 13, 2025
1 parent aaa9b88 commit 3fd9d78
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ gem 'bcrypt', '~> 3.1.20'
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

0 comments on commit 3fd9d78

Please sign in to comment.