Skip to content
Snippets Groups Projects
Commit cd8d44ea authored by Tobias Glazebrook's avatar Tobias Glazebrook
Browse files

Merge branch 'hotfix/revert-gem-changes' into 'master'

Revert "fix: ignore warning for gem install"

See merge request nexus-mods/public/rails-build!6
parents 7c1d5bc7 1e4a0dd2
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,7 @@
rubocop.html
.yardoc
doc
/vendor/cache/*.gem
!/vendor/cache/debase-3*.gem
!/vendor/cache/ruby-debug-ide-3*.gem
\ No newline at end of file
......@@ -19,6 +19,6 @@ docker_lint:
image: hadolint/hadolint:latest-debian
script:
# Ignoring DL3008 - Pin Versions of apt-get modules
- hadolint --ignore DL3008 --ignore DL3028 Dockerfile
- hadolint --ignore DL3008 Dockerfile
tags:
- nexus_runner
......@@ -20,6 +20,5 @@ RUN /app/bootstrap-app-dir.sh
USER nexus
WORKDIR /app
COPY --chown=nexus:nexus Gemfile Gemfile.lock ./
COPY --chown=nexus:nexus jetbrains_gems/*.gem /tmp/
RUN gem install --user-install /tmp/*.gem && \
/app/bootstrap-app-bundle.sh
COPY --chown=nexus:nexus vendor/cache ./vendor/cache/
RUN /app/bootstrap-app-bundle.sh
......@@ -63,6 +63,8 @@ group :test, :development do
gem 'simplecov-cobertura', '2.1.0'
gem 'webmock', '3.14.0'
gem 'pundit-matchers', '1.7.0'
gem 'debase', '= 3.0.0.beta.7', require: false
gem 'ruby-debug-ide', '= 3.0.0.beta.12', require: false
end
# NexusMods Gems
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment