Skip to content

Commit

Permalink
CI: use latest rack-test release, not trunk (#1969)
Browse files Browse the repository at this point in the history
This comes from #1801 and maybe
it was a reason back then but I don't see any now.

This just makes things simpler, for example, the Docker Ruby images
based on Alpine does not come with git.
  • Loading branch information
dentarg committed Dec 22, 2023
1 parent 2b89659 commit 11119a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ puma_version = { github: 'puma/puma' } if puma_version == 'head'
gem 'puma', puma_version

gem 'minitest', '~> 5.0'
gem 'rack-test', github: 'rack/rack-test'
gem 'rack-test'
gem 'rubocop', '~> 1.32.0', require: false
gem 'yard' # used by rake doc

Expand Down
2 changes: 1 addition & 1 deletion rack-protection/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ gem 'rack', rack_version

gemspec

gem 'rack-test', github: 'rack/rack-test'
gem 'rack-test'
2 changes: 1 addition & 1 deletion sinatra-contrib/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'haml'
gem 'hamlit', '>= 3'
gem 'rack', rack_version
gem 'rack-protection', path: '../rack-protection'
gem 'rack-test', github: 'rack/rack-test'
gem 'rack-test'
gem 'rake', '>= 12.3.3'
gem 'rspec', '~> 3'
gem 'sinatra', path: '..'
Expand Down

0 comments on commit 11119a8

Please sign in to comment.