Skip to content

Commit

Permalink
Specify rack version in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
b123400 committed Jul 8, 2024
1 parent 13872ba commit 0471e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ PATH
optimist
ox
parslet
rack (= 3.0.11)
rexml
rubyXL (~> 3.4.0)
rubyntlm (= 0.5.1)
Expand Down
1 change: 1 addition & 0 deletions oddb2xml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "webrick"
spec.add_dependency "rexml"
spec.add_dependency "standardrb"
spec.add_dependency "rack", "3.0.11"

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 0471e5a

Please sign in to comment.