File tree Expand file tree Collapse file tree 2 files changed +99
-92
lines changed Expand file tree Collapse file tree 2 files changed +99
-92
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ gem 'jquery-rails'
2626gem 'jquery-ui-rails'
2727
2828# Use Active Storage variant
29- gem 'image_processing' , '~> 1.2 '
29+ gem 'image_processing' , '~> 1.14 '
3030gem 'mutex_m' # LOCKED: Added because of activesupport 7.0
3131gem 'nokogiri'
3232gem 'omniauth'
@@ -58,10 +58,10 @@ gem 'faraday'
5858
5959gem '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]
6666gem '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 '
114114end
115115
116116group :production do
You can’t perform that action at this time.
0 commit comments