Skip to content

Commit 60e3c5e

Browse files
committed
bundle update --all
1 parent b6c46e7 commit 60e3c5e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.1
1+
3.3.6

spec/acceptance/github-server/Gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
source "https://rubygems.org"
44

5-
gem "rack", "= 2.2.8.1"
5+
gem "rack", "~> 3.1.8"
6+
gem "rackup", "~> 2.2"
67
gem "rack-test", "~> 2.1"
7-
gem "sinatra", "= 3.2.0"
8+
gem "sinatra", "~> 4.1.1"
89
gem "webrick", "~> 1.8"

0 commit comments

Comments
 (0)