Skip to content

Commit ddba12a

Browse files
committed
fix Gemfile
1 parent feb35dd commit ddba12a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appengine/flexible/hello_world/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ group :test do
2626
gem "rspec_junit_formatter"
2727
end
2828

29-
gem "rackup", "~> 2.2"
3029
gem "puma", "~> 6.6"
30+
gem "rackup", "~> 2.2"

appengine/standard-hello_world/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ group :test do
2525
gem "rspec_junit_formatter"
2626
end
2727

28-
gem "rackup", "~> 2.2"
2928
gem "puma", "~> 6.6"
29+
gem "rackup", "~> 2.2"

run/helloworld/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ group :test do
1212
gem "rubysl-securerandom"
1313
end
1414

15-
gem "rackup", "~> 1.0"
1615
gem "puma", "~> 6.6"
16+
gem "rackup", "~> 1.0"

0 commit comments

Comments
 (0)