Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lock i18n gem and bump sass-rails gem #1165

Merged
merged 1 commit into from Mar 26, 2018
Merged

Conversation

cfitz
Copy link
Member

@cfitz cfitz commented Mar 21, 2018

When running some tests on public, I ran into an issue of the Rails app starting with a different version of i18n than was in the Gemfile.lock. Looks like the indexer's version got bumped up, so there was two versions of the gem in the GEM_HOME. I kinda remember there was an issue with the newer version, but I'm not sure? Frontend and Public Gemfiles all lock to a specific version, so I just did that to Indexer's as well.

Also bumped the version of sass-rails to get rid of the "DEPRECATION WARNING: Sprockets method register_engine is deprecated."

The Frontend still will get that warning because it's also using less-rails via the less-rails-bootstrap gem. This should probably be removed bc less-rails-bootstrap hasn't been updated in awhile and is made for Rails 3/4. Also, we don't really need it, since all the Bootstrap less files are also in the vendor directory. And we probably shouldn't be using both LESS and SASS ( especially since the Public UI is using SASS version of bootstrap ). But I know The Community is wanting to rewrite the Frontend UI, so....good luck!

@cfitz cfitz changed the title Local i18n gem and bump sass-rails gem Lock i18n gem and bump sass-rails gem Mar 21, 2018
This locks the indexer's use of the i18n, which was causing problems
when running the test suite.
Also bumps the sass-rails gem to get rid of the sprokets warning.
@lmcglohon lmcglohon self-requested a review March 26, 2018 14:52
@lmcglohon lmcglohon self-assigned this Mar 26, 2018
@lmcglohon lmcglohon merged commit a27ee4e into archivesspace:master Mar 26, 2018
@cdibella cdibella added the community code contributed by community members not on or contracted by the ArchivesSpace program team label Apr 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community code contributed by community members not on or contracted by the ArchivesSpace program team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants