Skip to content
Closed
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
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
x86_64-linux

DEPENDENCIES
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ Before running this template, you must have the following installed on your
machine:

- NPM v10.0.0 or later
- Rails 7.1.x
- Rails (see [target_versions.yml file](target_versions.yml) for supported
major.minor version)

The following are not strictly required to run the template but you will need it
to start the Rails app that this template creates:
Expand Down
4 changes: 4 additions & 0 deletions variants/backend-base/Gemfile.tt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ gem "okcomputer"
gem "sentry-ruby"
gem "sentry-rails"

# ostruct is loaded from the standard library, but will no longer be part of the
# default gems starting from Ruby 4.0.0. so we mention it explicitly here.
gem "ostruct"

gem "rack-canonical-host"

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
Expand Down
Loading