Skip to content

Commit

Permalink
Merge pull request #691 from pivotal/dependabot/bundler/rack-gt-1.6-a…
Browse files Browse the repository at this point in the history
…nd-tw-2.2.2

Update rack requirement from > 1.6, ~> 2.0.7 to > 1.6, ~> 2.2.2
  • Loading branch information
xtreme-shane-lattanzio authored Mar 26, 2020
2 parents 11cd638 + 586c8c9 commit 007074c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion license_finder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rubocop-performance', '~> 1.5.0'
s.add_development_dependency 'webmock', '~> 3.5'

s.add_development_dependency 'rack', '~> 2.0.7', '> 1.6'
s.add_development_dependency 'rack', '~> 2.2.2'
s.add_development_dependency 'rack-test', '~> 1.1.0', '> 0.7'

s.files = `git ls-files`.split("\n").reject { |f| f.start_with?('spec', 'features') }
Expand Down

0 comments on commit 007074c

Please sign in to comment.