Skip to content

Commit

Permalink
Stop auto-requiring whenever gem
Browse files Browse the repository at this point in the history
This commits works around a bug in the whenever gem that has begun crashing the Rails console when doing auto-complete under Ruby 3.2: javan/whenever#831
  • Loading branch information
mjgiarlo committed May 15, 2023
1 parent 411fbfc commit 57bdf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ gem 'sneakers', '~> 2.11' # rabbitMQ background processing
gem 'state_machines-activerecord'
gem 'turbo-rails', '~> 1.0'
gem 'view_component', '~> 2.56.2' # https://github.com/github/view_component/issues/1390
gem 'whenever'
gem 'whenever', require: false # Work around https://github.com/javan/whenever/issues/831
gem 'zipline', '~> 1.4'

0 comments on commit 57bdf43

Please sign in to comment.