Skip to content

Commit

Permalink
Upgrade gems
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Feb 4, 2019
1 parent 2d94f99 commit a4cd233
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source :rubygems source "https://rubygems.org"


gem "sinatra" gem "sinatra"
gem "uuid" gem "uuid"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
@@ -1,5 +1,5 @@
GEM GEM
remote: http://rubygems.org/ remote: https://rubygems.org/
specs: specs:
haml (5.0.4) haml (5.0.4)
temple (>= 0.8.0) temple (>= 0.8.0)
Expand All @@ -8,18 +8,18 @@ GEM
macaddr (1.7.1) macaddr (1.7.1)
systemu (~> 2.6.2) systemu (~> 2.6.2)
mustermann (1.0.3) mustermann (1.0.3)
rack (2.0.5) rack (2.0.6)
rack-protection (2.0.4) rack-protection (2.0.5)
rack rack
raindrops (0.19.0) raindrops (0.19.0)
sinatra (2.0.4) sinatra (2.0.5)
mustermann (~> 1.0) mustermann (~> 1.0)
rack (~> 2.0) rack (~> 2.0)
rack-protection (= 2.0.4) rack-protection (= 2.0.5)
tilt (~> 2.0) tilt (~> 2.0)
systemu (2.6.5) systemu (2.6.5)
temple (0.8.0) temple (0.8.0)
tilt (2.0.8) tilt (2.0.9)
unicorn (5.4.1) unicorn (5.4.1)
kgio (~> 2.6) kgio (~> 2.6)
raindrops (~> 0.7) raindrops (~> 0.7)
Expand All @@ -36,4 +36,4 @@ DEPENDENCIES
uuid uuid


BUNDLED WITH BUNDLED WITH
1.16.2 2.0.1

0 comments on commit a4cd233

Please sign in to comment.