Skip to content

Commit

Permalink
chore(deps): update all minor, or patch dependencies on bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent f317736 commit 7686f4b
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 158 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.0.5'
gem 'rails', '~> 7.2.0'
# Use Puma as the app server
gem 'puma', '~> 6.0'
# Use SCSS for stylesheets
Expand All @@ -16,7 +16,7 @@ gem 'cssbundling-rails'
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# Use Prometheus client
gem 'prometheus-client', '~> 4.0.0'
gem 'prometheus-client', '~> 4.2.0'

gem 'icalendar'
gem 'rack-cors'
Expand All @@ -39,7 +39,7 @@ group :development, :test do
gem 'committee'
gem 'committee-rails'
gem 'simplecov'
gem 'rubocop', '~> 1.56.0'
gem 'rubocop', '~> 1.68.0'
gem 'rubocop-rails'
gem 'rubocop-rspec'
gem 'annotate', require: false
Expand Down Expand Up @@ -94,7 +94,7 @@ gem 'redcarpet'

# processing images
gem "uppy-s3_multipart", "~> 1.0"
gem "image_processing", "~> 1.12.2"
gem "image_processing", "~> 1.13.0"

gem 'awesome_nested_set'
gem 'aws-sdk-rails'
Expand All @@ -113,11 +113,11 @@ gem "aws-sdk-ssm"

gem 'active_hash'

gem "turbo-rails", "2.0.5"
gem "turbo-rails", "2.0.11"

gem 'slack-ruby-client'

gem 'nokogiri', '1.16.5'
gem 'nokogiri', '1.16.7'

gem 'faraday-retry'

Expand Down
Loading

0 comments on commit 7686f4b

Please sign in to comment.