Skip to content

Commit 8142c4f

Browse files
authored
Merge pull request #2232 from codebar/dependabot/bundler/ruby-deps-f80dd23c97
Bump the ruby-deps group across 1 directory with 31 updates
2 parents 9bb19a2 + 01c1d8d commit 8142c4f

File tree

2 files changed

+99
-92
lines changed

2 files changed

+99
-92
lines changed

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gem 'jquery-rails'
2626
gem 'jquery-ui-rails'
2727

2828
# Use Active Storage variant
29-
gem 'image_processing', '~> 1.2'
29+
gem 'image_processing', '~> 1.14'
3030
gem 'mutex_m' # LOCKED: Added because of activesupport 7.0
3131
gem 'nokogiri'
3232
gem 'omniauth'
@@ -58,10 +58,10 @@ gem 'faraday'
5858

5959
gem 'stripe'
6060

61-
gem 'rails-html-sanitizer', '~> 1.6.1'
61+
gem 'rails-html-sanitizer', '~> 1.6.2'
6262

6363
# Use the Puma web server [https://github.com/puma/puma]
64-
gem 'puma', '~> 6.4'
64+
gem 'puma', '~> 6.6'
6565
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
6666
gem 'importmap-rails'
6767
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
@@ -107,10 +107,10 @@ group :test do
107107
gem 'capybara'
108108
gem 'selenium-webdriver'
109109
gem 'database_cleaner'
110-
gem 'shoulda-matchers', '~> 6.2'
110+
gem 'shoulda-matchers', '~> 6.5'
111111
gem 'simplecov', require: false
112112
gem 'simplecov-lcov', require: false
113-
gem 'timecop', '~> 0.9.8'
113+
gem 'timecop', '~> 0.9.10'
114114
end
115115

116116
group :production do

0 commit comments

Comments
 (0)