diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-11-08 10:00:48 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-11-08 10:10:24 +0100 |
| commit | 25ee6490e4e29a69b736ea95a2b198fcc7f98751 (patch) | |
| tree | d0af905b76e0ba36447ddb8889da8d4422b3483c /Gemfile | |
| parent | 7260bdfbee719a93ffe6752ff08c3a77bc198b2d (diff) | |
| download | operum-25ee6490e4e29a69b736ea95a2b198fcc7f98751.tar.gz operum-25ee6490e4e29a69b736ea95a2b198fcc7f98751.zip | |
Upgrade to Rails 8
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,8 +5,9 @@ source 'https://rubygems.org' ruby '3.3.5' # Rails itself :) -gem 'rails', '~> 7.2.0' -gem 'rails-i18n', '~> 7.0.0' +gem 'rails', '~> 8' +# TODO: change to "gem 'rails-i18n'" whenever Rails 8 is supported there. +gem 'rails-i18n', github: 'Shopify/rails-i18n', branch: 'schwad_rails_8' # The original asset pipeline for Rails. gem 'sprockets-rails' |
