Merge pull request #6697 from betagouv/ruby_3_missing_gem
Ajoute une gem manquante avec ruby 3
This commit is contained in:
commit
ca31a4c837
2 changed files with 2 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -67,6 +67,7 @@ gem 'rails'
|
|||
gem 'rails-i18n' # Locales par défaut
|
||||
gem 'rake-progressbar', require: false
|
||||
gem 'react-rails'
|
||||
gem 'rexml' # add missing gem due to ruby3 (https://github.com/Shopify/bootsnap/issues/325)
|
||||
gem 'rgeo-geojson'
|
||||
gem 'rqrcode'
|
||||
gem 'ruby-saml-idp'
|
||||
|
|
|
@ -858,6 +858,7 @@ DEPENDENCIES
|
|||
rails-i18n
|
||||
rake-progressbar
|
||||
react-rails
|
||||
rexml
|
||||
rgeo-geojson
|
||||
rqrcode
|
||||
rspec-rails
|
||||
|
|
Loading…
Reference in a new issue