aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 702a268..bbadcb1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'