Skip to content

Commit 6426f56

Browse files
committed
Merge branch 'main' into student_notes
2 parents 1e4fce3 + 33b2bca commit 6426f56

35 files changed

Lines changed: 1205 additions & 348 deletions

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.3.8
1+
ruby 3.3

Gemfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
source 'https://rubygems.org'
22

3-
ruby '~> 3.3.7'
3+
ruby '~> 3.3'
44

55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
6-
gem 'rails', '~> 7.2.3'
6+
gem 'rails', '~> 7.2.3.1'
77

88
# Use postgres for all env dbs
99
gem 'pg'
@@ -60,6 +60,9 @@ gem 'strong_migrations'
6060
# Logging Customization
6161
gem 'lograge'
6262

63+
# Environment variable management
64+
gem 'dotenv-rails', require: 'dotenv/load'
65+
6366
# Use Active Storage for file uploads [https://guides.rubyonrails.org/active_storage_overview.html]
6467
# gem "activestorage", "~> 7.0.0"
6568

0 commit comments

Comments
 (0)