Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby '3.1.2'
gem 'net-smtp', '~> 0.3.1', require: false

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 7.0.5', '>= 7.0.5.1'
gem 'rails', '~> 7.1.5', '>= 7.1.5.2'
# Use postgresql as the database for Active Record
gem 'pg', '~> 1.1'
# Use Puma as the app server
Expand Down Expand Up @@ -41,7 +41,7 @@ group :development do
gem 'listen', '~> 3.3'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring', '~> 4.0.0'
gem 'rails-erd', '~> 1.6.1'
gem 'rails-erd', '~> 1.7.0'
end

group :test do
Expand All @@ -59,6 +59,6 @@ gem 'rmagick', '~> 4.2.4'
gem 'cloudinary', '~> 1.22'
gem 'httparty', '~> 0.21', '>= 0.21.0'

gem 'active_storage_validations', '~> 1.0', '>= 1.0.0'
gem 'active_storage_validations', '~> 1.1', '>= 1.1.0'

gem 'dotenv-rails', '~> 2.8.1'
Loading
Loading