Skip to content

Commit

Permalink
Merge pull request #798 from uktrade/develop
Browse files Browse the repository at this point in the history
Release 21/07/21
  • Loading branch information
rafa-garcia authored Feb 21, 2022
2 parents 0f52ebe + 416e38a commit ac9a2cc
Show file tree
Hide file tree
Showing 331 changed files with 16,193 additions and 2,784 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ node_modules/
# Ignore public/system files
public/system
public/assets
public/export-opportunities
public/export-opportunities/assets/*
!public/export-opportunities/assets/ckeditor
heroku_config_variables

*.sh
Expand Down
16 changes: 8 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ source 'https://rubygems.org'

ruby '2.7.4'

gem 'rails', '6.0.3.7'
gem 'rails', '6.0.4.6'
gem 'bundler'
gem 'puma', '4.3.8'
gem 'puma', '5.6.2'
gem 'pg', '1.1.4'
gem 'sidekiq'
gem 'sidekiq-cron'
gem 'sidekiq-failures'
gem 'redis', '3.3.3'
gem 'sidekiq', '>= 6.4.0'
gem 'sidekiq-cron', '1.2.0'
gem 'sidekiq-failures', '1.0.1'
gem 'redis', '>= 4.2.0'
gem 'redis-namespace'
gem 'faraday', '1.0.1'
gem 'figaro'
gem 'friendly_id'
gem 'immutable-struct'

gem 'nokogiri', '1.11.4'
gem 'nokogiri', '1.12.5'

# Authentication & authorisation
gem 'devise', github: 'heartcombo/devise', branch: 'master'
Expand Down Expand Up @@ -48,7 +48,7 @@ gem 'sass-rails'

# Javascript
gem 'jquery-rails'
gem 'ckeditor'
# gem 'ckeditor'

# Ruby tools
gem 'stringex', require: false
Expand Down
Loading

0 comments on commit ac9a2cc

Please sign in to comment.