Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.1.0'
gem 'rails', '~> 7.2.0'
# Use Puma as the app server
gem 'puma', '~> 6.0'
# Use SCSS for stylesheets
Expand Down Expand Up @@ -101,6 +101,8 @@ gem "image_processing", "~> 1.12.2"

gem 'awesome_nested_set'
gem 'aws-sdk-rails'
gem 'aws-actionmailer-ses', '~> 1.0'
gem 'aws-activejob-sqs'

gem 'activerecord-nulldb-adapter'

Expand Down
Loading
Loading