Skip to content

Commit f5bc4c2

Browse files
committed
bundle released version of Rack 2
1 parent 3908b4e commit f5bc4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ gemspec
44

55
gem 'actionpack', github: 'rails/rails', branch: 'main'
66
gem 'railties', github: 'rails/rails', branch: 'main'
7-
gem 'rack', github: 'rack/rack', branch: 'master', ref: "e84bb296d1a16b32159608596f1f5a23b2016633"
7+
gem 'rack', '~> 2.2'
88
gem 'sprockets', github: 'rails/sprockets', branch: '3.x'

0 commit comments

Comments
 (0)