diff --git a/Gemfile b/Gemfile index f9452d7..813f6f8 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } -gem "sinatra" +gem "sinatra", ">= 2.2.0" gem "twilio-ruby" gem "mime-types" gem "rack-test" diff --git a/Gemfile.lock b/Gemfile.lock index 8505b39..c32618c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,11 +10,12 @@ GEM mime-types-data (3.2019.0331) mini_portile2 (2.4.0) multipart-post (2.1.1) - mustermann (1.0.3) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) nokogiri (1.10.3) mini_portile2 (~> 2.4.0) - rack (2.0.7) - rack-protection (2.0.5) + rack (2.2.3) + rack-protection (2.2.0) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -31,12 +32,13 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.2) - sinatra (2.0.5) + ruby2_keywords (0.0.5) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.5) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) - tilt (2.0.9) + tilt (2.0.10) twilio-ruby (5.25.1) faraday (~> 0.9) jwt (>= 1.5, <= 2.5) @@ -49,8 +51,8 @@ DEPENDENCIES mime-types rack-test rspec - sinatra + sinatra (>= 2.2.0) twilio-ruby BUNDLED WITH - 1.17.2 + 1.17.3