Skip to content

Commit

Permalink
Unlock rack (#391)
Browse files Browse the repository at this point in the history
Since middleman-core has upgraded to rack 3.
  • Loading branch information
deivid-rodriguez authored Jan 10, 2025
1 parent 6e3ac75 commit 01a485f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem 'timecop', '~> 0.6', require: false

# Optional dependencies, included for tests
gem 'kramdown'
gem 'rack', '< 3'
gem 'rack'
gem 'activesupport', RUBY_VERSION < '3.1' ? '< 7.1' : '>= 0'

# Code Quality
Expand Down

0 comments on commit 01a485f

Please sign in to comment.