diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-08 22:44:13 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-08 22:44:13 +0100 |
| commit | cf3b2db8a33ee7a086af8628c93e2d436b76ca0a (patch) | |
| tree | f69c6070adb727e91181a36d1f72fe6dad23772b /Gemfile | |
| parent | 15f9e8dc3bb25d125128e9b4630074392d0088e9 (diff) | |
| download | operum-cf3b2db8a33ee7a086af8628c93e2d436b76ca0a.tar.gz operum-cf3b2db8a33ee7a086af8628c93e2d436b76ca0a.zip | |
Upgrade to the latest Rails 8.1
Among many other dependencies.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ source 'https://rubygems.org' ruby '3.4.8' # Rails itself :) -gem 'rails', '~> 8' -gem 'rails-i18n', '~> 8' +gem 'rails', '~> 8.1' +gem 'rails-i18n', '~> 8.1' # The original asset pipeline for Rails. gem 'sprockets-rails' |
