Skip to content

build: update dependencies for rails 5.2.8#2

Open
anachronicsofa wants to merge 5 commits into3-1-0-stablefrom
3-1-1-stable
Open

build: update dependencies for rails 5.2.8#2
anachronicsofa wants to merge 5 commits into3-1-0-stablefrom
3-1-1-stable

Conversation

@anachronicsofa
Copy link

@anachronicsofa anachronicsofa commented Feb 4, 2025

Atualização de dependências para o rails 5.2.8

O que foi feito:

  • Ajuste de versionamento de dependências;
  • Remoção de apontamento de spree_auth_devise para repositório externo;

Validar build:

Talvez seja necessário adicionar o seguinte código em seu sandbox.sh

# Update migrations to use ActiveRecord::Migration[5.2]
grep -rl ActiveRecord::Migration$ db | xargs sed -i '' "s/ActiveRecord::Migration/ActiveRecord::Migration[5.2]/g"

Para montar o sandbox, rode:

# Montar o sandbox 
bundle exec rake sandbox
bundle exec rake railties:install:migrations
bundle exec rake db:migrate
bundle exec rake db:seed
bundle exec rake spree_sample:load

rails s 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant