bundle update to catch sinatra 2.0.1

This commit is contained in:
R. Tyler Croy 2018-02-20 14:25:32 -08:00
parent 0f31c0996c
commit 46b1390648
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 31 additions and 30 deletions

View File

@ -1,63 +1,64 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.1.2)
activesupport (5.1.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
concurrent-ruby (1.0.5)
dalli (2.7.6)
diff-lcs (1.3)
faraday (0.12.2)
faraday (0.14.0)
multipart-post (>= 1.2, < 3)
haml (5.0.1)
haml (5.0.4)
temple (>= 0.8.0)
tilt
hashie (3.5.7)
i18n (0.8.6)
kramdown (1.14.0)
minitest (5.10.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
kramdown (1.16.2)
minitest (5.11.3)
multipart-post (2.0.0)
mustermann (1.0.0)
octokit (4.7.0)
mustermann (1.0.2)
octokit (4.8.0)
sawyer (~> 0.8.0, >= 0.5.3)
public_suffix (2.0.5)
puma (3.10.0)
rack (2.0.3)
public_suffix (3.0.2)
puma (3.11.2)
rack (2.0.4)
rack-cache (1.7.1)
rack (>= 0.4)
rack-protection (2.0.0)
rack-protection (2.0.1)
rack
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
rspec-mocks (~> 3.6.0)
rspec-core (3.6.0)
rspec-support (~> 3.6.0)
rspec-expectations (3.6.0)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-mocks (3.6.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
sentry-raven (2.6.3)
sentry-raven (2.7.2)
faraday (>= 0.7.6, < 1.0)
sinatra (2.0.0)
sinatra (2.0.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.0)
rack-protection (= 2.0.1)
tilt (~> 2.0)
temple (0.8.0)
thread_safe (0.3.6)
tilt (2.0.7)
tzinfo (1.2.3)
tilt (2.0.8)
tzinfo (1.2.5)
thread_safe (~> 0.1)
warden (1.2.7)
rack (>= 1.0)