diff --git a/Gemfile b/Gemfile index 3cd6870..86cd04b 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,5 @@ ruby "2.6.6" gem 'dotenv', '2.7.4' gem 'encrypted_cookie', '0.0.5' gem 'json', '2.3.0' -gem 'sinatra', '2.0.5' +gem 'sinatra', '2.2.0' gem 'stripe', '4.21.2' diff --git a/Gemfile.lock b/Gemfile.lock index 899a3a9..6944e27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,21 +9,23 @@ GEM multipart-post (>= 1.2, < 3) json (2.3.0) multipart-post (2.1.1) - mustermann (1.0.3) + mustermann (1.1.1) + ruby2_keywords (~> 0.0.1) net-http-persistent (3.0.1) connection_pool (~> 2.2) rack (2.2.3) - rack-protection (2.0.5) + rack-protection (2.2.0) rack - 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) stripe (4.21.2) faraday (~> 0.13) net-http-persistent (~> 3.0) - tilt (2.0.9) + tilt (2.0.10) PLATFORMS ruby @@ -32,7 +34,7 @@ DEPENDENCIES dotenv (= 2.7.4) encrypted_cookie (= 0.0.5) json (= 2.3.0) - sinatra (= 2.0.5) + sinatra (= 2.2.0) stripe (= 4.21.2) RUBY VERSION