diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-08-10 23:19:47 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-08-10 23:19:47 +0200 |
| commit | f77e0d273f754bdd78244898ad410c1a2ed068c6 (patch) | |
| tree | 92d2f9ac25008081729ab8e7ec749a0473d2c907 /Gemfile | |
| parent | 24c857c08ac207f3b2814df9314fd3c9a7687c1a (diff) | |
| download | operum-f77e0d273f754bdd78244898ad410c1a2ed068c6.tar.gz operum-f77e0d273f754bdd78244898ad410c1a2ed068c6.zip | |
Upgraded to rails 7.2
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ source 'https://rubygems.org' ruby '3.3.4' # Rails itself :) -gem 'rails', '~> 7.1.3' +gem 'rails', '~> 7.2.0' gem 'rails-i18n', '~> 7.0.0' # The original asset pipeline for Rails. |
