Skip to content

Commit 0f11d7e

Browse files
authored
Merge pull request #352 from joyofrails/chore/update-spec
Bundle update
2 parents a6f4a28 + 1c25ae2 commit 0f11d7e

File tree

3 files changed

+102
-82
lines changed

3 files changed

+102
-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)