We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c46e7 commit 60e3c5eCopy full SHA for 60e3c5e
.ruby-version
@@ -1 +1 @@
1
-3.3.1
+3.3.6
spec/acceptance/github-server/Gemfile
@@ -2,7 +2,8 @@
2
3
source "https://rubygems.org"
4
5
-gem "rack", "= 2.2.8.1"
+gem "rack", "~> 3.1.8"
6
+gem "rackup", "~> 2.2"
7
gem "rack-test", "~> 2.1"
-gem "sinatra", "= 3.2.0"
8
+gem "sinatra", "~> 4.1.1"
9
gem "webrick", "~> 1.8"
0 commit comments