Skip to content

Commit 99a67bf

Browse files
committed
Use plain rails
1 parent 040f6ef commit 99a67bf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Gemfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ source "https://rubygems.org"
55
ruby file: ".ruby-version"
66

77
# Core
8-
if ENV["RAILS_MASTER"] == "1"
9-
gem "rails", git: "https://github.com/rails/rails.git"
10-
else
11-
gem "rails", "8.1.2"
12-
end
8+
gem "rails", "8.1.2"
139

1410
# API & Networking
1511
gem "git_hub_bub"

0 commit comments

Comments
 (0)