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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ruby '2.6.1'
gem 'dry-auto_inject'
gem 'faraday'
gem 'puma', '>= 3.12', '< 5.0'
gem 'sinatra', '~> 2.0'
gem 'sinatra-contrib', '~> 2.0'
gem 'sinatra', '~> 3.0'
gem 'sinatra-contrib', '~> 3.0'

group :development, :test do
gem 'guard'
Expand Down
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ GEM
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
backports (3.15.0)
byebug (11.0.1)
coderay (1.1.2)
concurrent-ruby (1.1.5)
Expand Down Expand Up @@ -56,9 +55,10 @@ GEM
ruby_dep (~> 1.2)
lumberjack (1.0.13)
method_source (0.9.2)
multi_json (1.13.1)
multi_json (1.15.0)
multipart-post (2.1.1)
mustermann (1.0.3)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nenv (0.3.0)
nio4r (2.5.2)
notiffany (0.1.3)
Expand All @@ -76,8 +76,8 @@ GEM
public_suffix (3.1.1)
puma (4.3.1)
nio4r (~> 2.0)
rack (2.0.8)
rack-protection (2.0.5)
rack (2.2.4)
rack-protection (3.0.4)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -110,6 +110,7 @@ GEM
rubocop-rspec (1.35.0)
rubocop (>= 0.60.0)
ruby-progressbar (1.10.1)
ruby2_keywords (0.0.5)
ruby_dep (1.5.0)
safe_yaml (1.0.5)
shellany (0.0.1)
Expand All @@ -118,22 +119,21 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sinatra (2.0.5)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.5)
sinatra (3.0.4)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.4)
tilt (~> 2.0)
sinatra-contrib (2.0.5)
backports (>= 2.8.2)
sinatra-contrib (3.0.4)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.5)
sinatra (= 2.0.5)
tilt (>= 1.3, < 3)
mustermann (~> 3.0)
rack-protection (= 3.0.4)
sinatra (= 3.0.4)
tilt (~> 2.0)
spoon (0.0.6)
ffi
thor (0.20.3)
tilt (2.0.9)
tilt (2.0.11)
unicode-display_width (1.6.0)
webmock (3.6.2)
addressable (>= 2.3.6)
Expand Down Expand Up @@ -162,8 +162,8 @@ DEPENDENCIES
rubocop-performance
rubocop-rspec
simplecov
sinatra (~> 2.0)
sinatra-contrib (~> 2.0)
sinatra (~> 3.0)
sinatra-contrib (~> 3.0)
webmock
yard
yard-sinatra
Expand Down