Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem "yajl-ruby", "1.3.1"
gem "sinatra", "2.0.1"
gem "sinatra", "2.2.3"

group :development do
gem "minitest"
Expand Down
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ GEM
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
mustermann (1.0.2)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
oauth2 (1.4.0)
Expand All @@ -47,24 +48,25 @@ GEM
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
psych (3.0.2)
rack (2.0.3)
rack-protection (2.0.1)
rack (2.2.4)
rack-protection (2.2.3)
rack
rake (12.3.0)
rdoc (6.0.1)
ruby2_keywords (0.0.5)
semver2 (3.4.2)
simplecov (0.15.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sinatra (2.0.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.1)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.3)
tilt (~> 2.0)
thread_safe (0.3.6)
tilt (2.0.8)
tilt (2.0.11)
yajl-ruby (1.3.1)

PLATFORMS
Expand All @@ -76,7 +78,7 @@ DEPENDENCIES
minitest
rdoc
simplecov
sinatra (= 2.0.1)
sinatra (= 2.2.3)
yajl-ruby (= 1.3.1)

BUNDLED WITH
Expand Down