doorkeeper-gem / doorkeeper-devise-client

An example OAuth 2 client for Doorkeeper Provider App using Rails and Devise

Home Page:https://doorkeeper-devise-client.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite 1.6.3 requires ruby 2.7 > 2.6

nachokb opened this issue · comments

Last week's dependabot upgrade broke the build:

------                                                                                                                                                                                                                                                                
 > [6/8] RUN bundle install --jobs 4:                                                                                                                                                                                                                                 
#0 3.278 Fetching gem metadata from https://rubygems.org/.........                                                                                                                                                                                                    
#0 5.886 sqlite3-1.6.3-x86_64-linux requires ruby version >= 2.7, < 3.3.dev, which is
#0 5.886 incompatible with the current version, ruby 2.6.3p62
------
Dockerfile:12
--------------------
  10 |     COPY Gemfile Gemfile.lock ./
  11 |     
  12 | >>> RUN bundle install --jobs 4
  13 |     
  14 |     COPY . .
--------------------
ERROR: failed to solve: process "/bin/sh -c bundle install --jobs 4" did not complete successfully: exit code: 5