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 @@ -9,17 +9,17 @@ ruby "3.1.3"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
if next?
gem "rails", "~> 7.0.0"
gem "rails", "~> 7.1.0"
else
gem "rails", "~> 6.1.0"
gem "rails", "~> 7.0.0"
end

gem "madmin"

# Use postgresql as the database for Active Record
gem "pg", ">= 0.18", "< 2.0"
# Use Puma as the app server
gem "puma", "~> 5.6"
gem "puma", "~> 6.0"
# Use SCSS for stylesheets
gem "sass-rails"
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
Expand Down
Loading
Loading