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

Merge develop into staging #595

Merged
merged 39 commits into from
Jul 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
b6b8438
fix: Gemfile to reduce vulnerabilities
snyk-bot Jan 20, 2023
acd788f
Merge branch 'develop' into snyk-fix-ad30385cfdb9dd140dd8f45bcc5b5741
mo-zag Mar 6, 2023
fb0e648
fix: Gemfile.lock to reduce vulnerabilities
snyk-bot Mar 9, 2023
1f2a6ca
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
snyk-bot Mar 15, 2023
54f80f1
Merge branch 'develop' into snyk-fix-ad30385cfdb9dd140dd8f45bcc5b5741
mo-zag Mar 22, 2023
353296e
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
snyk-bot Mar 29, 2023
1494666
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
snyk-bot Apr 4, 2023
bb09fa6
Updated rails version
mo-zag Jun 7, 2023
b4a2f20
Update .travis.yml
mo-zag Jun 13, 2023
c2f6ed6
Fixed webmock headers
mo-zag Jun 13, 2023
4b982eb
Rubocop changes
mo-zag Jun 15, 2023
c015149
fixed rubocop
mo-zag Jun 15, 2023
5d595d4
Update rails_helper.rb
mo-zag Jun 15, 2023
0134950
Merge branch 'sandbox' into upgrade-ruby-to-3.2.2
mo-zag Jun 15, 2023
cf695a7
Update manifest-template.yml
mo-zag Jun 19, 2023
df1654e
Update manifest-template.yml
mo-zag Jun 19, 2023
3899b1b
Update Gemfile.lock
mo-zag Jun 19, 2023
3d9162f
Update Gemfile.lock
mo-zag Jun 19, 2023
c2c3e84
Update Gemfile.lock
mo-zag Jun 19, 2023
b6892bb
Merge branch 'develop' into merge-sandbox-into-development
tberey Jun 20, 2023
1e2df3d
Merge pull request #582 from Crown-Commercial-Service/merge-sandbox-i…
tberey Jun 20, 2023
aa22726
Update search.rb
mo-zag Jun 23, 2023
de11858
Merge pull request #584 from Crown-Commercial-Service/dfe-cache-update
tberey Jun 23, 2023
270b0cd
PPG-344-Remove-Address-And-Contact-From-Responses
tberey Jun 29, 2023
a4a0308
PPG-344-Remove-Address-And-Contact-From-Responses
tberey Jun 29, 2023
e1e3b32
Merge pull request #588 from Crown-Commercial-Service/PPG-344-Remove-…
tberey Jun 29, 2023
5ebb91e
Merge branch 'develop' into snyk-fix-0c8fcc1ccef63efa813a416c3dcf90ee
tberey Jun 29, 2023
214a700
Merge branch 'develop' into snyk-fix-c4f27dc91e8da1d7e794d8f315a560c1
tberey Jun 29, 2023
d91d4f6
Merge branch 'develop' into snyk-fix-884f9939bae1aeb015b25c0cc2713dbf
tberey Jun 29, 2023
e6a4ad0
Merge branch 'develop' into snyk-fix-5f4206915e7904170b191b7ddb7a65aa
tberey Jun 29, 2023
5a536fc
Merge branch 'develop' into snyk-fix-ad30385cfdb9dd140dd8f45bcc5b5741
tberey Jun 29, 2023
5e65b75
Merge pull request #527 from Crown-Commercial-Service/snyk-fix-ad3038…
tberey Jun 29, 2023
9d4f3ac
Merge pull request #544 from Crown-Commercial-Service/snyk-fix-5f4206…
tberey Jun 29, 2023
fbaacf1
Merge pull request #549 from Crown-Commercial-Service/snyk-fix-884f99…
tberey Jun 29, 2023
5000387
Merge pull request #552 from Crown-Commercial-Service/snyk-fix-c4f27d…
tberey Jun 29, 2023
dbf423b
Merge pull request #554 from Crown-Commercial-Service/snyk-fix-0c8fcc…
tberey Jun 29, 2023
d7eae3d
PPG-344-Add-Address-Back-Into-Incorrect-Endpoint
tberey Jun 30, 2023
23fd7e4
Merge pull request #589 from Crown-Commercial-Service/PPG-344-Add-Add…
tberey Jun 30, 2023
0c84e9f
Merge branch 'staging' into merge-develop-into-staging
tberey Jul 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ require:
- rubocop-performance
- rubocop-rails
- rubocop-rspec # or rubocop-minitest
- rubocop-factory_bot
AllCops:
NewCops: enable
Exclude:
Expand Down Expand Up @@ -76,7 +77,7 @@ Metrics/AbcSize:
Layout/LineLength:
Max: 120
Enabled: false
IgnoredPatterns:
AllowedPatterns:
- 'it .* do$'
- 'context .* do$'
- 'scenario .* do$'
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dist: bionic
language: ruby
rvm:
2.7.2
3.2.2
env:
matrix:
- API_ROOT=$deploy_api_uri
Expand Down
2 changes: 1 addition & 1 deletion CF/manifest-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ applications:
- name: conclave-cii-CF_SPACE
memory: SET_MEMORY
buildpacks:
- https://github.com/cloudfoundry/ruby-buildpack.git#v1.8.42
- https://github.com/cloudfoundry/ruby-buildpack.git#v1.10.0
instances: 1
random-route: true
routes:
Expand Down
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.7.2'
ruby '3.2.2'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.6'
gem 'rails', '~> 7.0.5'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
# Use Puma as the app server
Expand All @@ -21,7 +21,7 @@ gem 'puma', '~> 4.3', '>= 4.3.12'
gem 'bootsnap', '>= 1.4.2', require: false
# for postgresql
gem 'activerecord-postgis-adapter', '>= 6.0.1'
gem 'pg', '~> 0.18.4'
gem 'pg'
gem 'jwt'
gem 'faraday'
gem 'faraday_middleware'
Expand Down
Loading