From 1ff888167db4ccf662ccbbb6cf4b451dbc158056 Mon Sep 17 00:00:00 2001 From: Israel Sant'Anna <ibsantanna@inf.ufpr.br> Date: Wed, 26 May 2021 10:49:01 -0300 Subject: [PATCH] Changed ruby to 3.0.1 --- .ruby-version | 2 +- Gemfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 2c9b4ef42..cb2b00e4f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.3 +3.0.1 diff --git a/Gemfile b/Gemfile index 6f75c7a49..fb472b0b8 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'devise' gem 'kt-paperclip', github: 'kreeti/kt-paperclip', branch: 'master' # enable login via rest -gem 'devise_token_auth' +gem 'devise_token_auth', github: 'lynndylanhurley/devise_token_auth', branch: 'master' gem 'rack-cors', require: 'rack/cors' gem 'rmagick' @@ -126,7 +126,7 @@ gem 'curb', '>= 0.8.8' # C extension is required # For Mac OSX: brew install libarchive && bundle config build.libarchive "--with-opt-dir=/usr/local/opt/libarchive" # gem 'libarchive', '~> 0.1.2', :require => 'libarchive_ruby' -gem 'libarchive-static' +gem 'ffi-libarchive' gem 'gitlab' -- GitLab