We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3449d87 commit 91de0f0Copy full SHA for 91de0f0
Gemfile
@@ -27,7 +27,7 @@ gem 'puma', '~> 6.5.0'
27
gem 'pundit', '~> 2.4.0'
28
gem 'rack-attack', '~> 6.7.0'
29
gem 'rails', '~> 8.0.1'
30
-gem 'rails-i18n', '~> 7.0.10'
+gem 'rails-i18n', '~> 8.0.0'
31
gem 'redis-rails', '~> 5.0.2'
32
gem 'rest-client', '~> 2.1.0'
33
gem 'sassc-rails', '~> 2.1.2'
@@ -40,7 +40,7 @@ gem 'simple_form', '~> 5.3.1'
40
gem 'slack-notifier', '~> 2.4.0'
41
gem 'turbolinks', '~> 5.2.1'
42
gem 'uglifier', '~> 4.2.1'
43
-gem 'validates_timeliness', '~> 7.1.0'
+gem 'validates_timeliness', '~> 8.0.0'
44
gem 'webpacker', '~> 5.4.4'
45
gem 'wicked_pdf'
46
gem 'wkhtmltopdf-binary'
0 commit comments