diff --git a/Gemfile b/Gemfile index 6b23a59..30156f6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'sinatra', '~> 2.0' +gem 'sinatra', '~> 2.2' gem 'jwt', '~> 2.1' gem 'octokit', '~> 4.0' gem 'dotenv' diff --git a/Gemfile.lock b/Gemfile.lock index 47745ad..1b4fd46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,22 +8,24 @@ GEM multipart-post (>= 1.2, < 3) jwt (2.1.0) multipart-post (2.0.0) - mustermann (1.0.3) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) octokit (4.13.0) sawyer (~> 0.8.0, >= 0.5.3) public_suffix (3.0.3) rack (2.2.3) - rack-protection (2.0.4) + rack-protection (2.2.0) rack + ruby2_keywords (0.0.5) sawyer (0.8.1) addressable (>= 2.3.5, < 2.6) faraday (~> 0.8, < 1.0) - sinatra (2.0.4) + sinatra (2.2.0) mustermann (~> 1.0) - rack (~> 2.0) - rack-protection (= 2.0.4) + rack (~> 2.2) + rack-protection (= 2.2.0) tilt (~> 2.0) - tilt (2.0.8) + tilt (2.0.10) PLATFORMS ruby @@ -32,7 +34,7 @@ DEPENDENCIES dotenv jwt (~> 2.1) octokit (~> 4.0) - sinatra (~> 2.0) + sinatra (~> 2.2) BUNDLED WITH 1.17.1