Skip to content

Commit

Permalink
Add test for Rack v2.1.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 8, 2023
1 parent 6e9c64a commit 2c43609
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

gemfile:
- gems/rack_v2.rb
- gems/rack_v2-1.rb
- gems/rack_v3.rb

experimental: [false]
Expand Down
7 changes: 7 additions & 0 deletions gems/rack_v2-1.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec path: "../"

gem 'rack', '~> 2.1.0'

0 comments on commit 2c43609

Please sign in to comment.