Skip to content

Commit 1c25ae2

Browse files
committed
Bundle update
1 parent a6adf34 commit 1c25ae2

File tree

2 files changed

+98
-82
lines changed

2 files changed

+98
-82
lines changed

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

44
ruby file: ".ruby-version"
55

6-
gem "rails", github: "rails/rails" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
6+
gem "rails", github: "rails/rails", ref: "c67d91b04d" # pre 8.1.0 release, includes SQLite extension support
7+
# HEADS UP!
8+
# This PR may break sitepress-rails in a future release of Rails (>= 8.0.1) https://github.com/rails/rails/pull/54020
79

810
gem "puma", ">= 5.0" # Use the Puma web server [https://github.com/puma/puma]
911
gem "sqlite3", force_ruby_platform: true # Use sqlite3 as the database for Active Record [https://github.com/sparklemotion/sqlite3-ruby]

0 commit comments

Comments
 (0)