Skip to content

Commit 5806cbd

Browse files
committed
Update shipit benchmark dependencies
- Upgrade to Rails 8.1 - Get rid of the dependency on sassc.
1 parent e420a71 commit 5806cbd

3 files changed

Lines changed: 164 additions & 186 deletions

File tree

benchmarks/shipit/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
source "https://rubygems.org"
22

33
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4-
gem "rails", "~> 8.0.2"
4+
gem "rails", "~> 8.1"
5+
gem "sprockets-rails"
56
# Use sqlite3 as the database for Active Record
67
gem "sqlite3", ">= 2.1"
78
# Use the Puma web server [https://github.com/puma/puma]

0 commit comments

Comments
 (0)