Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 11 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,30 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
ast (2.4.0)
backports (3.11.3)
backports (3.15.0)
codecov (0.1.10)
json
simplecov
url
coderay (1.1.2)
concurrent-ruby (1.0.5)
diff-lcs (1.3)
docile (1.3.1)
dotenv (2.5.0)
i18n (1.0.1)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.1)
json (2.1.0)
method_source (0.9.0)
minitest (5.11.3)
multi_json (1.13.1)
mustermann (1.0.2)
mustermann (1.0.3)
parallel (1.12.1)
parser (2.5.1.2)
ast (~> 2.4.0)
Expand All @@ -34,9 +25,9 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
puma (3.12.0)
rack (2.0.5)
rack (2.0.7)
rack-cors (1.0.2)
rack-protection (2.0.3)
rack-protection (2.0.7)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -75,23 +66,19 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sinatra (2.0.3)
sinatra (2.0.7)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.3)
rack-protection (= 2.0.7)
tilt (~> 2.0)
sinatra-contrib (2.0.3)
activesupport (>= 4.0.0)
sinatra-contrib (2.0.7)
backports (>= 2.8.2)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.3)
sinatra (= 2.0.3)
tilt (>= 1.3, < 3)
thread_safe (0.3.6)
tilt (2.0.8)
tzinfo (1.2.5)
thread_safe (~> 0.1)
rack-protection (= 2.0.7)
sinatra (= 2.0.7)
tilt (~> 2.0)
tilt (2.0.9)
unicode-display_width (1.4.0)
url (0.3.2)

Expand Down