Skip to content

Commit

Permalink
update sinatra and rack
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gyulavari committed Oct 8, 2019
1 parent d9598e2 commit 82af8ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ GEM
memoist (0.16.0)
multi_json (1.13.1)
multipart-post (2.0.0)
mustermann (1.0.2)
mustermann (1.0.3)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (4.2.0)
os (0.9.6)
public_suffix (3.0.2)
puma (3.11.3)
rack (2.0.4)
rack-protection (2.0.1)
rack (2.0.7)
rack-protection (2.0.7)
rack
rake (12.3.1)
rb-fsevent (0.10.3)
Expand All @@ -77,16 +77,16 @@ GEM
faraday (~> 0.9)
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
sinatra (2.0.1)
sinatra (2.0.7)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.1)
rack-protection (= 2.0.7)
tilt (~> 2.0)
sshkit (1.16.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
temple (0.8.0)
tilt (2.0.8)
tilt (2.0.10)

PLATFORMS
ruby
Expand Down

0 comments on commit 82af8ec

Please sign in to comment.