diff --git a/Gemfile b/Gemfile index e8871bf..d7a622f 100644 --- a/Gemfile +++ b/Gemfile @@ -5,9 +5,9 @@ ruby ENV['CUSTOM_RUBY_VERSION'] || '2.2.5' gem 'bigcommerce', '~> 1.0' gem 'omniauth-bigcommerce', '~> 0.3.0' -gem 'sinatra', '~> 1.4.7' +gem 'sinatra', '~> 2.0.0' gem 'datamapper' -gem 'thin' +gem 'thin', '>= 1.7.0' gem 'dotenv' # For JWT example: