Skip to content

Commit

Permalink
Bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Feb 24, 2025
1 parent a6adf34 commit 1c25ae2
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 82 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ git_source(:github) { |repo| "/~https://github.com/#{repo}.git" }

ruby file: ".ruby-version"

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

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

0 comments on commit 1c25ae2

Please sign in to comment.