Skip to content

Commit

Permalink
chore(deps): update all non-major bundler dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 62b5f2b commit 6db8876
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 111 deletions.
16 changes: 8 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ gem 'omniauth', '~> 2.1.2'
gem 'omniauth-oauth2', '~> 1.8.0'
gem 'omniauth-rails_csrf_protection', '~> 1.0', '>= 1.0.2'
gem 'paper_trail', '~> 16.0.0'
gem 'paranoia', '~> 3.0.0'
gem 'paranoia', '~> 3.0.1'
gem 'pg', '~> 1.5.9'
gem 'puma', '~> 6.5.0'
gem 'puma', '~> 6.6.0'
gem 'pundit', '~> 2.4.0'
gem 'rack-attack', '~> 6.7.0'
gem 'rails', '~> 7.1.0'
gem 'rails', '~> 7.2.2', '>= 7.2.2.1'
gem 'rails-i18n', '~> 7.0.10'
gem 'redis-rails', '~> 5.0.2'
gem 'rest-client', '~> 2.1.0'
gem 'sassc-rails', '~> 2.1.2'
gem 'sentry-rails', '~> 5.22', '>= 5.22.1'
gem 'sentry-ruby', '~> 5.22', '>= 5.22.1'
gem 'sentry-sidekiq', '~> 5.22', '>= 5.22.1'
gem 'sidekiq', '~> 7.3.7'
gem 'sentry-rails', '~> 5.22', '>= 5.22.2'
gem 'sentry-ruby', '~> 5.22', '>= 5.22.2'
gem 'sentry-sidekiq', '~> 5.22', '>= 5.22.2'
gem 'sidekiq', '~> 7.3.8'
gem 'sidekiq-scheduler', '~> 5.0.6'
gem 'simple_form', '~> 5.3.1'
gem 'slack-notifier', '~> 2.4.0'
Expand Down Expand Up @@ -73,7 +73,7 @@ end

group :test do
gem 'rails-controller-testing', '~> 1.0.5'
gem 'rubocop', '~> 1.50.2', require: false
gem 'rubocop', '~> 1.71.0', require: false
gem 'rubocop-performance'
gem 'rubocop-rails'
gem 'rubocop-rspec'
Expand Down
Loading

0 comments on commit 6db8876

Please sign in to comment.