You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove spring gem
Spring does not support Rails 7.1 and Ruby 3.3,
which are both used in this project.
* Add arctic_admin gem
If you attempt to run a fresh installation of this repo,
the tests won't pass because of the importations:
- As the arctic_admin gem is not initially on the gemfile,
it will cause the system specs to fail.
- We also need to have the `active_admin.js` in order to pass the specs
(and ensure functionality).
Worth mentioning that `arctic_admin/base` already adds `mixins` and `fontawesome`,
so there might be no need to add them manually.
* Remove arctic_admin gem and move rspec-rails gem
rspec-rails gem should be in dev and test environment
* Add spring back
* Update Gemfile
---------
Co-authored-by: Santiago Bartesaghi <[email protected]>
0 commit comments