Skip to content

Commit

Permalink
Merge pull request #149 from Crown-Commercial-Service/release-2.0.1
Browse files Browse the repository at this point in the history
PRODUCTION - Release 2.0.1
  • Loading branch information
tim-s-ccs authored Nov 30, 2023
2 parents b132235 + 9f58321 commit 7736391
Show file tree
Hide file tree
Showing 8 changed files with 148 additions and 142 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Ruby and gems
uses: ruby/setup-ruby@v1.159.0
uses: ruby/setup-ruby@v1.161.0
with:
bundler-cache: true

Expand Down
14 changes: 7 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.2.2'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.1.1'
gem 'rails', '~> 7.1.2'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.6'
# Use Puma as the app server
Expand All @@ -20,7 +20,7 @@ gem 'jbuilder', '~> 2.11', '>= 2.11.5'
# Use Active Model has_secure_password
# gem 'bcrypt', '~> 3.1.7'
# for cognito
gem 'aws-sdk-cognitoidentityprovider', '~> 1.82.0'
gem 'aws-sdk-cognitoidentityprovider', '~> 1.83.0'
# importing creds
gem 'aws-sdk-s3', '~> 1'
# Reduces boot times through caching; required in config/boot.rb
Expand All @@ -43,23 +43,23 @@ gem 'roo', '~> 2.10.0'
gem 'canonical-rails', github: 'jumph4x/canonical-rails'

# For environment variables
gem 'aws-sdk-ssm', '~> 1.159.0'
gem 'aws-sdk-ssm', '~> 1.161.0'

# Add rate limiting on the API
gem 'rack-attack', '~> 6.7.0'

# GOV.UK Frontend helpers
gem 'ccs-frontend_helpers', '~> 0.1.1'
gem 'ccs-frontend_helpers', '~> 0.1.2'

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', '~> 11.1.3', platforms: %i[mri mingw x64_mingw]
gem 'dotenv-rails', '~> 2.8.1', '>= 2.8.1'
gem 'i18n-tasks', '~> 1.0.13'
gem 'rspec-rails', '~> 6.0.3', '>= 6.0.3'
gem 'rspec-rails', '~> 6.1.0'
gem 'rubocop', '~> 1.57.2'
gem 'rubocop-performance', '~> 1.19.1'
gem 'rubocop-rails', '~> 2.22.1'
gem 'rubocop-rails', '~> 2.22.2'
gem 'rubocop-rspec', '~> 2.25.0' # or gem 'rubocop-minitest'
gem 'brakeman', '~> 6.0.1'
end
Expand All @@ -69,7 +69,7 @@ group :development do
gem 'listen', '~> 3.8'
gem 'web-console', '~> 4.2.1'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring', '~> 4.1.1'
gem 'spring', '~> 4.1.3'
gem 'spring-watcher-listen', '~> 2.1.0'
end

Expand Down
Loading

0 comments on commit 7736391

Please sign in to comment.