Skip to content

Commit

Permalink
Use released version of Rack
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Nov 19, 2024
1 parent b2e0b01 commit 697d16b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ gem "sinatra"
gem "rackup", "~> 2.1"

gem "sinatra-contrib", "~> 4.0"
# Use pre-released version for "Partitioned" cookie support:
# https://github.com/rack/rack/commit/958ed518cda851546c4d26ff9fd4db6255bd4021
gem "rack", github: "rack/rack", ref: "8c73aefcc7085c71bdfe6c1ec867f126ede34124"
gem "rack", "~> 3.1"
# Use pre-released version for "assume_ssl" option to make "secure" option work in development:
# https://github.com/rack/rack-session/commit/219d8da15b0d1a02c650f956df29db42408a6adb
gem "rack-session", github: "rack/rack-session", ref: "219d8da15b0d1a02c650f956df29db42408a6adb"
Expand Down
10 changes: 2 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ GIT
base64 (>= 0.1.0)
rack (>= 3.0.0)

GIT
remote: https://github.com/rack/rack.git
revision: 8c73aefcc7085c71bdfe6c1ec867f126ede34124
ref: 8c73aefcc7085c71bdfe6c1ec867f126ede34124
specs:
rack (3.0.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -43,6 +36,7 @@ GEM
psych (5.1.2)
stringio
public_suffix (5.0.4)
rack (3.1.8)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
Expand Down Expand Up @@ -81,7 +75,7 @@ PLATFORMS
DEPENDENCIES
debug (~> 1.9)
octokit (~> 8.1)
rack!
rack (~> 3.1)
rack-session!
rackup (~> 2.1)
sinatra
Expand Down

0 comments on commit 697d16b

Please sign in to comment.