Skip to content

Commit

Permalink
Upgrade rackup gem from 0.2.3 to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertszivos committed Sep 25, 2024
1 parent 065cb66 commit 36de3b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
mail_grabber (1.3.6)
mail (~> 2.5)
rackup (~> 0.2)
rackup (~> 2.1)
sqlite3 (~> 1.4)

GEM
Expand Down Expand Up @@ -64,9 +64,9 @@ GEM
rack (3.1.7)
rack-test (2.1.0)
rack (>= 1.3)
rackup (0.2.3)
rack (>= 3.0.0.beta1)
webrick
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
Expand Down
2 changes: 1 addition & 1 deletion mail_grabber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'mail', '~> 2.5'
spec.add_dependency 'rackup', '~> 0.2'
spec.add_dependency 'rackup', '~> 2.1'
spec.add_dependency 'sqlite3', '~> 1.4'
end

0 comments on commit 36de3b7

Please sign in to comment.