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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 1.2.7 (UNRELEASED)

- Fix ability to include and forward to JSPs under Rails (#370)
- Update (bundled) rack to 2.2.21 (#374)

## 1.2.6

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ group :default do
if rack_version = ENV['RACK_VERSION']
gem 'rack', rack_version
else
gem 'rack', '~> 2.2.20'
gem 'rack', '~> 2.2.21'
end
end

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ GEM
rake
thor (>= 0.14.0)
diff-lcs (1.6.2)
rack (2.2.20)
rake (13.3.0)
rack (2.2.21)
rake (13.3.1)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -17,7 +17,7 @@ GEM
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.6)
rspec-mocks (3.13.7)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.6)
Expand All @@ -34,6 +34,6 @@ PLATFORMS

DEPENDENCIES
appraisal
rack (~> 2.2.20)
rack (~> 2.2.21)
rake (~> 13.3)
rspec