Skip to content

Commit

Permalink
Updates carrierwave to 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDancingClown committed Apr 4, 2024
1 parent a5a4ba1 commit a30f00b
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 6 deletions.
34 changes: 34 additions & 0 deletions .env.staging
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
RAILS_ENV=production
RACK_ENV=production
DEVISE_PEPPER=T3KDKT1PXeya
DEVISE_SECRET_KEY=DEVISE_SECRET_KEY
SECRET_KEY_BASE="5c9836c11d5788540944d8488b38f01e075c2d016bc673d92696dfe6e81d2123d1b2bdc1ce6f3fd396bfd204a75999c121a4b64cf69bed98e43efb0dc768cc8e"
SENTRY_DSN=SENTRY_DSN
AUTHY_API_KEY=AUTHY_API_KEY
AUTHY_API_URL=https://api.authy.com
VIGILION_ACCESS_KEY_ID='VIGILSlaQ1Wkab6tR6_CJcehTUn77p3w'
VIGILION_SECRET_ACCESS_KEY='LIONSPj1sfpl8NxbwgvNmuh7aOcBUI0CpHkhYd3ieD-DRXrLNUmX'
DISABLE_VIRUS_SCANNER=true
PROFILE_MODE=false
LOG_LEVEL=info
ASSET_HOST=http://localhost:3000/
MAILER_HOST=localhost
SENDGRID_USERNAME=test_smtp_username
SENDGRID_PASSWORD=test_smtp_password
AWS_ACCESS_KEY_ID=xxx
AWS_SECRET_ACCESS_KEY=xxx
AWS_REGION=xxx
AWS_S3_BUCKET_NAME=xxx
DISPLAY_SOCIAL_MOBILITY_AWARD=true
PUSHER_SOCKET_HOST=localhost
PUSHER_WS_PORT=8080
PUSHER_APP_ID=app_id
PUSHER_APP_KEY=app_key
PUSHER_SECRET=secret
DEBOUNCE_API_KEY=test
GOV_UK_NOTIFY_API_KEY=key
GOV_UK_NOTIFY_API_TEMPLATE_ID=id
DB_PORT=1234
DB_NAME=qavs-staging
DB_USER=postgres
DB_PASS=iB91vg4ntsyl2F2g
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

git_source(:github) { |name| "https://github.com/#{name}.git" }

ruby '~> 3.2.3'
ruby '~> 3.0.0'

gem 'rails', '7.1.3.2'
gem 'websocket-extensions', '~> 0.1.5'
Expand Down Expand Up @@ -84,7 +84,7 @@ gem 'prawn-table'
gem 'nokogiri'

# Uploads
gem 'carrierwave', '~> 2.2.5'
gem 'carrierwave', '~> 2.2.6'
gem 'google-cloud-storage', '~> 1.34.1'
gem 'carrierwave-google-storage', github: "bitzesty/carrierwave-google-storage", ref: 'c706a21c6c25045cae2e39bcab5bf594af0bcf46'
gem 'vigilion', '~> 1.0.4', github: 'vigilion/vigilion-ruby', ref: '7d6a7e5'
Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
carrierwave (2.2.5)
carrierwave (2.2.6)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
addressable (~> 2.6)
Expand Down Expand Up @@ -641,7 +641,7 @@ GEM
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
ruby-rc4 (0.1.5)
ruby-vips (2.2.0)
ruby-vips (2.2.1)
ffi (~> 1.12)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
Expand Down Expand Up @@ -764,6 +764,7 @@ GEM
PLATFORMS
arm64-darwin-21
arm64-darwin-23
x86_64-darwin-19
x86_64-darwin-22
x86_64-linux

Expand All @@ -777,7 +778,7 @@ DEPENDENCIES
bootstrap-sass (~> 3.4)
browser (= 2.4.0)
capybara (~> 3.39)
carrierwave (~> 2.2.5)
carrierwave (~> 2.2.6)
carrierwave-google-storage!
ckeditor
codeclimate_circle_ci_coverage
Expand Down Expand Up @@ -871,7 +872,7 @@ DEPENDENCIES
wicked (~> 1.1)

RUBY VERSION
ruby 3.2.3p157
ruby 3.0.0p0

BUNDLED WITH
2.4.8
Binary file added cloud-sql-proxy
Binary file not shown.

0 comments on commit a30f00b

Please sign in to comment.