Skip to content

Commit ee870aa

Browse files
committed
Small image changes -- Trix?
1 parent cb8ebdb commit ee870aa

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
5 Bytes
Loading
9 Bytes
Loading

gemfiles/7.2.gemfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
gems = "#{__dir__}/common.gemfile"
2+
eval File.read(gems), binding, gems # rubocop: disable Security/Eval
3+
4+
gem "bigdecimal" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
5+
gem "drb" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
6+
gem "mutex_m" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
7+
gem "rails", "~> 7.2.0"
8+
gem "sqlite3"
9+
gem "sprockets-rails", require: "sprockets/railtie"

0 commit comments

Comments
 (0)