Skip to content

Commit

Permalink
Add rack ~> 3.0 to gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Aug 3, 2022
1 parent d7b679f commit 6df4373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rack-session.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.4.0'

spec.add_dependency "rack", "~> 3.0"

spec.add_development_dependency 'minitest', "~> 5.0"
spec.add_development_dependency 'minitest-sprint'
spec.add_development_dependency 'minitest-global_expectations'
Expand Down

0 comments on commit 6df4373

Please sign in to comment.