Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.
/ diversify Public archive

Commit

Permalink
build: remove epiGenesys gems
Browse files Browse the repository at this point in the history
build: update dependencies

docs: add marks and feedback
  • Loading branch information
Juneezee committed Aug 4, 2020
1 parent 366cda5 commit 4bea765
Show file tree
Hide file tree
Showing 8 changed files with 1,138 additions and 1,321 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default:

before_script:
- yarn install --production --pure-lockfile --cache-folder .yarn-cache
- 'bundle config gems.shefcompsci.org.uk gitlab:${GEM_SERVER_KEY}'
# - 'bundle config gems.shefcompsci.org.uk gitlab:${GEM_SERVER_KEY}'
- bundle check --path vendor/bundle || bundle --deployment --without development -j $(nproc)

.db-setup: &db-setup |
Expand Down
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

source 'https://rubygems.org'

source 'https://gems.shefcompsci.org.uk' do
gem 'airbrake'
gem 'epi_deploy', group: :development
end
# source 'https://gems.shefcompsci.org.uk' do
# gem 'airbrake'
# gem 'epi_deploy', group: :development
# end

# Rails core
gem 'rails'
Expand Down Expand Up @@ -55,7 +55,7 @@ gem 'oj'
gem 'faker'

gem 'daemons'
gem 'delayed-plugins-airbrake'
# gem 'delayed-plugins-airbrake'
gem 'delayed_job'
gem 'delayed_job_active_record'
gem 'whenever'
Expand Down
Loading

0 comments on commit 4bea765

Please sign in to comment.