Skip to content

Commit 5d1745c

Browse files
committed
[chore] Simplify rails 7 example
(cherry picked from commit 3fc6ac0)
1 parent c417e6f commit 5d1745c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

examples/rails7/Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ source 'https://rubygems.org'
22

33
ruby '~> 3.1.0'
44

5-
gem 'rails', '~> 7.2.2', '>= 7.2.2.2'
6-
gem 'rack', '~> 2.2.20'
7-
gem "sprockets-rails"
5+
gem 'rails', '~> 7.2.0'
6+
gem 'rack', '~> 2.2'
7+
gem 'sprockets-rails'
88

99
gem 'warbler', '~> 2.1'
1010
gem 'jruby-jars', '< 10'

examples/rails7/Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ GEM
107107
loofah (2.24.1)
108108
crass (~> 1.0.2)
109109
nokogiri (>= 1.12.0)
110-
mail (2.8.1)
110+
mail (2.9.0)
111+
logger
111112
mini_mime (>= 0.1.1)
112113
net-imap
113114
net-pop
@@ -227,8 +228,8 @@ PLATFORMS
227228

228229
DEPENDENCIES
229230
jruby-jars (< 10)
230-
rack (~> 2.2.20)
231-
rails (~> 7.2.2, >= 7.2.2.2)
231+
rack (~> 2.2)
232+
rails (~> 7.2.0)
232233
sprockets-rails
233234
warbler (~> 2.1)
234235

0 commit comments

Comments
 (0)