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,6 +1,6 @@
source 'https://rubygems.org'

gem 'sinatra', '~> 1.4', '< 2'
gem 'sinatra', '~> 4.2'
gem 'sinatra-contrib'
gem 'sinatra-cors'
gem 'sinatra-param'
Expand Down
49 changes: 30 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
GEM
remote: https://rubygems.org/
specs:
backports (3.20.2)
base64 (0.3.0)
byebug (11.1.3)
chef-utils (18.3.0)
concurrent-ruby
Expand All @@ -26,6 +26,7 @@ GEM
domain_name (~> 0.5)
json (2.6.1)
kgio (2.11.3)
logger (1.7.0)
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
Expand All @@ -34,18 +35,25 @@ GEM
chef-utils
mixlib-versioning (1.1.0)
multi_json (1.15.0)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
netrc (0.11.0)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
rack (1.6.13)
rack-protection (1.5.5)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack (3.2.3)
rack-protection (4.2.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rack-test (2.2.0)
rack (>= 1.3)
raindrops (0.19.1)
rake (13.0.6)
rb-readline (0.5.5)
Expand Down Expand Up @@ -77,23 +85,26 @@ GEM
rspec-support (3.10.3)
rspec_junit_formatter (0.5.1)
rspec-core (>= 2, < 4, != 2.12.0)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-contrib (1.4.7)
backports (>= 2.0)
multi_json
rack-protection
rack-test
sinatra (~> 1.4.0)
tilt (>= 1.3, < 3)
ruby2_keywords (0.0.5)
sinatra (4.2.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.2.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sinatra-contrib (4.2.1)
multi_json (>= 0.0.2)
mustermann (~> 3.0)
rack-protection (= 4.2.1)
sinatra (= 4.2.1)
tilt (~> 2.0)
sinatra-cors (1.2.0)
sinatra-param (1.6.0)
sinatra (>= 1.3)
statsd-ruby (1.5.0)
thor (1.3.0)
tilt (2.0.10)
tilt (2.6.1)
trashed (3.2.7)
statsd-ruby (~> 1.1)
unf (0.1.4)
Expand Down Expand Up @@ -123,7 +134,7 @@ DEPENDENCIES
rspec-legacy_formatters
rspec-rerun (~> 1.1.0)
rspec_junit_formatter
sinatra (~> 1.4, < 2)
sinatra (~> 4.2)
sinatra-contrib
sinatra-cors
sinatra-param
Expand Down