Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e7eb4ce

Browse files
committed
7.1.0
1 parent a0d002a commit e7eb4ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
ruby "your-ruby-version"
44

55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
6-
gem "rails", "~> 7.1.0.rc2"
6+
gem "rails", "~> 7.1.0"
77

88
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
99
gem "sprockets-rails"

‎bin/docker-entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -e
22

33
# If running the rails server then create or migrate existing database
4-
if [ "${*}" == "./bin/railsserver" ]; then
4+
if [ "${1}" == "./bin/rails" ] && [ "${2}"=="server" ]; then
55
./bin/rails db:prepare
66
fi
77

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /