Skip to content

Commit 540f2e0

Browse files
authored
Merge pull request #97 from Tresor11/update-tools-version
Update the ruby and rails versions
2 parents d190b79 + 18ef19e commit 540f2e0

File tree

3 files changed

+284
-232
lines changed

3 files changed

+284
-232
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
nodejs 20.9.0
2-
ruby 3.0.2
2+
ruby 3.4.1

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source 'https://rubygems.org'
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

6-
ruby '3.0.2'
6+
ruby '3.4.1'
77

88
gem 'active_storage_validations', '~> 1.0' # Active Storage gems for validating attachments https://github.com/igorkasyanchuk/active_storage_validations
99
gem 'aws-sdk-s3', '~> 1.119', require: false # Official AWS Ruby gem for Amazon S3
@@ -21,7 +21,7 @@ gem 'motor-admin', '~> 0.4.7'
2121
gem 'pg', '~> 1.1' # Use postgresql as the database for Active Record
2222
gem 'premailer-rails', '~> 1.12' # This gem is a drop in solution for styling HTML emails with CSS
2323
gem 'puma', '~> 5.0' # Use the Puma web server [https://github.com/puma/puma]
24-
gem 'rails', '~> 7.0.3' # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
24+
gem 'rails', '~> 7.2.2.1' # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
2525
gem 'redis', '~> 4.0' # Use Redis adapter to run Action Cable in production
2626
# An ActionMailer adapter to send email using SendGrid's HTTPS Web API (instead of SMTP).
2727
gem 'sendgrid-actionmailer', '~> 3.2'

0 commit comments

Comments
 (0)