Skip to content

Commit

Permalink
Merge pull request #32 from JoshCheek/dependabot/bundler/session6/sol…
Browse files Browse the repository at this point in the history
…ved/1_build_an_app/rack-1.6.12

Bump rack from 1.3.0 to 1.6.12 in /session6/solved/1_build_an_app
  • Loading branch information
JoshCheek committed Jan 21, 2020
2 parents d6d7992 e57f20b commit aac8513
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions session6/solved/1_build_an_app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 1,20 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
rack (1.3.0)
rack (1.6.12)
rack-protection (1.5.5)
rack
rack-test (0.6.0)
rack (>= 1.0)
sinatra (1.2.6)
rack (~> 1.1)
tilt (< 2.0, >= 1.2.2)
tilt (1.3.2)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
tilt (2.0.10)

PLATFORMS
ruby

DEPENDENCIES
rack-test (~> 0.6.0)
sinatra (~> 1.2.6)
rack-test (~> 0.6)
sinatra (~> 1.4)

0 comments on commit aac8513

Please sign in to comment.