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'
26
26
gem 'jquery-ui-rails'
27
27
28
28
# Use Active Storage variant
29
- gem 'image_processing' , '~> 1.2 '
29
+ gem 'image_processing' , '~> 1.14 '
30
30
gem 'mutex_m' # LOCKED: Added because of activesupport 7.0
31
31
gem 'nokogiri'
32
32
gem 'omniauth'
@@ -58,10 +58,10 @@ gem 'faraday'
58
58
59
59
gem 'stripe'
60
60
61
- gem 'rails-html-sanitizer' , '~> 1.6.1 '
61
+ gem 'rails-html-sanitizer' , '~> 1.6.2 '
62
62
63
63
# Use the Puma web server [https://github.com/puma/puma]
64
- gem 'puma' , '~> 6.4 '
64
+ gem 'puma' , '~> 6.6 '
65
65
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
66
66
gem 'importmap-rails'
67
67
# Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
@@ -107,10 +107,10 @@ group :test do
107
107
gem 'capybara'
108
108
gem 'selenium-webdriver'
109
109
gem 'database_cleaner'
110
- gem 'shoulda-matchers' , '~> 6.2 '
110
+ gem 'shoulda-matchers' , '~> 6.5 '
111
111
gem 'simplecov' , require : false
112
112
gem 'simplecov-lcov' , require : false
113
- gem 'timecop' , '~> 0.9.8 '
113
+ gem 'timecop' , '~> 0.9.10 '
114
114
end
115
115
116
116
group :production do
You can’t perform that action at this time.
0 commit comments