Skip to content

Commit

Permalink
bundle update --all
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmacgowan committed Dec 18, 2024
1 parent b6c46e7 commit 60e3c5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
3.3.6
5 changes: 3 additions & 2 deletions spec/acceptance/github-server/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

source "https://rubygems.org"

gem "rack", "= 2.2.8.1"
gem "rack", "~> 3.1.8"
gem "rackup", "~> 2.2"
gem "rack-test", "~> 2.1"
gem "sinatra", "= 3.2.0"
gem "sinatra", "~> 4.1.1"
gem "webrick", "~> 1.8"

0 comments on commit 60e3c5e

Please sign in to comment.