这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/apps/ruby/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.6.8'

gem 'sinatra', '~>2.1.0'
gem 'sinatra', '~>2.2.0'
gem 'thin'
10 changes: 5 additions & 5 deletions tests/apps/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ GEM
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
rack (2.2.3)
rack-protection (2.1.0)
rack-protection (2.2.0)
rack
ruby2_keywords (0.0.2)
sinatra (2.1.0)
ruby2_keywords (0.0.5)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.1.0)
rack-protection (= 2.2.0)
tilt (~> 2.0)
thin (1.8.1)
daemons (~> 1.0, >= 1.0.9)
Expand All @@ -24,5 +24,5 @@ PLATFORMS
ruby

DEPENDENCIES
sinatra (~> 2.1.0)
sinatra (~> 2.2.0)
thin