Skip to content

Commit 1f33c6a

Browse files
committed
Make gem order consistent
1 parent d0fae69 commit 1f33c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemfiles/8.1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ eval File.read(gems), binding, gems # rubocop: disable Security/Eval
44
gem "bigdecimal" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
55
gem "drb" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
66
gem "mutex_m" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
7-
gem "rails", "~> 8.1.0"
87
gem "propshaft"
8+
gem "rails", "~> 8.1.0"
99
gem "sqlite3"

0 commit comments

Comments
 (0)